mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #848 from blattms/portable-mpi-success-test
[fix] Skip manual error checking and rely on the error default handler aborting
This commit is contained in:
commit
c3de02f18f
@ -117,8 +117,7 @@ public:
|
||||
static_cast<int>(peerRank),
|
||||
0, // tag
|
||||
MPI_COMM_WORLD,
|
||||
&mpiStatus_);
|
||||
assert(!mpiStatus_.MPI_ERROR);
|
||||
MPI_STATUS_IGNORE);
|
||||
#endif // HAVE_MPI
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user