[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.3-163-g47cb41d

Service Account noreply at mpich.org
Mon Nov 10 20:39:09 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  47cb41d1a3b338899c2ea5223d47ad211da2f209 (commit)
      from  5da4e169ba4907771253b9ba986ece290d542f33 (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/47cb41d1a3b338899c2ea5223d47ad211da2f209

commit 47cb41d1a3b338899c2ea5223d47ad211da2f209
Author: Xin Zhao <xinzhao3 at illinois.edu>
Date:   Mon Nov 10 15:36:03 2014 -0600

    Bug-fix: add CVAR category CH3 back.
    
    We mistakenly deleted CVAR category 'CH3' when deleting
    unnecessary CVARs in RMA, here we add it back.
    
    Signed-off-by: Junchao Zhang <jczhang at mcs.anl.gov>

diff --git a/src/mpid/ch3/src/mpidi_rma.c b/src/mpid/ch3/src/mpidi_rma.c
index 6f056e2..f585656 100644
--- a/src/mpid/ch3/src/mpidi_rma.c
+++ b/src/mpid/ch3/src/mpidi_rma.c
@@ -10,6 +10,10 @@
 /*
 === BEGIN_MPI_T_CVAR_INFO_BLOCK ===
 
+categories:
+    - name        : CH3
+      description : cvars that control behavior of ch3
+
 cvars:
     - name        : MPIR_CVAR_CH3_RMA_OP_WIN_POOL_SIZE
       category    : CH3

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

Summary of changes:
 src/mpid/ch3/src/mpidi_rma.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list