From 201a8f9aafb2ba4af9476ce21a6d4e4d2d37eee8 Mon Sep 17 00:00:00 2001 From: Phil Carns Date: Wed, 25 Jan 2017 21:39:46 -0800 Subject: [PATCH] update docs and changelog --- ChangeLog | 5 +++++ darshan-runtime/doc/darshan-runtime.txt | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index a475c47..333402a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,11 @@ Darshan-3.1.3-pre1 * skip instrumentation attempts for anonymous mmap() calls; this avoids a potentential deadlock condition when used with hugepages on Cray systems. Reported by Glenn Lockwood and Cristian Simarro. +* disable HDF5 module by default unless enabled using --enable-HDF5-post-1.10 + or --enable-HDF5-pre-1.10 configure arguments. These options + vary the wrapper prototypes to match the corresponding HDF5 library ABI. + The initial patch for HDF5 1.10 compatibility was contributed by + Karl-Ulrich Bamberg. Darshan-3.1.2 ============= diff --git a/darshan-runtime/doc/darshan-runtime.txt b/darshan-runtime/doc/darshan-runtime.txt index 5b7a5e3..19f05b5 100644 --- a/darshan-runtime/doc/darshan-runtime.txt +++ b/darshan-runtime/doc/darshan-runtime.txt @@ -76,6 +76,10 @@ header and library. and only builds if BG/Q environment detected). * `--enable-group-readable-logs`: sets darshan log file permissions to allow group read access. +* `--enable-HDF5-pre-1.10`: enables the Darshan HDF5 instrumentation module, +with support for HDF5 versions prior to 1.10 +* `--enable-HDF5-post-1.10`: enables the Darshan HDF5 instrumentation module, +with support for HDF5 versions 1.10 or higher === Cross compilation -- 2.26.2