[Darshan-commits] [Git][darshan/darshan][master] 2 commits: update config versions for 3.1.5 release
Shane Snyder
xgitlab at cels.anl.gov
Tue Jan 9 09:02:05 CST 2018
Shane Snyder pushed to branch master at darshan / darshan
Commits:
866fe3d6 by Shane Snyder at 2018-01-09T09:01:56-06:00
update config versions for 3.1.5 release
- - - - -
52844ca8 by Shane Snyder at 2018-01-09T09:01:56-06:00
consistent DXT capitalization in darshan-util docs
- - - - -
6 changed files:
- ChangeLog
- darshan-runtime/configure
- darshan-runtime/configure.in
- darshan-util/configure
- darshan-util/configure.in
- darshan-util/doc/darshan-util.txt
Changes:
=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,8 @@ Darshan-3.1.5
directories. Contributed by Cristian Simarro.
* correct "undefined reference to `__wrap_H5get_libversion'" linker failure
when compiling some HDF5 programs, reported by Jialin Liu
+* bug fix in darshan-merge utility related to logs containing DXT trace
+ data. Reported by Glenn Lockwood.
Darshan-3.1.4
=============
=====================================
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.1.5-pre1.
+# Generated by GNU Autoconf 2.69 for darshan-runtime 3.1.5.
#
#
# 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.1.5-pre1'
-PACKAGE_STRING='darshan-runtime 3.1.5-pre1'
+PACKAGE_VERSION='3.1.5'
+PACKAGE_STRING='darshan-runtime 3.1.5'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1263,7 +1263,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.1.5-pre1 to adapt to many kinds of systems.
+\`configure' configures darshan-runtime 3.1.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1325,7 +1325,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of darshan-runtime 3.1.5-pre1:";;
+ short | recursive ) echo "Configuration of darshan-runtime 3.1.5:";;
esac
cat <<\_ACEOF
@@ -1439,7 +1439,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-darshan-runtime configure 3.1.5-pre1
+darshan-runtime configure 3.1.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1791,7 +1791,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.1.5-pre1, which was
+It was created by darshan-runtime $as_me 3.1.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4400,7 +4400,7 @@ else
MPICH_LIB_OLD=0
fi
-DARSHAN_VERSION="3.1.5-pre1"
+DARSHAN_VERSION="3.1.5"
@@ -4922,7 +4922,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.1.5-pre1, which was
+This file was extended by darshan-runtime $as_me 3.1.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4984,7 +4984,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.1.5-pre1
+darshan-runtime config.status 3.1.5
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.1.5-pre1])
+AC_INIT([darshan-runtime], [3.1.5])
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.1.5-pre1.
+# Generated by GNU Autoconf 2.69 for darshan-util 3.1.5.
#
#
# 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.1.5-pre1'
-PACKAGE_STRING='darshan-util 3.1.5-pre1'
+PACKAGE_VERSION='3.1.5'
+PACKAGE_STRING='darshan-util 3.1.5'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1247,7 +1247,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.1.5-pre1 to adapt to many kinds of systems.
+\`configure' configures darshan-util 3.1.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1309,7 +1309,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of darshan-util 3.1.5-pre1:";;
+ short | recursive ) echo "Configuration of darshan-util 3.1.5:";;
esac
cat <<\_ACEOF
@@ -1405,7 +1405,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-darshan-util configure 3.1.5-pre1
+darshan-util configure 3.1.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1770,7 +1770,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.1.5-pre1, which was
+It was created by darshan-util $as_me 3.1.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4117,7 +4117,7 @@ fi
done
-DARSHAN_UTIL_VERSION="3.1.5-pre1"
+DARSHAN_UTIL_VERSION="3.1.5"
@@ -4633,7 +4633,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.1.5-pre1, which was
+This file was extended by darshan-util $as_me 3.1.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4695,7 +4695,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.1.5-pre1
+darshan-util config.status 3.1.5
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.1.5-pre1])
+AC_INIT([darshan-util], [3.1.5])
AC_CONFIG_SRCDIR([darshan-logutils.h])
AC_CONFIG_AUX_DIR(../maint/config)
AC_CONFIG_HEADER(darshan-util-config.h)
=====================================
darshan-util/doc/darshan-util.txt
=====================================
--- a/darshan-util/doc/darshan-util.txt
+++ b/darshan-util/doc/darshan-util.txt
@@ -589,9 +589,9 @@ This option is mainly useful for more detailed automated analysis.
=== darshan-dxt-parser
-The `darshan-dxt-parser` utility can be used to parse DxT traces out of Darshan
-log files, assuming the corresponding application was executed with the DxT
-modules enabled. The following example parses all DxT trace information out
+The `darshan-dxt-parser` utility can be used to parse DXT traces out of Darshan
+log files, assuming the corresponding application was executed with the DXT
+modules enabled. The following example parses all DXT trace information out
of a Darshan log file and stores it in a text file:
----
@@ -604,7 +604,7 @@ The preamble to `darshan-dxt-parser` output is identical to that of the traditio
`darshan-parser` utility, which is described above.
`darshan-dxt-parser` displays detailed trace information contained within a Darshan log
-that was generated with DxT instrumentation enabled. Trace data is captured from both
+that was generated with DXT instrumentation enabled. Trace data is captured from both
POSIX and MPI-IO interfaces. Example output is given below:
.Example output
@@ -646,15 +646,15 @@ POSIX and MPI-IO interfaces. Example output is given below:
X_MPIIO 0 read 3 262144 0.0050 0.0051
----
-===== DxT POSIX module
+===== DXT POSIX module
This module provides details on each read or write access at the POSIX layer.
The trace output is organized first by file then by process rank. So, for each
-file accessed by the application, DxT will provide each process's I/O trace
+file accessed by the application, DXT will provide each process's I/O trace
segments in separate blocks, ordered by increasing process rank. Within each
file/rank block, I/O trace segments are ordered chronologically.
-Before providing details on each I/O operation, DxT provides a short preamble
+Before providing details on each I/O operation, DXT provides a short preamble
for each file/rank trace block with the following bits of information: the Darshan
identifier for the file (which is equivalent to the identifers used by Darshan in its
traditional modules), the full file path, the corresponding MPI rank the current
@@ -668,7 +668,7 @@ The output format for each indvidual I/O operation segment is:
# Module Rank Wt/Rd Segment Offset Length Start(s) End(s)
----
-* Module: corresponding DxT module (DXT_POSIX or DXT_MPIIO)
+* Module: corresponding DXT module (DXT_POSIX or DXT_MPIIO)
* Rank: process rank responsible for I/O operation
* Wt/Rd: whether the operation was a write or read
* Segment: The operation number for this segment (first operation is segment 0)
@@ -677,14 +677,14 @@ The output format for each indvidual I/O operation segment is:
* Start: timestamp of the start of the operation (w.r.t. application start time)
* End: timestamp of the end of the operation (w.r.t. application start time)
-===== DxT MPI-IO module
+===== DXT MPI-IO module
If the MPI-IO interface is used by an application, this module provides details on
each read or write access at the MPI-IO layer. This data is often useful in
understanding how MPI-IO read or write operations map to underlying POSIX read
or write operations issued to the traced file.
-The output format for the DxT MPI-IO module is essentially identical to the DxT
+The output format for the DXT MPI-IO module is essentially identical to the DXT
POSIX module, except that the offset of file operations is not tracked.
=== Other darshan-util utilities
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/compare/1415afc18417af23d4fe6967ac8026f6adbb0536...52844ca8257bb1f0a2656b612bb029e260373397
---
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/compare/1415afc18417af23d4fe6967ac8026f6adbb0536...52844ca8257bb1f0a2656b612bb029e260373397
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/20180109/21a198b4/attachment-0001.html>
More information about the Darshan-commits
mailing list