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:
Bård Skaflestad 2023-11-08 18:26:14 +01:00 committed by GitHub
commit c3de02f18f

View File

@ -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
}