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/85f6656e12c80f0e67fd132fb68cf817f6... commit 85f6656e12c80f0e67fd132fb68cf817f65dfc8a Author: Pavan Balaji <[email protected]> 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