<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>
Shane Snyder pushed to branch master
at <a href="https://xgitlab.cels.anl.gov/darshan/darshan">darshan / darshan</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/eaf1d8dd9b3cd729e851ec5415faa5513a126b49">eaf1d8dd</a></strong>
<div>
<span>by Shane Snyder</span>
<i>at 2016-03-18T14:38:37-05:00</i>
</div>
<pre class='commit-message'>update release checklist to refer to gitlab</pre>
</li>
<li>
<strong><a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/56a5aab6dc13e9daef6e4dd5274063911af7de6b">56a5aab6</a></strong>
<div>
<span>by Shane Snyder</span>
<i>at 2016-03-18T14:38:37-05:00</i>
</div>
<pre class='commit-message'>updated configure to reference 3.0.0 version</pre>
</li>
<li>
<strong><a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/f139502fbaec5576ad4ea76b29477b82755d6121">f139502f</a></strong>
<div>
<span>by Shane Snyder</span>
<i>at 2016-03-18T14:38:37-05:00</i>
</div>
<pre class='commit-message'>updated ChangeLog for 3.0.0 release</pre>
</li>
<li>
<strong><a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/ce53fdd5dd4b95419d96e2f45b9c9ec977c67d6c">ce53fdd5</a></strong>
<div>
<span>by Shane Snyder</span>
<i>at 2016-03-18T15:50:09-05:00</i>
</div>
<pre class='commit-message'>bug fix in regression test condition check</pre>
</li>
</ul>
<h4>7 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
ChangeLog
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
darshan-runtime/configure
</a>
</li>
<li class='file-stats'>
<a href='#diff-2'>
darshan-runtime/configure.in
</a>
</li>
<li class='file-stats'>
<a href='#diff-3'>
darshan-test/RELEASE-CHECKLIST.txt
</a>
</li>
<li class='file-stats'>
<a href='#diff-4'>
darshan-test/regression/run-all.sh
</a>
</li>
<li class='file-stats'>
<a href='#diff-5'>
darshan-util/configure
</a>
</li>
<li class='file-stats'>
<a href='#diff-6'>
darshan-util/configure.in
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/compare/6e96d134ae603f778f9433f44284c5ed9d5cb823...ce53fdd5dd4b95419d96e2f45b9c9ec977c67d6c#diff-0'>
<strong>
ChangeLog
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ChangeLog
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ChangeLog
</span><span style="color: #aaaaaa">@@ -2,6 +2,21 @@
</span> Darshan Release Change Log
 --------------------------
 
<span style="color: #000000;background-color: #ddffdd">+Darshan-3.0.0
+=============
+* bug fix for determining minimum non-zero counters in
+shared file reductions in all modules
+* loosen Darshan's PMPI symbol check to prevent inadvertent
+  disabling of Darshan for some MPICH builds
+* update runtime docs to give information on upgrading Darshan
+* bug fix for resolving MPI_Gather and MPI_Barrier when LDPRELOADing
+  Darshan's shared libraries (reported by Richard Hedges and Rob Latham)
+* add more helpful error handling when opening 2.x version log files
+* port darshan-diff utility over to new log file format
+* fix numerous configure bugs on Cray systems
+* add synthetic benchmarking hooks for testing Darshan's shutdown
+  procedure
+
</span> Darshan-3.0.0-pre3
 =============
 * add module-specific version fields to header to allow utilities
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/compare/6e96d134ae603f778f9433f44284c5ed9d5cb823...ce53fdd5dd4b95419d96e2f45b9c9ec977c67d6c#diff-1'>
<strong>
darshan-runtime/configure
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-runtime/configure
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-runtime/configure
</span><span style="color: #aaaaaa">@@ -1,6 +1,6 @@
</span> #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
<span style="color: #000000;background-color: #ffdddd">-# Generated by GNU Autoconf 2.69 for darshan-runtime 3.0.0-pre3.
</span><span style="color: #000000;background-color: #ddffdd">+# Generated by GNU Autoconf 2.69 for darshan-runtime 3.0.0.
</span> #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
<span style="color: #aaaaaa">@@ -577,8 +577,8 @@ MAKEFLAGS=
</span> # Identity of this package.
 PACKAGE_NAME='darshan-runtime'
 PACKAGE_TARNAME='darshan-runtime'
<span style="color: #000000;background-color: #ffdddd">-PACKAGE_VERSION='3.0.0-pre3'
-PACKAGE_STRING='darshan-runtime 3.0.0-pre3'
</span><span style="color: #000000;background-color: #ddffdd">+PACKAGE_VERSION='3.0.0'
+PACKAGE_STRING='darshan-runtime 3.0.0'
</span> PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
<span style="color: #aaaaaa">@@ -1244,7 +1244,7 @@ if test "$ac_init_help" = "long"; then
</span>   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
<span style="color: #000000;background-color: #ffdddd">-\`configure' configures darshan-runtime 3.0.0-pre3 to adapt to many kinds of systems.
</span><span style="color: #000000;background-color: #ddffdd">+\`configure' configures darshan-runtime 3.0.0 to adapt to many kinds of systems.
</span> 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
<span style="color: #aaaaaa">@@ -1305,7 +1305,7 @@ fi
</span> 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
<span style="color: #000000;background-color: #ffdddd">-     short | recursive ) echo "Configuration of darshan-runtime 3.0.0-pre3:";;
</span><span style="color: #000000;background-color: #ddffdd">+     short | recursive ) echo "Configuration of darshan-runtime 3.0.0:";;
</span>    esac
   cat <<\_ACEOF
 
<span style="color: #aaaaaa">@@ -1409,7 +1409,7 @@ fi
</span> test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
<span style="color: #000000;background-color: #ffdddd">-darshan-runtime configure 3.0.0-pre3
</span><span style="color: #000000;background-color: #ddffdd">+darshan-runtime configure 3.0.0
</span> generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
<span style="color: #aaaaaa">@@ -1761,7 +1761,7 @@ cat >config.log <<_ACEOF
</span> This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
<span style="color: #000000;background-color: #ffdddd">-It was created by darshan-runtime $as_me 3.0.0-pre3, which was
</span><span style="color: #000000;background-color: #ddffdd">+It was created by darshan-runtime $as_me 3.0.0, which was
</span> generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
<span style="color: #aaaaaa">@@ -4300,7 +4300,7 @@ _ACEOF
</span> fi
 
 
<span style="color: #000000;background-color: #ffdddd">-DARSHAN_VERSION="3.0.0-pre3"
</span><span style="color: #000000;background-color: #ddffdd">+DARSHAN_VERSION="3.0.0"
</span> 
 
 
<span style="color: #aaaaaa">@@ -4818,7 +4818,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
</span> # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
<span style="color: #000000;background-color: #ffdddd">-This file was extended by darshan-runtime $as_me 3.0.0-pre3, which was
</span><span style="color: #000000;background-color: #ddffdd">+This file was extended by darshan-runtime $as_me 3.0.0, which was
</span> generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
<span style="color: #aaaaaa">@@ -4880,7 +4880,7 @@ _ACEOF
</span> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
<span style="color: #000000;background-color: #ffdddd">-darshan-runtime config.status 3.0.0-pre3
</span><span style="color: #000000;background-color: #ddffdd">+darshan-runtime config.status 3.0.0
</span> configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
</code></pre>

<br>
</li>
<li id='diff-2'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/compare/6e96d134ae603f778f9433f44284c5ed9d5cb823...ce53fdd5dd4b95419d96e2f45b9c9ec977c67d6c#diff-2'>
<strong>
darshan-runtime/configure.in
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-runtime/configure.in
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-runtime/configure.in
</span><span style="color: #aaaaaa">@@ -5,7 +5,7 @@ dnl Process this file with autoconf to produce a configure script.
</span> dnl You may need to use autoheader as well if changing any DEFINEs
 
 dnl sanity checks, output header, location of scripts used here
<span style="color: #000000;background-color: #ffdddd">-AC_INIT([darshan-runtime], [3.0.0-pre3])
</span><span style="color: #000000;background-color: #ddffdd">+AC_INIT([darshan-runtime], [3.0.0])
</span> AC_CONFIG_SRCDIR([darshan.h])
 AC_CONFIG_AUX_DIR(../maint/config)
 AC_CONFIG_HEADER(darshan-runtime-config.h)
</code></pre>

<br>
</li>
<li id='diff-3'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/compare/6e96d134ae603f778f9433f44284c5ed9d5cb823...ce53fdd5dd4b95419d96e2f45b9c9ec977c67d6c#diff-3'>
<strong>
darshan-test/RELEASE-CHECKLIST.txt
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-test/RELEASE-CHECKLIST.txt
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-test/RELEASE-CHECKLIST.txt
</span><span style="color: #aaaaaa">@@ -2,9 +2,9 @@ Notes on how to release a new version of Darshan
</span> 2013-05
 -----------------------
 
<span style="color: #000000;background-color: #ffdddd">-- check Darshan trac to see if there are any pending tickets for this
</span><span style="color: #000000;background-color: #ddffdd">+- check Darshan GitLab to see if there are any pending tickets for this
</span>   release/milestone if applicable
<span style="color: #000000;background-color: #ffdddd">-  http://trac.mcs.anl.gov/projects/darshan/roadmap
</span><span style="color: #000000;background-color: #ddffdd">+  (https://xgitlab.cels.anl.gov/darshan/darshan/milestones)
</span> - check for any problems in jenkins nightly builds
 - make sure that documentation in darshan-util/doc/ and darshan-runtime/doc/
   are up to date
</code></pre>

<br>
</li>
<li id='diff-4'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/compare/6e96d134ae603f778f9433f44284c5ed9d5cb823...ce53fdd5dd4b95419d96e2f45b9c9ec977c67d6c#diff-4'>
<strong>
darshan-test/regression/run-all.sh
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-test/regression/run-all.sh
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-test/regression/run-all.sh
</span><span style="color: #aaaaaa">@@ -46,12 +46,12 @@ fi
</span> source $DARSHAN_TESTDIR/$DARSHAN_PLATFORM/env.sh
 
 # in case of using LD_PRELOAD, it is possible errors with Darshan symbols
<span style="color: #000000;background-color: #ffdddd">-# (e..g, forgetting to resolve a symbol Darshan wraps uses using dlsym) 
-# can cause arbitrary binaries to crash. We check the output of the true
</span><span style="color: #000000;background-color: #ddffdd">+# (e..g, forgetting to resolve a symbol Darshan wraps using dlsym) can
+# cause arbitrary binaries to crash. We check the output of the true
</span> # command to successfully identify failures like this and exit
 true_out=`/bin/true 2>&1`
<span style="color: #000000;background-color: #ffdddd">-if [ $? -ne 0 -o -n true_out ]; then
-    echo $true_out
</span><span style="color: #000000;background-color: #ddffdd">+if [ $? -ne 0 -o -n "$true_out" ]; then
+    echo -n $true_out > tmp
</span>     echo "environment setup failed"
     exit 1
 fi
</code></pre>

<br>
</li>
<li id='diff-5'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/compare/6e96d134ae603f778f9433f44284c5ed9d5cb823...ce53fdd5dd4b95419d96e2f45b9c9ec977c67d6c#diff-5'>
<strong>
darshan-util/configure
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-util/configure
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-util/configure
</span><span style="color: #aaaaaa">@@ -1,6 +1,6 @@
</span> #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
<span style="color: #000000;background-color: #ffdddd">-# Generated by GNU Autoconf 2.69 for darshan-util 3.0.0-pre3.
</span><span style="color: #000000;background-color: #ddffdd">+# Generated by GNU Autoconf 2.69 for darshan-util 3.0.0.
</span> #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
<span style="color: #aaaaaa">@@ -577,8 +577,8 @@ MAKEFLAGS=
</span> # Identity of this package.
 PACKAGE_NAME='darshan-util'
 PACKAGE_TARNAME='darshan-util'
<span style="color: #000000;background-color: #ffdddd">-PACKAGE_VERSION='3.0.0-pre3'
-PACKAGE_STRING='darshan-util 3.0.0-pre3'
</span><span style="color: #000000;background-color: #ddffdd">+PACKAGE_VERSION='3.0.0'
+PACKAGE_STRING='darshan-util 3.0.0'
</span> PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
<span style="color: #aaaaaa">@@ -1236,7 +1236,7 @@ if test "$ac_init_help" = "long"; then
</span>   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
<span style="color: #000000;background-color: #ffdddd">-\`configure' configures darshan-util 3.0.0-pre3 to adapt to many kinds of systems.
</span><span style="color: #000000;background-color: #ddffdd">+\`configure' configures darshan-util 3.0.0 to adapt to many kinds of systems.
</span> 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
<span style="color: #aaaaaa">@@ -1297,7 +1297,7 @@ fi
</span> 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
<span style="color: #000000;background-color: #ffdddd">-     short | recursive ) echo "Configuration of darshan-util 3.0.0-pre3:";;
</span><span style="color: #000000;background-color: #ddffdd">+     short | recursive ) echo "Configuration of darshan-util 3.0.0:";;
</span>    esac
   cat <<\_ACEOF
 
<span style="color: #aaaaaa">@@ -1393,7 +1393,7 @@ fi
</span> test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
<span style="color: #000000;background-color: #ffdddd">-darshan-util configure 3.0.0-pre3
</span><span style="color: #000000;background-color: #ddffdd">+darshan-util configure 3.0.0
</span> generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
<span style="color: #aaaaaa">@@ -1758,7 +1758,7 @@ cat >config.log <<_ACEOF
</span> This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
<span style="color: #000000;background-color: #ffdddd">-It was created by darshan-util $as_me 3.0.0-pre3, which was
</span><span style="color: #000000;background-color: #ddffdd">+It was created by darshan-util $as_me 3.0.0, which was
</span> generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
<span style="color: #aaaaaa">@@ -4105,7 +4105,7 @@ fi
</span> done
 
 
<span style="color: #000000;background-color: #ffdddd">-DARSHAN_UTIL_VERSION="3.0.0-pre3"
</span><span style="color: #000000;background-color: #ddffdd">+DARSHAN_UTIL_VERSION="3.0.0"
</span> 
 
 
<span style="color: #aaaaaa">@@ -4621,7 +4621,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
</span> # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
<span style="color: #000000;background-color: #ffdddd">-This file was extended by darshan-util $as_me 3.0.0-pre3, which was
</span><span style="color: #000000;background-color: #ddffdd">+This file was extended by darshan-util $as_me 3.0.0, which was
</span> generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
<span style="color: #aaaaaa">@@ -4683,7 +4683,7 @@ _ACEOF
</span> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
<span style="color: #000000;background-color: #ffdddd">-darshan-util config.status 3.0.0-pre3
</span><span style="color: #000000;background-color: #ddffdd">+darshan-util config.status 3.0.0
</span> configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
</code></pre>

<br>
</li>
<li id='diff-6'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/compare/6e96d134ae603f778f9433f44284c5ed9d5cb823...ce53fdd5dd4b95419d96e2f45b9c9ec977c67d6c#diff-6'>
<strong>
darshan-util/configure.in
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-util/configure.in
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-util/configure.in
</span><span style="color: #aaaaaa">@@ -5,7 +5,7 @@ dnl Process this file with autoconf to produce a configure script.
</span> dnl You may need to use autoheader as well if changing any DEFINEs
 
 dnl sanity checks, output header, location of scripts used here
<span style="color: #000000;background-color: #ffdddd">-AC_INIT([darshan-util], [3.0.0-pre3])
</span><span style="color: #000000;background-color: #ddffdd">+AC_INIT([darshan-util], [3.0.0])
</span> AC_CONFIG_SRCDIR([darshan-logutils.h])
 AC_CONFIG_AUX_DIR(../maint/config)
 AC_CONFIG_HEADER(darshan-util-config.h)
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/compare/6e96d134ae603f778f9433f44284c5ed9d5cb823...ce53fdd5dd4b95419d96e2f45b9c9ec977c67d6c">View it on GitLab</a>.
<br>
You're receiving this email because of your account on xgitlab.cels.anl.gov.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>