[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc2-171-g8a502da

mysql vizuser noreply at mpich.org
Sun Jan 19 11:06:21 CST 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  8a502da9b928d85ee239049613e9db8e6c2e3c83 (commit)
      from  29c8529fb32a710f3707eec9397db3f4e166282f (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/8a502da9b928d85ee239049613e9db8e6c2e3c83

commit 8a502da9b928d85ee239049613e9db8e6c2e3c83
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Sun Jan 19 11:05:38 2014 -0600

    Rename MPICH2 to MPICH.
    
    No Reviewer.

diff --git a/src/mpid/common/datatype/dataloop/dataloop_optimize.c b/src/mpid/common/datatype/dataloop/dataloop_optimize.c
index 54cd14c..8e9136d 100644
--- a/src/mpid/common/datatype/dataloop/dataloop_optimize.c
+++ b/src/mpid/common/datatype/dataloop/dataloop_optimize.c
@@ -173,8 +173,8 @@ static int dl_contig_isFinal( DLOOP_Dataloop *dp )
  *    with 1 element is really a contig type)
  *
  * Value of these optimizations
- * A 2012 paper compared performance of Open MPI, MPICH2, and user-written code
- * for some datatypes, and found MPICH2 often performed poorer than other
+ * A 2012 paper compared performance of Open MPI, MPICH, and user-written code
+ * for some datatypes, and found MPICH often performed poorer than other
  * options.  An investigation showed that some of the issues are due to
  * a failure to perform optimizations of these type (especially #1 and 2).
  * It may also be necessary to enhance the dataloop execution engine, but
diff --git a/src/mpid/common/datatype/mpid_type_debug.c b/src/mpid/common/datatype/mpid_type_debug.c
index 2489dbd..8b58af7 100644
--- a/src/mpid/common/datatype/mpid_type_debug.c
+++ b/src/mpid/common/datatype/mpid_type_debug.c
@@ -431,7 +431,7 @@ char *MPIDU_Datatype_combiner_to_string(int combiner)
 
 /* --BEGIN DEBUG-- */
 /*
- * You must configure MPICH2 with the logging option enabled (--enable-g=log)
+ * You must configure MPICH with the logging option enabled (--enable-g=log)
  * for these routines to print - in which case, they use the same options
  * as the logging code, including print to file and control by class (DATATYPE)
  */

-----------------------------------------------------------------------

Summary of changes:
 .../common/datatype/dataloop/dataloop_optimize.c   |    4 ++--
 src/mpid/common/datatype/mpid_type_debug.c         |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list