[Darshan-commits] [Git][darshan/darshan][dev-modular] 2 commits: updated changelog prior to pre3 release
Shane Snyder
xgitlab at cels.anl.gov
Fri Dec 11 16:35:04 CST 2015
Shane Snyder pushed to branch dev-modular at darshan / darshan
Commits:
cb6a2525 by Shane Snyder at 2015-12-11T16:30:55Z
updated changelog prior to pre3 release
- - - - -
34e447c0 by Shane Snyder at 2015-12-11T16:34:42Z
update configure versions for pre3
- - - - -
5 changed files:
- ChangeLog
- darshan-runtime/configure
- darshan-runtime/configure.in
- darshan-util/configure
- darshan-util/configure.in
Changes:
=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,20 @@
Darshan Release Change Log
--------------------------
+Darshan-3.0.0-pre3
+=============
+* add module-specific version fields to header to allow utilities
+ to handle different versions of a module's I/O data for backwards
+ compatibility -- NOTE: this breaks the log file parsing for logs
+ obtained using Darshan-3.0.0-pre2 & Darshan-3.0.0-pre1
+* bug fix in regression test scripts for setting proper environment
+ variables to use MPI profiling configuration for Fortran apps
+* bug fix in bzip2 log writing implementation in darshan-logutils
+* possible race conditions resolved in each module's shutdown code
+* general code, comment, and documentation cleanup
+* addition of module-specific counter descriptions printed prior
+ to parsing a modules I/O data in darshan-parser
+
Darshan-3.0.0-pre2
=============
* add fix to install appropriate headers for linking external
=====================================
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-pre2.
+# Generated by GNU Autoconf 2.69 for darshan-runtime 3.0.0-pre3.
#
#
# 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-pre2'
-PACKAGE_STRING='darshan-runtime 3.0.0-pre2'
+PACKAGE_VERSION='3.0.0-pre3'
+PACKAGE_STRING='darshan-runtime 3.0.0-pre3'
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-pre2 to adapt to many kinds of systems.
+\`configure' configures darshan-runtime 3.0.0-pre3 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-pre2:";;
+ short | recursive ) echo "Configuration of darshan-runtime 3.0.0-pre3:";;
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-pre2
+darshan-runtime configure 3.0.0-pre3
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-pre2, which was
+It was created by darshan-runtime $as_me 3.0.0-pre3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4296,7 +4296,7 @@ _ACEOF
fi
-DARSHAN_VERSION="3.0.0-pre2"
+DARSHAN_VERSION="3.0.0-pre3"
@@ -4815,7 +4815,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-pre2, which was
+This file was extended by darshan-runtime $as_me 3.0.0-pre3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4877,7 +4877,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-pre2
+darshan-runtime config.status 3.0.0-pre3
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-pre2])
+AC_INIT([darshan-runtime], [3.0.0-pre3])
AC_CONFIG_SRCDIR([darshan.h])
AC_CONFIG_AUX_DIR(../maint/config)
AC_CONFIG_HEADER(darshan-runtime-config.h)
=====================================
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-pre2.
+# Generated by GNU Autoconf 2.69 for darshan-util 3.0.0-pre3.
#
#
# 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-pre2'
-PACKAGE_STRING='darshan-util 3.0.0-pre2'
+PACKAGE_VERSION='3.0.0-pre3'
+PACKAGE_STRING='darshan-util 3.0.0-pre3'
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-pre2 to adapt to many kinds of systems.
+\`configure' configures darshan-util 3.0.0-pre3 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-pre2:";;
+ short | recursive ) echo "Configuration of darshan-util 3.0.0-pre3:";;
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-pre2
+darshan-util configure 3.0.0-pre3
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-pre2, which was
+It was created by darshan-util $as_me 3.0.0-pre3, 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-pre2"
+DARSHAN_UTIL_VERSION="3.0.0-pre3"
@@ -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-pre2, which was
+This file was extended by darshan-util $as_me 3.0.0-pre3, 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-pre2
+darshan-util config.status 3.0.0-pre3
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-pre2])
+AC_INIT([darshan-util], [3.0.0-pre3])
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/9b021c1bba1f7a7f7889333fa1f07cba5df159a4...34e447c0e7e192b24028ae91375af0151fed374c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20151211/47692e31/attachment.html>
More information about the Darshan-commits
mailing list