[mpich] MPICH primary repository branch, master, updated. v3.0.2-63-g193f2f6
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 193f2f69d6fe5e3b05c1c35772edccefbcda9ef9 (commit) from 0b9da88e2e80be4a25bc9142b14bbdcf25ad7804 (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/193f2f69d6fe5e3b05c1c35772edccefbc... commit 193f2f69d6fe5e3b05c1c35772edccefbcda9ef9 Author: James Dinan <[email protected]> Date: Fri Mar 1 09:18:35 2013 -0600 Cleanup comment in rmazero test diff --git a/test/mpi/rma/rmazero.c b/test/mpi/rma/rmazero.c index 4792656..0ea28d7 100644 --- a/test/mpi/rma/rmazero.c +++ b/test/mpi/rma/rmazero.c @@ -127,10 +127,8 @@ int main( int argc, char *argv[] ) MPI_Abort( MPI_COMM_WORLD, 1 ); } - /* The following illustrates the use of the routines to - run through a selection of communicators and datatypes. - Use subsets of these for tests that do not involve combinations - of communicators, datatypes, and counts of datatypes */ + /* The following loop is used to run through a series of communicators + * that are subsets of MPI_COMM_WORLD, of size 1 or greater. */ while (MTestGetIntracommGeneral( &comm, 1, 1 )) { int count = 0; ----------------------------------------------------------------------- Summary of changes: test/mpi/rma/rmazero.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org