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

mysql vizuser noreply at mpich.org
Sat Feb 1 15:59:48 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  8cbe30954638ad995cc8332a560426f5be4742f0 (commit)
       via  8951ffccae8c88b88dfd1c97f09aa1c7e9522fdf (commit)
      from  23b655f27f88e4ac07b7dc04d359a92e0c6e353e (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/8cbe30954638ad995cc8332a560426f5be4742f0

commit 8cbe30954638ad995cc8332a560426f5be4742f0
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Sat Feb 1 12:22:29 2014 -0600

    Added a bunch of other copyrights.
    
    No reviewer.

diff --git a/test/mpi/coll/bcastzerotype.c b/test/mpi/coll/bcastzerotype.c
index 65a6055..59f2a5b 100644
--- a/test/mpi/coll/bcastzerotype.c
+++ b/test/mpi/coll/bcastzerotype.c
@@ -1,3 +1,10 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2012 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
diff --git a/test/mpi/coll/iallred.c b/test/mpi/coll/iallred.c
index f06b492..2542a3f 100644
--- a/test/mpi/coll/iallred.c
+++ b/test/mpi/coll/iallred.c
@@ -1,3 +1,10 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2012 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <stdio.h>
 #include <assert.h>
 #include "mpi.h"
diff --git a/test/mpi/errhan/predef_eh.c b/test/mpi/errhan/predef_eh.c
index 511ac0f..c467411 100644
--- a/test/mpi/errhan/predef_eh.c
+++ b/test/mpi/errhan/predef_eh.c
@@ -1,3 +1,10 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2012 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <stdio.h>
 #include <assert.h>
 #include <stdlib.h>
diff --git a/test/mpi/errors/comm/too_many_comms.c b/test/mpi/errors/comm/too_many_comms.c
index c11484d..8387d08 100644
--- a/test/mpi/errors/comm/too_many_comms.c
+++ b/test/mpi/errors/comm/too_many_comms.c
@@ -1,7 +1,8 @@
-/* -*- mode: c; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (c) 2012 by argonne national laboratory.
- *      see copyright in top-level directory.
+ *
+ *  (C) 2012 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
  */
 
 /* This test attempts to create a large number of communicators, in an effort
diff --git a/test/mpi/errors/comm/too_many_comms2.c b/test/mpi/errors/comm/too_many_comms2.c
index 1e0cd80..8144eba 100644
--- a/test/mpi/errors/comm/too_many_comms2.c
+++ b/test/mpi/errors/comm/too_many_comms2.c
@@ -1,7 +1,8 @@
-/* -*- mode: c; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (c) 2012 by argonne national laboratory.
- *      see copyright in top-level directory.
+ *
+ *  (C) 2012 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
  */
 
 /* This test attempts to create a large number of communicators, in an effort
diff --git a/test/mpi/errors/comm/too_many_comms3.c b/test/mpi/errors/comm/too_many_comms3.c
index 7238347..56fbe6d 100644
--- a/test/mpi/errors/comm/too_many_comms3.c
+++ b/test/mpi/errors/comm/too_many_comms3.c
@@ -1,7 +1,8 @@
-/* -*- mode: c; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- *  (c) 2012 by argonne national laboratory.
- *      see copyright in top-level directory.
+ *
+ *  (C) 2012 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
  */
 
 /* This test attempts to create a large number of communicators, in an effort
diff --git a/test/mpi/pt2pt/big_count_status.c b/test/mpi/pt2pt/big_count_status.c
index a8b9b67..104a695 100644
--- a/test/mpi/pt2pt/big_count_status.c
+++ b/test/mpi/pt2pt/big_count_status.c
@@ -1,3 +1,10 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2013 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <mpi.h>
 #include <assert.h>
 #include <stdio.h>
diff --git a/test/mpi/rma/mutex_bench.c b/test/mpi/rma/mutex_bench.c
index 2db24e4..3d2c846 100644
--- a/test/mpi/rma/mutex_bench.c
+++ b/test/mpi/rma/mutex_bench.c
@@ -1,12 +1,10 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- * Copyright (C) 2013. See COPYRIGHT in top-level directory.
+ *
+ *  (C) 2013 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
  */
 
-/** MPI Mutex test -- James Dinan <dinan at mcs.anl.gov>
-  *
-  * All processes create a mutex then lock+unlock it N times.
-  */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
diff --git a/test/mpi/threads/pt2pt/ibsend.c b/test/mpi/threads/pt2pt/ibsend.c
index a54d591..6050c00 100644
--- a/test/mpi/threads/pt2pt/ibsend.c
+++ b/test/mpi/threads/pt2pt/ibsend.c
@@ -1,5 +1,11 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
+ *
+ *  (C) 2013 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
+/*
    This program performs a short test of MPI_BSEND in a
    multithreaded environment.
 
diff --git a/test/mpi/topo/dgraph_unwgt.c b/test/mpi/topo/dgraph_unwgt.c
index e29b3a4..0f31e2c 100644
--- a/test/mpi/topo/dgraph_unwgt.c
+++ b/test/mpi/topo/dgraph_unwgt.c
@@ -1,3 +1,10 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2011 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/test/mpix/mutex/mutex_lock_unlock.c b/test/mpix/mutex/mutex_lock_unlock.c
index f61cd2a..cc4767c 100644
--- a/test/mpix/mutex/mutex_lock_unlock.c
+++ b/test/mpix/mutex/mutex_lock_unlock.c
@@ -1,5 +1,8 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- * Copyright (C) 2010. See COPYRIGHT in top-level directory.
+ *
+ *  (C) 2010 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
  */
 
 /** MPI Mutex test -- James Dinan <dinan at mcs.anl.gov>

http://git.mpich.org/mpich.git/commitdiff/8951ffccae8c88b88dfd1c97f09aa1c7e9522fdf

commit 8951ffccae8c88b88dfd1c97f09aa1c7e9522fdf
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Sat Feb 1 11:56:54 2014 -0600

    Update copyright information for Jeff Hammond's tests.
    
    Signed-off-by: Jeff Hammond <jeff.science at gmail.com>

diff --git a/test/mpi/datatype/large_type.c b/test/mpi/datatype/large_type.c
index bfc32ac..4688e1b 100644
--- a/test/mpi/datatype/large_type.c
+++ b/test/mpi/datatype/large_type.c
@@ -1,3 +1,10 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2013 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <mpi.h>
diff --git a/test/mpi/datatype/large_type_sendrec.c b/test/mpi/datatype/large_type_sendrec.c
index ff3fef6..60cfbdf 100644
--- a/test/mpi/datatype/large_type_sendrec.c
+++ b/test/mpi/datatype/large_type_sendrec.c
@@ -1,10 +1,8 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
- * Author(s):
  *
- * Jeff R. Hammond
- * Leadership Computing Facility
- * Argonne National Laboratory
- * jhammond at anl.gov
+ *  (C) 2013 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
  */
 
 #include <stdio.h>

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

Summary of changes:
 test/mpi/coll/bcastzerotype.c          |    7 +++++++
 test/mpi/coll/iallred.c                |    7 +++++++
 test/mpi/datatype/large_type.c         |    7 +++++++
 test/mpi/datatype/large_type_sendrec.c |    8 +++-----
 test/mpi/errhan/predef_eh.c            |    7 +++++++
 test/mpi/errors/comm/too_many_comms.c  |    7 ++++---
 test/mpi/errors/comm/too_many_comms2.c |    7 ++++---
 test/mpi/errors/comm/too_many_comms3.c |    7 ++++---
 test/mpi/pt2pt/big_count_status.c      |    7 +++++++
 test/mpi/rma/mutex_bench.c             |   10 ++++------
 test/mpi/threads/pt2pt/ibsend.c        |    6 ++++++
 test/mpi/topo/dgraph_unwgt.c           |    7 +++++++
 test/mpix/mutex/mutex_lock_unlock.c    |    5 ++++-
 13 files changed, 71 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list