[mpich] MPICH primary repository branch, master, updated. v3.0.4-406-gc565e66
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 c565e663b28b5304f6d08ab83af34c565ece9e49 (commit) from eb42872a7e4d97853e9e5b8e70a7a37f9dcab2bc (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/c565e663b28b5304f6d08ab83af34c565e... commit c565e663b28b5304f6d08ab83af34c565ece9e49 Author: Wesley Bland <[email protected]> Date: Mon Jul 29 10:49:25 2013 -0500 Add missing end error handling tag. No reviewer necessary. diff --git a/src/mpi/coll/helper_fns.c b/src/mpi/coll/helper_fns.c index 12079be..26e1798 100644 --- a/src/mpi/coll/helper_fns.c +++ b/src/mpi/coll/helper_fns.c @@ -346,6 +346,7 @@ int MPIC_Recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, /* --BEGIN ERROR HANDLING-- */ if (request_ptr) MPID_Request_release(request_ptr); goto fn_exit; + /* --END ERROR HANDLING-- */ } #undef FUNCNAME ----------------------------------------------------------------------- Summary of changes: src/mpi/coll/helper_fns.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org