diff --git a/ChangeLog b/ChangeLog index 78d23dfd9ebe80b072f856d8bd39d06ad07af154..ba00b8c6de0de9a14394d200ed396eb24592d28a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Darshan Release Change Log -------------------------- -darshan-2.2.4-pre5 +darshan-2.2.4-pre6 ============= * Disable extra stat() of newly opened files by default in order to improve performance on shared files. Reported by Yushu Yao. @@ -15,6 +15,10 @@ darshan-2.2.4-pre5 incorrectly. Reported by Yushu Yao. WARNING: if you are using a previous Darshan release (2.2.3 through 2.2.4-pre4) on a Cray platform, please re-patch your compiler scripts. +* Update darshan-gen-* scripts to support the potential for additonal LDFLAGS + or CFLAGS that appear before the object or source file in the compile or + link commands. This fixes compatibility with some mvapich2 installations, + reported by Dragos Constantin. darshan-2.2.3 ============= diff --git a/darshan-runtime/configure b/darshan-runtime/configure index 3bfb5c99936254f904ba3db4c19f3279af537b89..aff01527cbf2bacbfd6579e9d04a349607269687 100755 --- 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 2.2.4-pre5. +# Generated by GNU Autoconf 2.69 for darshan-runtime 2.2.4-pre6. # # # 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='2.2.4-pre5' -PACKAGE_STRING='darshan-runtime 2.2.4-pre5' +PACKAGE_VERSION='2.2.4-pre6' +PACKAGE_STRING='darshan-runtime 2.2.4-pre6' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1243,7 +1243,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 2.2.4-pre5 to adapt to many kinds of systems. +\`configure' configures darshan-runtime 2.2.4-pre6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1304,7 +1304,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of darshan-runtime 2.2.4-pre5:";; + short | recursive ) echo "Configuration of darshan-runtime 2.2.4-pre6:";; esac cat <<\_ACEOF @@ -1408,7 +1408,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -darshan-runtime configure 2.2.4-pre5 +darshan-runtime configure 2.2.4-pre6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1760,7 +1760,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 2.2.4-pre5, which was +It was created by darshan-runtime $as_me 2.2.4-pre6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4231,7 +4231,7 @@ $as_echo "#define __D_MPI_REQUEST MPI_Request" >>confdefs.h fi -DARSHAN_VERSION="2.2.4-pre5" +DARSHAN_VERSION="2.2.4-pre6" @@ -4749,7 +4749,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 2.2.4-pre5, which was +This file was extended by darshan-runtime $as_me 2.2.4-pre6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4811,7 +4811,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 2.2.4-pre5 +darshan-runtime config.status 2.2.4-pre6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/darshan-runtime/configure.in b/darshan-runtime/configure.in index d5f7b3213521a96d60d1185a85808369e5040287..3b4f37c1c274e1190a97bd9f59689a2e3877b023 100644 --- 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], [2.2.4-pre5]) +AC_INIT([darshan-runtime], [2.2.4-pre6]) AC_CONFIG_SRCDIR([darshan.h]) AC_CONFIG_AUX_DIR(../maint/config) AC_CONFIG_HEADER(darshan-runtime-config.h) diff --git a/darshan-util/configure b/darshan-util/configure index 747ee37a68bdd251a1f02ccae7a94c926a82b6c5..f01a3467062a298f5869042fed8fd35557821a73 100755 --- 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 2.2.4-pre5. +# Generated by GNU Autoconf 2.69 for darshan-util 2.2.4-pre6. # # # 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='2.2.4-pre5' -PACKAGE_STRING='darshan-util 2.2.4-pre5' +PACKAGE_VERSION='2.2.4-pre6' +PACKAGE_STRING='darshan-util 2.2.4-pre6' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1232,7 +1232,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 2.2.4-pre5 to adapt to many kinds of systems. +\`configure' configures darshan-util 2.2.4-pre6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1293,7 +1293,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of darshan-util 2.2.4-pre5:";; + short | recursive ) echo "Configuration of darshan-util 2.2.4-pre6:";; esac cat <<\_ACEOF @@ -1383,7 +1383,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -darshan-util configure 2.2.4-pre5 +darshan-util configure 2.2.4-pre6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1748,7 +1748,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 2.2.4-pre5, which was +It was created by darshan-util $as_me 2.2.4-pre6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4605,7 +4605,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 2.2.4-pre5, which was +This file was extended by darshan-util $as_me 2.2.4-pre6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4667,7 +4667,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 2.2.4-pre5 +darshan-util config.status 2.2.4-pre6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/darshan-util/configure.in b/darshan-util/configure.in index 073822e9b9e9a09fc1256a0776254aac30a0276f..525a238ba2789fda846995c3edf541bd304005ba 100644 --- 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], [2.2.4-pre5]) +AC_INIT([darshan-util], [2.2.4-pre6]) AC_CONFIG_SRCDIR([darshan-logutils.h]) AC_CONFIG_AUX_DIR(../maint/config) AC_CONFIG_HEADER(darshan-util-config.h)