opm-simulators/opm/simulators/utils
Markus Blatt edd6c6fe85 [bugfix] Prevent segmentation fault for unkown keywords in parallel.
If there are unknown keywords and the parser throws an exception
then we nevertheless broadcasted the eclipseState and schedule.
Unfortunately, these might be null pointers in this case and
the serializer will run into a segmentation fault (e.g. when
serializing the non-existent TableManager)

Broadcasting is now only done if parsing was successful.
2021-09-02 11:14:46 +02:00
..
DeferredLogger.cpp avoid include in header 2021-06-18 11:43:54 +02:00
DeferredLogger.hpp avoid include in header 2021-06-18 11:43:54 +02:00
DeferredLoggingErrorHelpers.hpp Deferred logger will throw "correct" exception 2021-03-19 14:05:55 +01:00
gatherDeferredLogger.cpp Silence warnings from range-for. 2020-10-12 09:39:37 +02:00
gatherDeferredLogger.hpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +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
ParallelEclipseState.cpp fixed: include required headers where needed 2021-04-26 22:39:32 +02:00
ParallelEclipseState.hpp remove some Opm:: qualifiers inside Opm namespace 2021-05-18 10:09:45 +02:00
ParallelFileMerger.cpp ParallelFileMerger: move to separate compile unit 2021-04-29 12:57:27 +02:00
ParallelFileMerger.hpp fixed: do not use Opm:: prefix when inside namespace Opm 2021-05-05 11:59:18 +02:00
ParallelRestart.cpp Instantiate pack etc. for new integer type. 2021-07-08 17:55:28 +02:00
ParallelRestart.hpp Chase Type Specific Aquifer Data API Change 2021-06-25 09:58:27 +02:00
ParallelSerialization.cpp Remove references to RestartConfig 2021-03-26 08:03:07 +01:00
ParallelSerialization.hpp Broadcast schedule another time after filtering connection on rank 0 2020-11-24 22:46:49 +01:00
PartiallySupportedFlowKeywords.cpp Minor updates 2021-07-10 14:05:33 +08:00
PartiallySupportedFlowKeywords.hpp Add keyword validation using a predicate function 2021-06-14 18:10:36 +02:00
PropsCentroidsDataHandle.hpp CentroidsPropsDatahandle Use emplace_back for saving pair 2020-09-21 21:30:51 +02:00
readDeck.cpp [bugfix] Prevent segmentation fault for unkown keywords in parallel. 2021-09-02 11:14:46 +02:00
readDeck.hpp Assemble UDQState external to the vanguard 2021-07-01 08:24:59 +02:00
UnsupportedFlowKeywords.cpp add radial to regression test 2021-09-01 00:13:02 +02:00
UnsupportedFlowKeywords.hpp changed: put unsupported keywords in separate compile unit 2021-05-12 14:29:33 +02:00