[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-68-g969f0b8

Service Account git at mcs.anl.gov
Wed Mar 25 11:19:18 CDT 2015


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 "".

The branch, dev-modular has been updated
       via  969f0b8dc38ae7776b80843c8077028f1f47eb8e (commit)
       via  e644c976e99db1dffdd25548a24ca5fddb8bb3cf (commit)
      from  c8026d6b05d6c7548ba722a310b4a8ac9d739823 (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 -----------------------------------------------------------------
commit 969f0b8dc38ae7776b80843c8077028f1f47eb8e
Author: Shane Snyder <ssnyder at mcs.anl.gov>
Date:   Wed Mar 25 11:19:06 2015 -0500

    Updated copyrights

commit e644c976e99db1dffdd25548a24ca5fddb8bb3cf
Author: Shane Snyder <ssnyder at mcs.anl.gov>
Date:   Wed Mar 25 11:18:53 2015 -0500

    Updated regression testing README

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

Summary of changes:
 darshan-runtime/darshan-core.h            |    5 +++--
 darshan-runtime/darshan-dynamic.h         |    5 +++--
 darshan-runtime/darshan-gen-cc.pl.in      |    4 ++--
 darshan-runtime/darshan-gen-cxx.pl.in     |    4 ++--
 darshan-runtime/darshan-gen-fortran.pl.in |    4 ++--
 darshan-runtime/darshan-mk-log-dirs.pl.in |    4 ++--
 darshan-runtime/darshan.h                 |    5 +++--
 darshan-runtime/lib/darshan-common.c      |    5 +++--
 darshan-runtime/lib/darshan-core.c        |    5 +++--
 darshan-runtime/lib/darshan-mpiio.c       |    5 +++--
 darshan-runtime/lib/darshan-posix.c       |    5 +++--
 darshan-test/regression/README.txt        |    7 ++++++-
 darshan-util/darshan-convert-logs.pl      |    6 ++++--
 darshan-util/darshan-logutils.c           |    5 +++--
 darshan-util/darshan-logutils.h           |    5 +++--
 darshan-util/darshan-posix-logutils.c     |    5 +++--
 darshan-util/darshan-posix-logutils.h     |    5 +++--
 darshan-util/darshan-posix-parser.c       |    5 +++--
 darshan-util/darshan-summary-per-file.sh  |    4 ++--
 19 files changed, 56 insertions(+), 37 deletions(-)


Diff of changes:
diff --git a/darshan-runtime/darshan-core.h b/darshan-runtime/darshan-core.h
index 6b69b4c..b68f2fa 100644
--- a/darshan-runtime/darshan-core.h
+++ b/darshan-runtime/darshan-core.h
@@ -1,6 +1,7 @@
 /*
- *  (C) 2014 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #ifndef __DARSHAN_CORE_H
diff --git a/darshan-runtime/darshan-dynamic.h b/darshan-runtime/darshan-dynamic.h
index ee2f260..b488c6a 100644
--- a/darshan-runtime/darshan-dynamic.h
+++ b/darshan-runtime/darshan-dynamic.h
@@ -1,6 +1,7 @@
 /*
- *  (C) 2012 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #ifndef __DARSHAN_DYNAMIC_H
diff --git a/darshan-runtime/darshan-gen-cc.pl.in b/darshan-runtime/darshan-gen-cc.pl.in
index afc514c..7d034b6 100644
--- a/darshan-runtime/darshan-gen-cc.pl.in
+++ b/darshan-runtime/darshan-gen-cc.pl.in
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 #
-#  (C) 2009 by Argonne National Laboratory.
-#      See COPYRIGHT in top-level directory.
+# Copyright (C) 2015 University of Chicago.
+# See COPYRIGHT notice in top-level directory.
 #
 
 # takes a standard mpicc script as an argument and tried to generate a
diff --git a/darshan-runtime/darshan-gen-cxx.pl.in b/darshan-runtime/darshan-gen-cxx.pl.in
index 448fd5f..d04e347 100644
--- a/darshan-runtime/darshan-gen-cxx.pl.in
+++ b/darshan-runtime/darshan-gen-cxx.pl.in
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 #
-#  (C) 2009 by Argonne National Laboratory.
-#      See COPYRIGHT in top-level directory.
+# Copyright (C) 2015 University of Chicago.
+# See COPYRIGHT notice in top-level directory.
 #
 
 # takes a standard mpicxx script as an argument and tried to generate a
diff --git a/darshan-runtime/darshan-gen-fortran.pl.in b/darshan-runtime/darshan-gen-fortran.pl.in
index 31b2ac4..b976f12 100644
--- a/darshan-runtime/darshan-gen-fortran.pl.in
+++ b/darshan-runtime/darshan-gen-fortran.pl.in
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 #
-#  (C) 2009 by Argonne National Laboratory.
-#      See COPYRIGHT in top-level directory.
+# Copyright (C) 2015 University of Chicago.
+# See COPYRIGHT notice in top-level directory.
 #
 
 # takes a standard mpif* script as an argument and tried to generate a
diff --git a/darshan-runtime/darshan-mk-log-dirs.pl.in b/darshan-runtime/darshan-mk-log-dirs.pl.in
index 156629a..f102035 100644
--- a/darshan-runtime/darshan-mk-log-dirs.pl.in
+++ b/darshan-runtime/darshan-mk-log-dirs.pl.in
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 #
-#  (C) 2009 by Argonne National Laboratory.
-#      See COPYRIGHT in top-level directory.
+# Copyright (C) 2015 University of Chicago.
+# See COPYRIGHT notice in top-level directory.
 #
 
 use File::Basename;
diff --git a/darshan-runtime/darshan.h b/darshan-runtime/darshan.h
index 46ed062..c88f9bc 100644
--- a/darshan-runtime/darshan.h
+++ b/darshan-runtime/darshan.h
@@ -1,6 +1,7 @@
 /*
- *  (C) 2009 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #ifndef __DARSHAN_H
diff --git a/darshan-runtime/lib/darshan-common.c b/darshan-runtime/lib/darshan-common.c
index e5074b8..e9ce0d0 100644
--- a/darshan-runtime/lib/darshan-common.c
+++ b/darshan-runtime/lib/darshan-common.c
@@ -1,6 +1,7 @@
 /*
- *  (C) 2009 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #include "darshan-runtime-config.h"
diff --git a/darshan-runtime/lib/darshan-core.c b/darshan-runtime/lib/darshan-core.c
index 907836b..da24bda 100644
--- a/darshan-runtime/lib/darshan-core.c
+++ b/darshan-runtime/lib/darshan-core.c
@@ -1,6 +1,7 @@
 /*
- *  (C) 2009 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #define _XOPEN_SOURCE 500
diff --git a/darshan-runtime/lib/darshan-mpiio.c b/darshan-runtime/lib/darshan-mpiio.c
index 009694e..8f5d27f 100644
--- a/darshan-runtime/lib/darshan-mpiio.c
+++ b/darshan-runtime/lib/darshan-mpiio.c
@@ -1,6 +1,7 @@
 /*
- *  (C) 2009 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #include "darshan-runtime-config.h"
diff --git a/darshan-runtime/lib/darshan-posix.c b/darshan-runtime/lib/darshan-posix.c
index 3e742ed..9ca2bfd 100644
--- a/darshan-runtime/lib/darshan-posix.c
+++ b/darshan-runtime/lib/darshan-posix.c
@@ -1,6 +1,7 @@
 /*
- *  (C) 2009 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #include "darshan-runtime-config.h"
diff --git a/darshan-test/regression/README.txt b/darshan-test/regression/README.txt
index 9fa8c81..40655e5 100644
--- a/darshan-test/regression/README.txt
+++ b/darshan-test/regression/README.txt
@@ -8,7 +8,12 @@ The master script must be executed with three arguments:
 2) path to temporary directory (for building executables, collecting logs, 
    etc. during test)
 3) platform type; options include:
-   - ws (for a standard workstation)
+   - workstation-static (for static instrumentation on a standard workstation)
+   - workstation-dynamic (for dynamic instrumentation on a standard workstation)
+   - workstation-profile-conf (for static instrumentation using MPI profiling
+     configuration hooks on a standard workstation)
+   - bg-profile-conf (for static instrumentation using MPI profiling configuration
+     hooks on BGQ platform)
 
 The platform type should map to a subdirectory containing scripts
 that describe how to perform platform-specific tasks (like loading or
diff --git a/darshan-util/darshan-convert-logs.pl b/darshan-util/darshan-convert-logs.pl
index 2ac4128..1132a0f 100755
--- a/darshan-util/darshan-convert-logs.pl
+++ b/darshan-util/darshan-convert-logs.pl
@@ -1,8 +1,10 @@
 #!/usr/bin/perl -w
+
 #
-#  (C) 2011 by Argonne National Laboratory.
-#      See COPYRIGHT in top-level directory.
+# Copyright (C) 2015 University of Chicago.
+# See COPYRIGHT notice in top-level directory.
 #
+
 # Convert a list of logs and add metadata from another file.
 #
 # List of Logs: logfile path, one per line.  This can be generated with a 
diff --git a/darshan-util/darshan-logutils.c b/darshan-util/darshan-logutils.c
index 87250ab..ebb4ced 100644
--- a/darshan-util/darshan-logutils.c
+++ b/darshan-util/darshan-logutils.c
@@ -1,6 +1,7 @@
 /*
- *  (C) 2009 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #define _GNU_SOURCE
diff --git a/darshan-util/darshan-logutils.h b/darshan-util/darshan-logutils.h
index 6ca1787..b6bb37a 100644
--- a/darshan-util/darshan-logutils.h
+++ b/darshan-util/darshan-logutils.h
@@ -1,6 +1,7 @@
 /*
- *  (C) 2009 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #ifndef __DARSHAN_LOG_UTILS_H
diff --git a/darshan-util/darshan-posix-logutils.c b/darshan-util/darshan-posix-logutils.c
index c312e4e..51ba78d 100644
--- a/darshan-util/darshan-posix-logutils.c
+++ b/darshan-util/darshan-posix-logutils.c
@@ -1,6 +1,7 @@
 /*
- *  (C) 2009 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #define _GNU_SOURCE
diff --git a/darshan-util/darshan-posix-logutils.h b/darshan-util/darshan-posix-logutils.h
index c8ffc19..59b307e 100644
--- a/darshan-util/darshan-posix-logutils.h
+++ b/darshan-util/darshan-posix-logutils.h
@@ -1,6 +1,7 @@
 /*
- *  (C) 2009 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #ifndef __DARSHAN_POSIX_LOG_UTILS_H
diff --git a/darshan-util/darshan-posix-parser.c b/darshan-util/darshan-posix-parser.c
index 29102a9..7519e5e 100644
--- a/darshan-util/darshan-posix-parser.c
+++ b/darshan-util/darshan-posix-parser.c
@@ -1,6 +1,7 @@
 /*
- *  (C) 2009 by Argonne National Laboratory.
- *      See COPYRIGHT in top-level directory.
+ * Copyright (C) 2015 University of Chicago.
+ * See COPYRIGHT notice in top-level directory.
+ *
  */
 
 #include <stdio.h>
diff --git a/darshan-util/darshan-summary-per-file.sh b/darshan-util/darshan-summary-per-file.sh
index 5ff086f..50c342b 100644
--- a/darshan-util/darshan-summary-per-file.sh
+++ b/darshan-util/darshan-summary-per-file.sh
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 #
-# (C) 2013 by Argonne National Laboratory.
-#     See COPYRIGHT in top-level directory.
+# Copyright (C) 2015 University of Chicago.
+# See COPYRIGHT notice in top-level directory.
 #
 
 # change behavior of shell error code following failure of a piped command


hooks/post-receive
--



More information about the Darshan-commits mailing list