mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
Search for MPI support
The build system depends on knowing if MPI is available. Explicitly search for MPI to honour that requirement. Don't rely on ISTL's transitive searching for the same.
This commit is contained in:
parent
33a2d23a02
commit
81394512b4
@ -6,6 +6,7 @@ set (opm-core_CONFIG_VAR
|
||||
HAVE_ERT
|
||||
HAVE_SUITESPARSE_UMFPACK_H
|
||||
HAVE_DUNE_ISTL
|
||||
HAVE_MPI
|
||||
)
|
||||
|
||||
# dependencies
|
||||
@ -28,6 +29,8 @@ set (opm-core_DEPS
|
||||
"TinyXML"
|
||||
# Ensembles-based Reservoir Tools (ERT)
|
||||
"ERT"
|
||||
# Look for MPI support
|
||||
"MPI"
|
||||
# DUNE dependency
|
||||
"dune-common"
|
||||
"dune-istl"
|
||||
|
Loading…
Reference in New Issue
Block a user