[mpich2-commits] r5464 - mpich2/trunk/test/mpi/manual

gropp at mcs.anl.gov gropp at mcs.anl.gov
Thu Oct 15 11:36:40 CDT 2009


Author: gropp
Date: 2009-10-15 11:36:40 -0500 (Thu, 15 Oct 2009)
New Revision: 5464

Modified:
   mpich2/trunk/test/mpi/manual/spawntest_child.c
   mpich2/trunk/test/mpi/manual/spawntest_master.c
Log:
Added style/copyright/credit

Modified: mpich2/trunk/test/mpi/manual/spawntest_child.c
===================================================================
--- mpich2/trunk/test/mpi/manual/spawntest_child.c	2009-10-15 15:29:05 UTC (rev 5463)
+++ mpich2/trunk/test/mpi/manual/spawntest_child.c	2009-10-15 16:36:40 UTC (rev 5464)
@@ -1,3 +1,13 @@
+/* -*- Mode: C; c-basic-offset:4 ; -*- */
+/*  
+ *  (C) 2009 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
+/* 
+ * Test code provided by Guruprasad H. Kora
+ */
+
 #include "mpi.h"
 #include <stdio.h>
 #include <string.h>

Modified: mpich2/trunk/test/mpi/manual/spawntest_master.c
===================================================================
--- mpich2/trunk/test/mpi/manual/spawntest_master.c	2009-10-15 15:29:05 UTC (rev 5463)
+++ mpich2/trunk/test/mpi/manual/spawntest_master.c	2009-10-15 16:36:40 UTC (rev 5464)
@@ -1,3 +1,13 @@
+/* -*- Mode: C; c-basic-offset:4 ; -*- */
+/*  
+ *  (C) 2009 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
+/* 
+ * Test code provided by Guruprasad H. Kora
+ */
+
 #include "mpi.h"
 #include <stdio.h>
 #include <stdlib.h>



More information about the mpich2-commits mailing list