opm-simulators/opm/models
Markus Blatt 6d70d090a8 [fix] Use return code for error detection (not uninitialized MPI_Status::ERROR
According to MPI standard the ERROR field of MPI_Status might not be initialized
unless for operations that return multiple statuses, see  Section 3.7.5
of the standard. In older OpenMPI versions (<=4.0.x) we were lucky
that ERROR was initialized to 0 always. This is not the case for 4.1.y
at least. See https://github.com/open-mpi/ompi/issues/12049.

Therefore we use the retun code to determine whether there was an
error. Note that the default error handler usually is to abort the
application if errors occur. In that case the error code will always
return success.
2023-11-07 09:44:17 +01:00
..
blackoil Mult well trans due to perm reduction in salt prec 2023-10-26 13:43:32 +02:00
common use exception classes from opm-common 2022-12-13 12:55:20 +01:00
discretefracture use exception classes from opm-common 2022-12-13 12:55:20 +01:00
discretization Fix BC Free for 2p problems 2023-10-17 12:28:48 +02:00
flash removing flashproperties.hh from multiple files 2023-10-09 12:49:06 +02:00
immiscible fixed: do not assert conditions guaranteed by unsigned 2021-06-18 13:26:57 +02:00
io Fix to write VTKS when THERMAL is on deck 2023-10-09 17:05:32 +02:00
ncp Merge pull request #766 from akva2/janitoring 2022-12-19 12:04:01 +01:00
nonlinear minimum dune version required is now 2.7 2023-02-27 09:47:39 +01:00
parallel [fix] Use return code for error detection (not uninitialized MPI_Status::ERROR 2023-11-07 09:44:17 +01:00
pvs Merge pull request #766 from akva2/janitoring 2022-12-19 12:04:01 +01:00
richards changed: consistently use std::array 2022-08-26 08:27:40 +02:00
utils Try to detect more exception during parallel simulator setup. 2023-08-11 14:08:52 +02:00