![]() |
OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
This is a simple instruction on building and testing. There is a top level cmake for configuration and building of the FASPxx shared library and the test programs suite. You can use a cmake-style way to compile the package; see https://cmake.org on how to use cmake for your own operating system. To compile, you alos need a C++ compiler.
You may config with different cmake options; for example:
(1) Build in Debug configuration:
(2) Build with verbose on (with building messages):
(3) Build with UMFPACK support (requires setting SUITESPARSE_DIR variable):
You can also use alternative direct solver packages like MUMPS, SUPERLU, or MKL PARDISO instead of UMFPACK. They can be compiled in a similar way.