Skip to content
Snippets Groups Projects
Commit aae577d0 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Improved error message for MPI tasks that have an incorrect task.

parent 1466a867
No related branches found
No related tags found
1 merge request!667Change the task splitting criterion for gravity tasks
......@@ -412,8 +412,8 @@ 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 (tag=%lld, %s).",
t->flags, buff);
error("Failed to test request on send/recv task (type=%s/%s tag=%lld, %s).",
taskID_names[t->type], subtaskID_names[t->subtype], 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