opm-simulators/opm/simulators/utils
Markus Blatt 710d648eda Prevent multiple *.?.dbg/prt files in production crashed parallel runs.
There was a fallout when skipping concating these files to the
default ones (PR #1708). We should also have deactivated creating
these files at all. As a result these files appeared in all parallel
runs that were aborted.

This change now prevents creating and logging to these files in
parallel in a default
run (--enable-parallel-logging-fallout-warning=false).

Developers can still activate logging and concating to see whether
everything is only logged on the io process by passing
--enable-parallel-logging-fallout-warning=true.

Closes 3725
2022-01-27 17:21:29 +01:00
..
DeferredLogger.cpp avoid include in header 2021-06-18 11:43:54 +02:00
DeferredLogger.hpp clean up after review 2021-10-05 13:07:52 +02:00
DeferredLoggingErrorHelpers.hpp clean up after review 2021-10-05 13:07:52 +02:00
gatherDeferredLogger.cpp Replacing use of MPI_COMM_WORLD with a variable communicator. 2021-10-05 13:07:52 +02:00
gatherDeferredLogger.hpp clean up after review 2021-10-05 13:07:52 +02:00
moduleVersion.cpp changed: move moduleVersion to a separate object library 2020-06-08 10:07:22 +02:00
moduleVersion.hpp Add build time to flow startup banner 2020-03-31 08:42:24 +02:00
ParallelCommunication.hpp Minor whitespace fixes. 2021-10-05 13:59:16 +02:00
ParallelEclipseState.cpp Replacing use of MPI_COMM_WORLD with a variable communicator. 2021-10-05 13:07:52 +02:00
ParallelEclipseState.hpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
ParallelFileMerger.cpp ParallelFileMerger: move to separate compile unit 2021-04-29 12:57:27 +02:00
ParallelFileMerger.hpp use std::filesystem directly 2021-11-01 12:31:58 +01:00
ParallelRestart.cpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
ParallelRestart.hpp fix serial build after PR #3675 2021-11-10 10:41:24 +01:00
ParallelSerialization.cpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
ParallelSerialization.hpp fix: serial build after PR #3671 2021-11-09 15:57:24 +01:00
PartiallySupportedFlowKeywords.cpp Validate ROCKCOMP Upadate 2021-12-20 18:06:17 +08:00
PartiallySupportedFlowKeywords.hpp Add keyword validation using a predicate function 2021-06-14 18:10:36 +02:00
PropsCentroidsDataHandle.hpp Replacing use of MPI_COMM_WORLD with a variable communicator. 2021-10-05 13:07:52 +02:00
readDeck.cpp Prevent multiple *.?.dbg/prt files in production crashed parallel runs. 2022-01-27 17:21:29 +01:00
readDeck.hpp Prevent multiple *.?.dbg/prt files in production crashed parallel runs. 2022-01-27 17:21:29 +01:00
UnsupportedFlowKeywords.cpp removed some salt-precipitation related keywords from the unsupported keyword list 2022-01-14 11:46:39 +01:00
UnsupportedFlowKeywords.hpp changed: put unsupported keywords in separate compile unit 2021-05-12 14:29:33 +02:00
VectorVectorDataHandle.hpp Setup parallel solvers for tracers. 2021-11-17 16:02:16 +01:00