[mpich] MPICH primary repository branch, master, updated. v3.2-28-g59f3540
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 59f3540a5b8e69e363bc972a7d1194e04592a692 (commit) from ae4a3653ada2c41f92dde2d9c73f9e8ab467e7dc (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/59f3540a5b8e69e363bc972a7d1194e045... commit 59f3540a5b8e69e363bc972a7d1194e04592a692 Author: Ken Raffenetti <[email protected]> Date: Mon Dec 14 15:58:08 2015 -0600 mpi/coll/barrier.c: fixup mangled comment No reviewer. diff --git a/src/mpi/coll/barrier.c b/src/mpi/coll/barrier.c index 5db5a5a..fa90b6d 100644 --- a/src/mpi/coll/barrier.c +++ b/src/mpi/coll/barrier.c @@ -274,8 +274,7 @@ int MPIR_Barrier_inter( MPID_Comm *comm_ptr, MPIR_Errflag_t *errflag ) goto fn_exit; } -/* MPIR_Barrier performs an barrier using poin MPIR_ERR_CHKANDJUMP(errflag, mpi_errno, MPI_ERR_OTHER, "**coll_fail"); -t-to-point messages. +/* MPIR_Barrier performs an barrier using point-to-point messages. This is intended to be used by device-specific implementations of barrier. In all other cases MPIR_Barrier_impl should be used. */ #undef FUNCNAME ----------------------------------------------------------------------- Summary of changes: src/mpi/coll/barrier.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org