Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
cdce70c9
Commit
cdce70c9
authored
Jan 31, 2017
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated ChangeLog for all 3.1.3-pre contributions
parent
6dd6e0ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
ChangeLog
ChangeLog
+14
-0
No files found.
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