[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-88-gbbb40df

Service Account noreply at mpich.org
Mon Jan 11 13:59:24 CST 2016


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  bbb40df74d46a42610b5d074fd7e31ee8979626e (commit)
      from  7150bbc02ec87d6320fe73fc71b904836642cad4 (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/bbb40df74d46a42610b5d074fd7e31ee8979626e

commit bbb40df74d46a42610b5d074fd7e31ee8979626e
Author: Yanfei Guo <yguo at anl.gov>
Date:   Fri Jan 8 12:09:43 2016 -0800

    add Argonne copyright statement
    
    Fix #2327
    
    No reviewer.

diff --git a/src/binding/fortran/use_mpi_f08/mpi_f08_types.f90 b/src/binding/fortran/use_mpi_f08/mpi_f08_types.f90
index f669123..f8b0fa8 100644
--- a/src/binding/fortran/use_mpi_f08/mpi_f08_types.f90
+++ b/src/binding/fortran/use_mpi_f08/mpi_f08_types.f90
@@ -1,3 +1,8 @@
+!   -*- Mode: Fortran; -*-
+!
+!   (C) 2014 by Argonne National Laboratory.
+!   See COPYRIGHT in top-level directory.
+!
 ! MPI 3 data types for Fortran.
 ! From A.1.2, pp 676-677
 ! Note added MPI_Message type not in the spec by mistake
diff --git a/src/binding/fortran/use_mpi_f08/wrappers_c/comm_spawn_c.c b/src/binding/fortran/use_mpi_f08/wrappers_c/comm_spawn_c.c
index 108dfeb..52c08e7 100644
--- a/src/binding/fortran/use_mpi_f08/wrappers_c/comm_spawn_c.c
+++ b/src/binding/fortran/use_mpi_f08/wrappers_c/comm_spawn_c.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include "mpiimpl.h"
 #include "cdesc.h"
 
diff --git a/src/binding/fortran/use_mpi_f08/wrappers_c/comm_spawn_multiple_c.c b/src/binding/fortran/use_mpi_f08/wrappers_c/comm_spawn_multiple_c.c
index b7ab98c..7ea4cc7 100644
--- a/src/binding/fortran/use_mpi_f08/wrappers_c/comm_spawn_multiple_c.c
+++ b/src/binding/fortran/use_mpi_f08/wrappers_c/comm_spawn_multiple_c.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include "mpiimpl.h"
 #include "cdesc.h"
 
diff --git a/src/binding/fortran/use_mpi_f08/wrappers_c/f_sync_reg_c.c b/src/binding/fortran/use_mpi_f08/wrappers_c/f_sync_reg_c.c
index 7e9eb2d..54ce14d 100644
--- a/src/binding/fortran/use_mpi_f08/wrappers_c/f_sync_reg_c.c
+++ b/src/binding/fortran/use_mpi_f08/wrappers_c/f_sync_reg_c.c
@@ -1,3 +1,8 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 
 #include "cdesc.h"
 
diff --git a/src/binding/fortran/use_mpi_f08/wrappers_c/utils.c b/src/binding/fortran/use_mpi_f08/wrappers_c/utils.c
index 4d0e112..0128384 100644
--- a/src/binding/fortran/use_mpi_f08/wrappers_c/utils.c
+++ b/src/binding/fortran/use_mpi_f08/wrappers_c/utils.c
@@ -1,3 +1,8 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2016 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 
 #include "mpiimpl.h"
 #include "cdesc.h"
diff --git a/src/mpi/romio/adio/common/onesided_aggregation.c b/src/mpi/romio/adio/common/onesided_aggregation.c
index 665659a..0c0a5dd 100644
--- a/src/mpi/romio/adio/common/onesided_aggregation.c
+++ b/src/mpi/romio/adio/common/onesided_aggregation.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2015 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include "adio.h"
 #include "adio_extern.h"
 #ifdef ROMIO_GPFS
diff --git a/src/mpi/romio/adio/common/p2p_aggregation.c b/src/mpi/romio/adio/common/p2p_aggregation.c
index 89e891b..9804503 100644
--- a/src/mpi/romio/adio/common/p2p_aggregation.c
+++ b/src/mpi/romio/adio/common/p2p_aggregation.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include "adio.h"
 #include "adio_extern.h"
 #include "../ad_gpfs/ad_gpfs_tuning.h"
diff --git a/src/mpi/romio/test/darray_read.c b/src/mpi/romio/test/darray_read.c
index e4eb709..7b8e4c5 100644
--- a/src/mpi/romio/test/darray_read.c
+++ b/src/mpi/romio/test/darray_read.c
@@ -1,3 +1,8 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/src/mpi/romio/test/syshints.c b/src/mpi/romio/test/syshints.c
index 52d503d..1d09dc4 100755
--- a/src/mpi/romio/test/syshints.c
+++ b/src/mpi/romio/test/syshints.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2015 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <mpi.h>
 #include <stdlib.h>
 #include <stdio.h>
diff --git a/src/mpi/romio/test/types_with_zeros.c b/src/mpi/romio/test/types_with_zeros.c
index 9506a06..e2f7799 100644
--- a/src/mpi/romio/test/types_with_zeros.c
+++ b/src/mpi/romio/test/types_with_zeros.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
diff --git a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_cancel.c b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_cancel.c
index c6b1e97..e5ab577 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_cancel.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_cancel.c
@@ -1,5 +1,9 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ *
+ *  Portion of this code were written by Mellanox Technologies, Inc.
  *  (C) 2014 Mellanox Technologies, Inc.
  *
  */
diff --git a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_finalize.c b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_finalize.c
index e2c3f02..2d0a059 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_finalize.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_finalize.c
@@ -1,5 +1,9 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ *
+ *  Portion of this code were written by Mellanox Technologies, Inc.
  *  (C) 2014 Mellanox Technologies, Inc.
  *
  */
diff --git a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_impl.h b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_impl.h
index 64b529b..ecee4bb 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_impl.h
+++ b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_impl.h
@@ -1,5 +1,9 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ *
+ *  Portion of this code were written by Mellanox Technologies, Inc.
  *  (C) 2014 Mellanox Technologies, Inc.
  *
  */
diff --git a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_init.c b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_init.c
index 1e98488..1b0f091 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_init.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_init.c
@@ -1,5 +1,9 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ *
+ *  Portion of this code were written by Mellanox Technologies, Inc.
  *  (C) 2014 Mellanox Technologies, Inc.
  *
  */
diff --git a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_poll.c b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_poll.c
index 2c896e7..680041b 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_poll.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_poll.c
@@ -1,5 +1,9 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ *
+ *  Portion of this code were written by Mellanox Technologies, Inc.
  *  (C) 2014 Mellanox Technologies, Inc.
  *
  */
diff --git a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_probe.c b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_probe.c
index 0151b9c..332b2fb 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_probe.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_probe.c
@@ -1,5 +1,9 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ *
+ *  Portion of this code were written by Mellanox Technologies, Inc.
  *  (C) 2014 Mellanox Technologies, Inc.
  *
  */
diff --git a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_send.c b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_send.c
index 280eed8..fcaf499 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_send.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/mxm/mxm_send.c
@@ -1,5 +1,9 @@
 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
 /*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ *
+ *  Portion of this code were written by Mellanox Technologies, Inc.
  *  (C) 2014 Mellanox Technologies, Inc.
  *
  */
diff --git a/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_probe_template.c b/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_probe_template.c
index bda3e45..afe97b1 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_probe_template.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_probe_template.c
@@ -1,3 +1,12 @@
+/*
+ *  (C) 2015 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ *
+ *  Portions of this code were written by Intel Corporation.
+ *  Copyright (C) 2011-2012 Intel Corporation.  Intel provides this material
+ *  to Argonne National Laboratory subject to Software Grant and Corporate
+ *  Contributor License Agreement dated February 8, 2012.
+ */
 #if (API_SET != API_SET_1) && (API_SET != API_SET_2)
 #error Undefined API SET
 #endif
diff --git a/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_tagged_template.c b/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_tagged_template.c
index 5b2ce15..e11e5f8 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_tagged_template.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_tagged_template.c
@@ -1,3 +1,12 @@
+/*
+ *  (C) 2015 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ *
+ *  Portions of this code were written by Intel Corporation.
+ *  Copyright (C) 2011-2012 Intel Corporation.  Intel provides this material
+ *  to Argonne National Laboratory subject to Software Grant and Corporate
+ *  Contributor License Agreement dated February 8, 2012.
+ */
 #if (API_SET != API_SET_1) && (API_SET != API_SET_2)
 #error Undefined API SET
 #endif
diff --git a/src/mpid/common/hcoll/hcoll.h b/src/mpid/common/hcoll/hcoll.h
index 16a9452..fbabdda 100644
--- a/src/mpid/common/hcoll/hcoll.h
+++ b/src/mpid/common/hcoll/hcoll.h
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #ifndef _HCOLL_H_
 #define _HCOLL_H_
 
diff --git a/src/mpid/common/hcoll/hcoll_dtypes.h b/src/mpid/common/hcoll/hcoll_dtypes.h
index 6c86ab6..9cfff68 100644
--- a/src/mpid/common/hcoll/hcoll_dtypes.h
+++ b/src/mpid/common/hcoll/hcoll_dtypes.h
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #ifndef _HCOLL_DTYPES_H_
 #define _HCOLL_DTYPES_H_
 #include "hcoll/api/hcoll_dte.h"
diff --git a/src/mpid/common/hcoll/hcoll_init.c b/src/mpid/common/hcoll/hcoll_init.c
index c04704a..88187d3 100644
--- a/src/mpid/common/hcoll/hcoll_init.c
+++ b/src/mpid/common/hcoll/hcoll_init.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include "hcoll.h"
 
 static int hcoll_initialized = 0;
diff --git a/src/mpid/common/hcoll/hcoll_ops.c b/src/mpid/common/hcoll/hcoll_ops.c
index db1dbd9..26c8ba8 100644
--- a/src/mpid/common/hcoll/hcoll_ops.c
+++ b/src/mpid/common/hcoll/hcoll_ops.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include "hcoll.h"
 #include "hcoll_dtypes.h"
 
diff --git a/src/mpid/common/hcoll/hcoll_rte.c b/src/mpid/common/hcoll/hcoll_rte.c
index ea543fe..9dd14f5 100644
--- a/src/mpid/common/hcoll/hcoll_rte.c
+++ b/src/mpid/common/hcoll/hcoll_rte.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include "hcoll.h"
 #include "hcoll/api/hcoll_dte.h"
 #include <assert.h>
diff --git a/src/mpid/common/hcoll/hcollpre.h b/src/mpid/common/hcoll/hcollpre.h
index 03ec11d..29f2247 100644
--- a/src/mpid/common/hcoll/hcollpre.h
+++ b/src/mpid/common/hcoll/hcollpre.h
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #ifndef _HCOLLPRE_H_
 #define _HCOLLPRE_H_
 
diff --git a/test/mpi/comm/comm_idup_isend.c b/test/mpi/comm/comm_idup_isend.c
index 0eea1df..bb5d3b5 100644
--- a/test/mpi/comm/comm_idup_isend.c
+++ b/test/mpi/comm/comm_idup_isend.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2015 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/test/mpi/errhan/errstring2.c b/test/mpi/errhan/errstring2.c
index f63db76..26a5151 100644
--- a/test/mpi/errhan/errstring2.c
+++ b/test/mpi/errhan/errstring2.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <stdio.h>
 #include <mpi.h>
 #include <string.h>
diff --git a/test/mpi/errors/io/file_errhdl.c b/test/mpi/errors/io/file_errhdl.c
index ef7955b..f8359b0 100644
--- a/test/mpi/errors/io/file_errhdl.c
+++ b/test/mpi/errors/io/file_errhdl.c
@@ -1,3 +1,8 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2015 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
 /* test case contributed by Lisandro Dalcin <dalcinl at gmail.com> */
 #include <mpi.h>
 #include <stdio.h>
diff --git a/test/mpi/f08/misc/hello.f90 b/test/mpi/f08/misc/hello.f90
index 34103c1..e699c1d 100644
--- a/test/mpi/f08/misc/hello.f90
+++ b/test/mpi/f08/misc/hello.f90
@@ -8,6 +8,9 @@
 ! Copyright (c) 2006-2012 Cisco Systems, Inc.  All rights reserved.
 ! Copyright (c) 2009-2012 Los Alamos National Security, LLC.
 !                         All rights reserved.
+!  (C) 2014 by Argonne National Laboratory.
+!      See COPYRIGHT in top-level directory.
+!
 ! $COPYRIGHT$
 !
 ! Sample MPI "hello world" application using the MPI-3 mpi_f08 module.
diff --git a/test/mpi/f08/misc/ring.f90 b/test/mpi/f08/misc/ring.f90
index 186050d..82b4a5d 100644
--- a/test/mpi/f08/misc/ring.f90
+++ b/test/mpi/f08/misc/ring.f90
@@ -6,6 +6,9 @@
 ! Copyright (c) 2006-2012 Cisco Systems, Inc.  All rights reserved.
 ! Copyright (c) 2009-2012 Los Alamos National Security, LLC.
 !                         All rights reserved.
+!  (C) 2014 by Argonne National Laboratory.
+!      See COPYRIGHT in top-level directory.
+!
 ! $COPYRIGHT$
 !
 ! Simple ring test program using the MPI-3 mpi_f08 module.
diff --git a/test/mpi/f77/attr/commattr4f.f b/test/mpi/f77/attr/commattr4f.f
index ddce319..236a112 100644
--- a/test/mpi/f77/attr/commattr4f.f
+++ b/test/mpi/f77/attr/commattr4f.f
@@ -1,3 +1,7 @@
+C -*- Mode: Fortran; -*- 
+C
+C  (C) 2015 by Argonne National Laboratory.
+C      See COPYRIGHT in top-level directory.
 C
       program main
 C
diff --git a/test/mpi/io/bigtype.c b/test/mpi/io/bigtype.c
index a5f6cea..760894c 100644
--- a/test/mpi/io/bigtype.c
+++ b/test/mpi/io/bigtype.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <mpi.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/test/mpi/io/hindexed_io.c b/test/mpi/io/hindexed_io.c
index 475fc5a..fcfe4a2 100644
--- a/test/mpi/io/hindexed_io.c
+++ b/test/mpi/io/hindexed_io.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2014 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <mpi.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/test/mpi/spawn/spawn-rootargs.c b/test/mpi/spawn/spawn-rootargs.c
index abcf5b3..a6a135a 100644
--- a/test/mpi/spawn/spawn-rootargs.c
+++ b/test/mpi/spawn/spawn-rootargs.c
@@ -1,3 +1,9 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *  (C) 2015 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <mpi.h>
 #include <stdio.h>
 

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

Summary of changes:
 src/binding/fortran/use_mpi_f08/mpi_f08_types.f90  |    5 +++++
 .../fortran/use_mpi_f08/wrappers_c/comm_spawn_c.c  |    6 ++++++
 .../use_mpi_f08/wrappers_c/comm_spawn_multiple_c.c |    6 ++++++
 .../fortran/use_mpi_f08/wrappers_c/f_sync_reg_c.c  |    5 +++++
 src/binding/fortran/use_mpi_f08/wrappers_c/utils.c |    5 +++++
 src/mpi/romio/adio/common/onesided_aggregation.c   |    6 ++++++
 src/mpi/romio/adio/common/p2p_aggregation.c        |    6 ++++++
 src/mpi/romio/test/darray_read.c                   |    5 +++++
 src/mpi/romio/test/syshints.c                      |    6 ++++++
 src/mpi/romio/test/types_with_zeros.c              |    6 ++++++
 .../ch3/channels/nemesis/netmod/mxm/mxm_cancel.c   |    4 ++++
 .../ch3/channels/nemesis/netmod/mxm/mxm_finalize.c |    4 ++++
 .../ch3/channels/nemesis/netmod/mxm/mxm_impl.h     |    4 ++++
 .../ch3/channels/nemesis/netmod/mxm/mxm_init.c     |    4 ++++
 .../ch3/channels/nemesis/netmod/mxm/mxm_poll.c     |    4 ++++
 .../ch3/channels/nemesis/netmod/mxm/mxm_probe.c    |    4 ++++
 .../ch3/channels/nemesis/netmod/mxm/mxm_send.c     |    4 ++++
 .../nemesis/netmod/ofi/ofi_probe_template.c        |    9 +++++++++
 .../nemesis/netmod/ofi/ofi_tagged_template.c       |    9 +++++++++
 src/mpid/common/hcoll/hcoll.h                      |    6 ++++++
 src/mpid/common/hcoll/hcoll_dtypes.h               |    6 ++++++
 src/mpid/common/hcoll/hcoll_init.c                 |    6 ++++++
 src/mpid/common/hcoll/hcoll_ops.c                  |    6 ++++++
 src/mpid/common/hcoll/hcoll_rte.c                  |    6 ++++++
 src/mpid/common/hcoll/hcollpre.h                   |    6 ++++++
 test/mpi/comm/comm_idup_isend.c                    |    6 ++++++
 test/mpi/errhan/errstring2.c                       |    6 ++++++
 test/mpi/errors/io/file_errhdl.c                   |    5 +++++
 test/mpi/f08/misc/hello.f90                        |    3 +++
 test/mpi/f08/misc/ring.f90                         |    3 +++
 test/mpi/f77/attr/commattr4f.f                     |    4 ++++
 test/mpi/io/bigtype.c                              |    6 ++++++
 test/mpi/io/hindexed_io.c                          |    6 ++++++
 test/mpi/spawn/spawn-rootargs.c                    |    6 ++++++
 34 files changed, 183 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list