mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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:
committed by
Andreas Lauser
parent
ce41f40a5f
commit
1122820f82
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user