Skip to content
Snippets Groups Projects
Commit eaccf6db authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Improve error diagnostics.

parent 7d20dee5
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -213,7 +213,7 @@ pioWriterStdIO(void)
{
int buffer, collID;
xmpi(MPI_Recv(&buffer, 1, MPI_INT, source, tag, commPio, &status));
xmpiStat(MPI_Recv(&buffer, 1, MPI_INT, source, tag, commPio, &status), &status);
sentFinalize[source] = true;
doFinalize = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment