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.
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