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
1fae7e7c
Commit
1fae7e7c
authored
Oct 02, 2015
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes for COPYRIGHT, ChangeLog, & comments
parent
41575785
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
COPYRIGHT
COPYRIGHT
+1
-1
ChangeLog
ChangeLog
+1
-0
darshan-log-format.h
darshan-log-format.h
+2
-4
No files found.
COPYRIGHT
View file @
1fae7e7c
...
...
@@ -6,7 +6,7 @@ which must be included in the prologue of the code and in all source listings
of the code.
Copyright Notice
+ 20
09
University of Chicago
+ 20
15
University of Chicago
Permission is hereby granted to use, reproduce, prepare derivative works, and
to redistribute to others. This software was authored by:
...
...
ChangeLog
View file @
1fae7e7c
...
...
@@ -18,6 +18,7 @@ Darshan-3.0.0-pre1
suffixes
- a new instrumentation module for capturing BG/Q-specific parameters
(BG/Q environment is automatically detected at configure time)
(implemented by Kevin Harms)
- new darshan-parser and darshan-job-summary output to utilize the
new modularized log format
* updated documentation outlining changes in this release, as well as
...
...
darshan-log-format.h
View file @
1fae7e7c
...
...
@@ -80,10 +80,8 @@ typedef uint64_t darshan_record_id;
/* the darshan_log_map structure is used to indicate the location of
* specific module data in a Darshan log. Note that 'off' and 'len' are
* the respective offset and length of the data in the file, in *uncompressed*
* terms -- this is nonintuitive since the data is compressed, but this is
* done so we can utilize the gzread interface for all Darshan log reading
* utilities.
* the respective offset and length of the data in the file, in
* *uncompressed* terms
*/
struct
darshan_log_map
{
...
...
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