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
ad6ea64f
Commit
ad6ea64f
authored
Jun 23, 2016
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
convert stdio module to use new apis
- eliminated 110 SLOC - untested
parent
1a67e237
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
339 additions
and
538 deletions
+339
-538
darshan-runtime/lib/darshan-stdio.c
darshan-runtime/lib/darshan-stdio.c
+337
-535
darshan-stdio-log-format.h
darshan-stdio-log-format.h
+2
-3
No files found.
darshan-runtime/lib/darshan-stdio.c
View file @
ad6ea64f
This diff is collapsed.
Click to expand it.
darshan-stdio-log-format.h
View file @
ad6ea64f
...
...
@@ -80,10 +80,9 @@ enum darshan_stdio_f_indices
* - integer I/O counters (operation counts, I/O sizes, etc.)
* - floating point I/O counters (timestamps, cumulative timers, etc.)
*/
struct
darshan_stdio_
record
struct
darshan_stdio_
file
{
darshan_record_id
f_id
;
int64_t
rank
;
struct
darshan_base_record
base_rec
;
int64_t
counters
[
STDIO_NUM_INDICES
];
double
fcounters
[
STDIO_F_NUM_INDICES
];
};
...
...
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