[Darshan-commits] [Git][darshan/darshan][master] 4 commits: update release checklist to refer to gitlab

Shane Snyder xgitlab at cels.anl.gov
Fri Mar 18 15:51:20 CDT 2016


Shane Snyder pushed to branch master at darshan / darshan


Commits:
eaf1d8dd by Shane Snyder at 2016-03-18T14:38:37-05:00
update release checklist to refer to gitlab

- - - - -
56a5aab6 by Shane Snyder at 2016-03-18T14:38:37-05:00
updated configure to reference 3.0.0 version

- - - - -
f139502f by Shane Snyder at 2016-03-18T14:38:37-05:00
updated ChangeLog for 3.0.0 release

- - - - -
ce53fdd5 by Shane Snyder at 2016-03-18T15:50:09-05:00
bug fix in regression test condition check

- - - - -


7 changed files:

- ChangeLog
- darshan-runtime/configure
- darshan-runtime/configure.in
- darshan-test/RELEASE-CHECKLIST.txt
- darshan-test/regression/run-all.sh
- darshan-util/configure
- darshan-util/configure.in


Changes:

=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,21 @@
 Darshan Release Change Log
 --------------------------
 
+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
+
 Darshan-3.0.0-pre3
 =============
 * add module-specific version fields to header to allow utilities


=====================================
darshan-runtime/configure
=====================================
--- a/darshan-runtime/configure
+++ b/darshan-runtime/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for darshan-runtime 3.0.0-pre3.
+# Generated by GNU Autoconf 2.69 for darshan-runtime 3.0.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='darshan-runtime'
 PACKAGE_TARNAME='darshan-runtime'
-PACKAGE_VERSION='3.0.0-pre3'
-PACKAGE_STRING='darshan-runtime 3.0.0-pre3'
+PACKAGE_VERSION='3.0.0'
+PACKAGE_STRING='darshan-runtime 3.0.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1244,7 +1244,7 @@ if test "$ac_init_help" = "long"; then
   # 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
-\`configure' configures darshan-runtime 3.0.0-pre3 to adapt to many kinds of systems.
+\`configure' configures darshan-runtime 3.0.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1305,7 +1305,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of darshan-runtime 3.0.0-pre3:";;
+     short | recursive ) echo "Configuration of darshan-runtime 3.0.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1409,7 +1409,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-darshan-runtime configure 3.0.0-pre3
+darshan-runtime configure 3.0.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1761,7 +1761,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by darshan-runtime $as_me 3.0.0-pre3, which was
+It was created by darshan-runtime $as_me 3.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4300,7 +4300,7 @@ _ACEOF
 fi
 
 
-DARSHAN_VERSION="3.0.0-pre3"
+DARSHAN_VERSION="3.0.0"
 
 
 
@@ -4818,7 +4818,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by darshan-runtime $as_me 3.0.0-pre3, which was
+This file was extended by darshan-runtime $as_me 3.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4880,7 +4880,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-darshan-runtime config.status 3.0.0-pre3
+darshan-runtime config.status 3.0.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 


=====================================
darshan-runtime/configure.in
=====================================
--- a/darshan-runtime/configure.in
+++ b/darshan-runtime/configure.in
@@ -5,7 +5,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl You may need to use autoheader as well if changing any DEFINEs
 
 dnl sanity checks, output header, location of scripts used here
-AC_INIT([darshan-runtime], [3.0.0-pre3])
+AC_INIT([darshan-runtime], [3.0.0])
 AC_CONFIG_SRCDIR([darshan.h])
 AC_CONFIG_AUX_DIR(../maint/config)
 AC_CONFIG_HEADER(darshan-runtime-config.h)


=====================================
darshan-test/RELEASE-CHECKLIST.txt
=====================================
--- a/darshan-test/RELEASE-CHECKLIST.txt
+++ b/darshan-test/RELEASE-CHECKLIST.txt
@@ -2,9 +2,9 @@ Notes on how to release a new version of Darshan
 2013-05
 -----------------------
 
-- check Darshan trac to see if there are any pending tickets for this
+- check Darshan GitLab to see if there are any pending tickets for this
   release/milestone if applicable
-  http://trac.mcs.anl.gov/projects/darshan/roadmap
+  (https://xgitlab.cels.anl.gov/darshan/darshan/milestones)
 - check for any problems in jenkins nightly builds
 - make sure that documentation in darshan-util/doc/ and darshan-runtime/doc/
   are up to date


=====================================
darshan-test/regression/run-all.sh
=====================================
--- a/darshan-test/regression/run-all.sh
+++ b/darshan-test/regression/run-all.sh
@@ -46,12 +46,12 @@ fi
 source $DARSHAN_TESTDIR/$DARSHAN_PLATFORM/env.sh
 
 # in case of using LD_PRELOAD, it is possible errors with Darshan symbols
-# (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
+# (e..g, forgetting to resolve a symbol Darshan wraps using dlsym) can
+# cause arbitrary binaries to crash. We check the output of the true
 # command to successfully identify failures like this and exit
 true_out=`/bin/true 2>&1`
-if [ $? -ne 0 -o -n true_out ]; then
-    echo $true_out
+if [ $? -ne 0 -o -n "$true_out" ]; then
+    echo -n $true_out > tmp
     echo "environment setup failed"
     exit 1
 fi


=====================================
darshan-util/configure
=====================================
--- a/darshan-util/configure
+++ b/darshan-util/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for darshan-util 3.0.0-pre3.
+# Generated by GNU Autoconf 2.69 for darshan-util 3.0.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='darshan-util'
 PACKAGE_TARNAME='darshan-util'
-PACKAGE_VERSION='3.0.0-pre3'
-PACKAGE_STRING='darshan-util 3.0.0-pre3'
+PACKAGE_VERSION='3.0.0'
+PACKAGE_STRING='darshan-util 3.0.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1236,7 +1236,7 @@ if test "$ac_init_help" = "long"; then
   # 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
-\`configure' configures darshan-util 3.0.0-pre3 to adapt to many kinds of systems.
+\`configure' configures darshan-util 3.0.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1297,7 +1297,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of darshan-util 3.0.0-pre3:";;
+     short | recursive ) echo "Configuration of darshan-util 3.0.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1393,7 +1393,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-darshan-util configure 3.0.0-pre3
+darshan-util configure 3.0.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1758,7 +1758,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by darshan-util $as_me 3.0.0-pre3, which was
+It was created by darshan-util $as_me 3.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4105,7 +4105,7 @@ fi
 done
 
 
-DARSHAN_UTIL_VERSION="3.0.0-pre3"
+DARSHAN_UTIL_VERSION="3.0.0"
 
 
 
@@ -4621,7 +4621,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by darshan-util $as_me 3.0.0-pre3, which was
+This file was extended by darshan-util $as_me 3.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4683,7 +4683,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-darshan-util config.status 3.0.0-pre3
+darshan-util config.status 3.0.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 


=====================================
darshan-util/configure.in
=====================================
--- a/darshan-util/configure.in
+++ b/darshan-util/configure.in
@@ -5,7 +5,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl You may need to use autoheader as well if changing any DEFINEs
 
 dnl sanity checks, output header, location of scripts used here
-AC_INIT([darshan-util], [3.0.0-pre3])
+AC_INIT([darshan-util], [3.0.0])
 AC_CONFIG_SRCDIR([darshan-logutils.h])
 AC_CONFIG_AUX_DIR(../maint/config)
 AC_CONFIG_HEADER(darshan-util-config.h)



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/compare/6e96d134ae603f778f9433f44284c5ed9d5cb823...ce53fdd5dd4b95419d96e2f45b9c9ec977c67d6c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20160318/19afa6d5/attachment-0001.html>


More information about the Darshan-commits mailing list