[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1b1-29-g7d3a612
mysql vizuser
noreply at mpich.org
Tue Aug 27 12:47:15 CDT 2013
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 7d3a61213d7c9e2c098205f032e4e8eeeaf57d4d (commit)
from 626fb653a73c12544b28beeb3636b0824c61d28f (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/7d3a61213d7c9e2c098205f032e4e8eeeaf57d4d
commit 7d3a61213d7c9e2c098205f032e4e8eeeaf57d4d
Author: William Gropp <wgropp at illinois.edu>
Date: Mon Aug 26 07:08:30 2013 -0500
Removed irrelevant comment
diff --git a/src/mpi/coll/op_commutative.c b/src/mpi/coll/op_commutative.c
index 7f410c5..334a7b2 100644
--- a/src/mpi/coll/op_commutative.c
+++ b/src/mpi/coll/op_commutative.c
@@ -78,7 +78,6 @@ int MPI_Op_commutative(MPI_Op op, int *commute)
if (HANDLE_GET_KIND(op) == HANDLE_KIND_BUILTIN) {
*commute = 1;
- /* get the function by indexing into the op table */
}
else {
if (op_ptr->kind == MPID_OP_USER_NONCOMMUTE)
-----------------------------------------------------------------------
Summary of changes:
src/mpi/coll/op_commutative.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list