OPM / opm-models

The models module for the Open Porous Media Simulation (OPM) framework
Other
18 stars 67 forks source link

[fix] Skip manual error checking and rely on the error default handler aborting #848

Closed blattms closed 12 months ago

blattms commented 12 months ago

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 open-mpi/ompi#12049.

Therefore we skip the additional manual that has no effect with the default error handler and rely on the error handler aborting the program.

Fixed running the tests on Debian bookworm

blattms commented 12 months ago

jenkins build this please

blattms commented 12 months ago

jenkins build this please