[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.4-238-g85f6656

mysql vizuser noreply at mpich.org
Sun May 19 14:04:04 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  85f6656e12c80f0e67fd132fb68cf817f65dfc8a (commit)
      from  949f621eecd7594a748b4be99ead8d357dd2a326 (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/85f6656e12c80f0e67fd132fb68cf817f65dfc8a

commit 85f6656e12c80f0e67fd132fb68cf817f65dfc8a
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Sun May 19 13:40:35 2013 -0500

    Added a comment explaining Jed's test.

diff --git a/test/mpi/attr/attrdeleteget.c b/test/mpi/attr/attrdeleteget.c
index 4d63eeb..362287c 100644
--- a/test/mpi/attr/attrdeleteget.c
+++ b/test/mpi/attr/attrdeleteget.c
@@ -31,6 +31,9 @@ int main(int argc,char **argv)
 
 int delete_fn(MPI_Comm comm,int keyval,void *attr_val,void *extra_state)
 {
+    /* The standard is not explicit that the 'comm' argument of
+     * delete_fn must be valid, so this test is only in effect when
+     * !USE_STRICT_MPI. */
 #ifndef USE_STRICT_MPI
     int err,flg,*errs = extra_state;
     void *ptr;

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

Summary of changes:
 test/mpi/attr/attrdeleteget.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list