Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
4b20f2d2
Commit
4b20f2d2
authored
Oct 23, 2014
by
Wesley Bland
Browse files
Fix typo in
72513b14
parent
72513b14
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpi/coll/helper_fns.c
View file @
4b20f2d2
...
...
@@ -701,7 +701,7 @@ int MPIC_Waitall(int numreq, MPI_Request requests[], MPI_Status statuses[], int
fn_exit:
MPIU_DBG_MSG_S
(
PT2PT
,
TYPICAL
,
"OUT: errflag = %s"
,
*
errflag
?
"TRUE"
:
"FALSE"
);
MPIDI_FUNC_EXIT
(
MPID_STATE_MPIC_WAITALL
MPIDI_FUNC_EXIT
(
MPID_STATE_MPIC_WAITALL
);
return
mpi_errno
;
fn_fail:
goto
fn_exit
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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