[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.3-40-g4b20f2d
Service Account
noreply at mpich.org
Thu Oct 23 12:48:17 CDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via 4b20f2d2cc5baf5189811bcca541b84fb13e1022 (commit)
from 72513b14c9def4d446a5edbb02f4f6170f2e3957 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/4b20f2d2cc5baf5189811bcca541b84fb13e1022
commit 4b20f2d2cc5baf5189811bcca541b84fb13e1022
Author: Wesley Bland <wbland at anl.gov>
Date: Thu Oct 23 12:47:58 2014 -0500
Fix typo in 72513b14
diff --git a/src/mpi/coll/helper_fns.c b/src/mpi/coll/helper_fns.c
index a2c1d65..32f0284 100644
--- a/src/mpi/coll/helper_fns.c
+++ b/src/mpi/coll/helper_fns.c
@@ -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;
-----------------------------------------------------------------------
Summary of changes:
src/mpi/coll/helper_fns.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list