Skip to content
Snippets Groups Projects
Commit 1508d5df authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

more specific error message.

Former-commit-id: c9ba870826abe29d61892c61bb05ff7f8d63f675
parent ccc5a424
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ int task_lock ( struct task *t ) {
char buff[ MPI_MAX_ERROR_STRING ];
int len;
MPI_Error_string( err , buff , &len );
error( "Failed to test request on send/recv task (%s)." , buff );
error( "Failed to test request on send/recv task (tag=%i, %s)." , t->flags , buff );
}
return res;
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment