[Darshan-commits] [Git][darshan/darshan][master] 4 commits: updated PyDarshan version numbers for 3.3.0-pre2
Shane Snyder
xgitlab at cels.anl.gov
Wed May 5 16:42:29 CDT 2021
Shane Snyder pushed to branch master at darshan / darshan
Commits:
faadaaef by Shane Snyder at 2021-05-03T14:21:33-05:00
updated PyDarshan version numbers for 3.3.0-pre2
- - - - -
96b40da6 by Shane Snyder at 2021-05-05T16:25:49-05:00
small changelog fixups
- - - - -
2efe901a by Shane Snyder at 2021-05-05T16:29:57-05:00
update config versions for final 3.3.0 release
- - - - -
f4f9173f by Shane Snyder at 2021-05-05T16:40:30-05:00
updated changelog for 3.3.0 release
- - - - -
8 changed files:
- ChangeLog
- darshan-runtime/configure
- darshan-runtime/configure.in
- darshan-util/configure
- darshan-util/configure.in
- darshan-util/pydarshan/darshan/__init__.py
- darshan-util/pydarshan/setup.cfg
- darshan-util/pydarshan/setup.py
Changes:
=====================================
ChangeLog
=====================================
@@ -2,6 +2,11 @@
Darshan Release Change Log
--------------------------
+Darshan-3.3.0
+=============
+* added AutoPerf modules for tracking MPI communication usage (APMPI) and
+ for tracking Cray XC performance counters (APXC)
+
Darshan-3.3.0-pre2
=============
* fixed bug in HDF5 module resulting in warning messages for instrumented
@@ -54,8 +59,8 @@ Darshan-3.2.0
darshan_log_get_name_records, and darshan_log_get_record (contributed
by Jakob Luettgau)
* extended DXT MPIIO module to trace file offsets
-* added "--log-path" option to darshan-config to allow users to more
- easily determine where Darshan logs are stored
+* added `darshan-config --log-path` command option to display the log path(s)
+ configured for use with Darshan
* silenced stdout from darshan-job-summary.pl and remove --summary option
* removed Darshan stubs library traditionally used in static linking test
cases and other general simplifications of Darshan's static linking options
@@ -64,8 +69,6 @@ Darshan-3.2.0
* updated Darshan's compiler wrapper generators, MPICH profiling config
hooks, and Cray software modules to explicitly link in Darshan in
dynamic linking cases using rpath
-* added `darshan-config --log-path` command option to display the log path(s)
- configured for use with Darshan
* reimplemented Darshan's MPI/PMPI wrapper macros (using functiona aliases)
to avoid potential deadlock with other PMPI tools
* made use of DESTDIR match standard automake practice (contributed by
@@ -75,9 +78,10 @@ Darshan-3.2.0
* corrected pkgconfig path for darshan-util when using DESTDIR (reported by
Matthew Curry)
* added support for non-MPI instrumenation to Darshan, using GCC
-construct/destructor attributes for bootstrapping rather than
-intercepting MPI_Init()/MPI_Finalize(). This mechanism only
-works for Darshan's shared library instrumentation
+ construct/destructor attributes for bootstrapping rather than
+ intercepting MPI_Init()/MPI_Finalize(). This mechanism only
+ works for Darshan's shared library instrumentation (implemented with the
+ help of Glenn Lockwood)
Darshan-3.1.8
=============
=====================================
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.3.0-pre2.
+# Generated by GNU Autoconf 2.69 for darshan-runtime 3.3.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.3.0-pre2'
-PACKAGE_STRING='darshan-runtime 3.3.0-pre2'
+PACKAGE_VERSION='3.3.0'
+PACKAGE_STRING='darshan-runtime 3.3.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1299,7 +1299,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.3.0-pre2 to adapt to many kinds of systems.
+\`configure' configures darshan-runtime 3.3.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1361,7 +1361,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of darshan-runtime 3.3.0-pre2:";;
+ short | recursive ) echo "Configuration of darshan-runtime 3.3.0:";;
esac
cat <<\_ACEOF
@@ -1493,7 +1493,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-darshan-runtime configure 3.3.0-pre2
+darshan-runtime configure 3.3.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1941,7 +1941,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.3.0-pre2, which was
+It was created by darshan-runtime $as_me 3.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -5240,7 +5240,7 @@ $as_echo "#define HAVE_OPEN_MPI 1" >>confdefs.h
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-DARSHAN_VERSION="3.3.0-pre2"
+DARSHAN_VERSION="3.3.0"
@@ -5784,7 +5784,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.3.0-pre2, which was
+This file was extended by darshan-runtime $as_me 3.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5846,7 +5846,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.3.0-pre2
+darshan-runtime config.status 3.3.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
=====================================
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.3.0-pre2])
+AC_INIT([darshan-runtime], [3.3.0])
AC_CONFIG_SRCDIR([darshan.h])
AC_CONFIG_AUX_DIR(../maint/config)
AC_CONFIG_MACRO_DIR(../maint/config)
=====================================
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.3.0-pre2.
+# Generated by GNU Autoconf 2.69 for darshan-util 3.3.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.3.0-pre2'
-PACKAGE_STRING='darshan-util 3.3.0-pre2'
+PACKAGE_VERSION='3.3.0'
+PACKAGE_STRING='darshan-util 3.3.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1264,7 +1264,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.3.0-pre2 to adapt to many kinds of systems.
+\`configure' configures darshan-util 3.3.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1326,7 +1326,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of darshan-util 3.3.0-pre2:";;
+ short | recursive ) echo "Configuration of darshan-util 3.3.0:";;
esac
cat <<\_ACEOF
@@ -1426,7 +1426,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-darshan-util configure 3.3.0-pre2
+darshan-util configure 3.3.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1820,7 +1820,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.3.0-pre2, which was
+It was created by darshan-util $as_me 3.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4450,7 +4450,7 @@ fi
done
-DARSHAN_UTIL_VERSION="3.3.0-pre2"
+DARSHAN_UTIL_VERSION="3.3.0"
@@ -4970,7 +4970,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.3.0-pre2, which was
+This file was extended by darshan-util $as_me 3.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5032,7 +5032,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.3.0-pre2
+darshan-util config.status 3.3.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
=====================================
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.3.0-pre2])
+AC_INIT([darshan-util], [3.3.0])
AC_CONFIG_SRCDIR([darshan-logutils.h])
AC_CONFIG_AUX_DIR(../maint/config)
AC_CONFIG_HEADER(darshan-util-config.h)
=====================================
darshan-util/pydarshan/darshan/__init__.py
=====================================
@@ -3,8 +3,8 @@ PyDarshan provides direct log access for reading binary Darshan logs.
PyDarshan also provides a suite of analysis utilities.
"""
-__version__ = '3.3.0.0'
-__darshanutil_version__ = '3.3.0-pre1'
+__version__ = '3.3.0.1'
+__darshanutil_version__ = '3.3.0-pre2'
import logging
logger = logging.getLogger(__name__)
=====================================
darshan-util/pydarshan/setup.cfg
=====================================
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 3.3.0.0
+current_version = 3.3.0.1
commit = False
tag = False
=====================================
darshan-util/pydarshan/setup.py
=====================================
@@ -76,6 +76,6 @@ setup(
test_suite="tests",
tests_require=test_requirements,
url='https://www.mcs.anl.gov/research/projects/darshan/',
- version='3.3.0.0',
+ version='3.3.0.1',
zip_safe=False,
)
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/7125643d55a4a641e9f05ac902f1eb01aad96994...f4f9173f35331a28fd9d85fe5ae2f5fd2a1895a3
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/7125643d55a4a641e9f05ac902f1eb01aad96994...f4f9173f35331a28fd9d85fe5ae2f5fd2a1895a3
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20210505/50e3a249/attachment-0001.html>
More information about the Darshan-commits
mailing list