Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
1508d5df
Commit
1508d5df
authored
Sep 17, 2013
by
Pedro Gonnet
Browse files
more specific error message.
Former-commit-id: c9ba870826abe29d61892c61bb05ff7f8d63f675
parent
ccc5a424
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/task.c
View file @
1508d5df
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment