opm-simulators/opm/simulators
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
..
aquifers Add Restart Support for Numerical Aquifers 2021-08-19 21:07:05 +02:00
flow Add basic functionality for validating special case keywords 2021-08-24 13:50:40 +02:00
linalg use .empty() instead of .size() comparisons 2021-08-04 09:19:03 +02:00
timestepping use .empty() instead of .size() comparisons 2021-08-04 09:19:03 +02:00
utils [bugfix] Prevent segmentation fault for unkown keywords in parallel. 2021-09-02 11:14:46 +02:00
wells Special case wells with no open connections in ParallelWellInfo 2021-08-31 17:31:45 +02:00
opm-simulators_doxygen_main.hpp Moved all remaining files out of opm/autodiff. 2019-06-20 11:00:51 +02:00