Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cristian Simarro
darshan
Commits
cdce70c9
Commit
cdce70c9
authored
Jan 31, 2017
by
Shane Snyder
Browse files
updated ChangeLog for all 3.1.3-pre contributions
parent
6dd6e0ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
cdce70c9
...
...
@@ -4,6 +4,16 @@ Darshan Release Change Log
Darshan-3.1.3-pre1
=============
* add new DxT instrumentation modules to provide fine-grained read/write
operation tracing at both the POSIX and MPI-IO layers
- this functionality should be enabled at runtime by exporting the
DXT_ENABLE_IO_TRACE environment variable
- trace output is stored within Darshan's traditional log file format
- a corresponding trace parser (darshan-dxt-parser) is offered within
darshan-util to allow the DxT trace modules to be parsed and displayed
- this software was contributed by Cong Xu and Intel's HPDD division.a
* add logic to allow Darshan to capture command line arguments from Fortran
applications (contributed by Cristian Simarro)
* 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.
...
...
@@ -15,6 +25,10 @@ Darshan-3.1.3-pre1
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.
* modified Darshan's path exclusion logic to include a whitelist to prevent
I/O to/from Cray's Datawarp service from being filtered out (it is located
within the /var directory, which historically has been excluded). Reported
by Glenn Lockwood.
Darshan-3.1.2
=============
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment