Common components for OPM, in particular build system (cmake).
Go to file
Markus Blatt 191e8994be Addes a module for finding ParMETIS or the ParMETIS interface of PT-Scotch.
The AMG within dune-istl issues a warning if ParMETIS is not available.
The reason is that it uses ParMETIS or the ParMETIS bindings of PT-Scotch
to redistribute the load on the coarse levels. Even with an installed and
found PT-Scotch we need to adapt the include path and the libraries linked
to make it work.

Therefore this commit adds a module for searching for ParMETIS and activates
it whenever dune-istl is a dependency. With this the warning about missing
ParMETIS for flow_cp vanishes.
2015-07-24 15:30:17 +02:00
cmake Addes a module for finding ParMETIS or the ParMETIS interface of PT-Scotch. 2015-07-24 15:30:17 +02:00
.gitignore Added .gitignore file 2015-03-18 14:48:36 +01:00
CMakeLists.txt added: generate config mode file for opm-cmake 2015-05-26 13:59:10 +02:00
configure fix the opm-cmake duncontrol support 2015-05-11 13:52:13 +02:00
dune.module fix the opm-cmake duncontrol support 2015-05-11 13:52:13 +02:00
LICENSE Initial commit 2015-03-18 01:59:50 -05:00
Makefile fix the opm-cmake duncontrol support 2015-05-11 13:52:13 +02:00
opm-cmake-config.cmake.in added: generate config mode file for opm-cmake 2015-05-26 13:59:10 +02:00
README.md Initial commit 2015-03-18 01:59:50 -05:00

opm-cmake

Shared cmake files across flow simulation and upscaling repositories