mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-19 02:24:49 -05:00
remove 'flow_mpi'
use 'flow' for parallel simulations use 'flow_legacy' to run the legacy code in serial
This commit is contained in:
@@ -85,14 +85,6 @@ macro (prereqs_hook)
|
||||
endmacro (prereqs_hook)
|
||||
|
||||
macro (sources_hook)
|
||||
if(OPM_GRID_FOUND OR opm-grid_FOUND)
|
||||
list (APPEND examples_SOURCES
|
||||
${PROJECT_SOURCE_DIR}/examples/flow_mpi.cpp
|
||||
)
|
||||
list (APPEND examples_SOURCES_DIST
|
||||
${PROJECT_SOURCE_DIR}/examples/flow_mpi.cpp
|
||||
)
|
||||
endif()
|
||||
endmacro (sources_hook)
|
||||
|
||||
macro (fortran_hook)
|
||||
|
||||
Reference in New Issue
Block a user