mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move the flow_ebos_*.cpp files to the beginning of the source list
these files take the longest to compile. moving them to the beginning speeds things up forn parallel builds because the remaining compile can be compiled while dealing with the flow_ebos files while the build stalls if these files are at the bottom of the list because they are required for the library.
This commit is contained in:
parent
516d0237d5
commit
9693e0b33d
@ -26,6 +26,11 @@
|
||||
# originally generated with the command:
|
||||
# find opm -name '*.c*' -printf '\t%p\n' | sort
|
||||
list (APPEND MAIN_SOURCE_FILES
|
||||
opm/simulators/flow_ebos_blackoil.cpp
|
||||
opm/simulators/flow_ebos_gasoil.cpp
|
||||
opm/simulators/flow_ebos_oilwater.cpp
|
||||
opm/simulators/flow_ebos_polymer.cpp
|
||||
opm/simulators/flow_ebos_solvent.cpp
|
||||
opm/autodiff/Compat.cpp
|
||||
opm/autodiff/ExtractParallelGridInformationToISTL.cpp
|
||||
opm/autodiff/NewtonIterationBlackoilCPR.cpp
|
||||
@ -113,11 +118,6 @@ list (APPEND MAIN_SOURCE_FILES
|
||||
opm/polymer/SimulatorPolymer.cpp
|
||||
opm/polymer/TransportSolverTwophaseCompressiblePolymer.cpp
|
||||
opm/polymer/TransportSolverTwophasePolymer.cpp
|
||||
opm/simulators/flow_ebos_blackoil.cpp
|
||||
opm/simulators/flow_ebos_gasoil.cpp
|
||||
opm/simulators/flow_ebos_oilwater.cpp
|
||||
opm/simulators/flow_ebos_polymer.cpp
|
||||
opm/simulators/flow_ebos_solvent.cpp
|
||||
opm/simulators/ensureDirectoryExists.cpp
|
||||
opm/simulators/SimulatorCompressibleTwophase.cpp
|
||||
opm/simulators/WellSwitchingLogger.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user