mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added: command line option for zoltan customization
modeled after the linsolver support. a few built-in presets, as well as reading options from a json file
This commit is contained in:
@@ -144,9 +144,10 @@ if(HAVE_AMGCL)
|
||||
endif()
|
||||
endif()
|
||||
if(MPI_FOUND)
|
||||
list(APPEND MAIN_SOURCE_FILES opm/simulators/utils/ParallelEclipseState.cpp
|
||||
list(APPEND MAIN_SOURCE_FILES opm/simulators/utils/MPIPacker.cpp
|
||||
opm/simulators/utils/ParallelEclipseState.cpp
|
||||
opm/simulators/utils/ParallelSerialization.cpp
|
||||
opm/simulators/utils/MPIPacker.cpp)
|
||||
opm/simulators/utils/SetupZoltanParams.cpp)
|
||||
endif()
|
||||
|
||||
# originally generated with the command:
|
||||
|
||||
Reference in New Issue
Block a user