Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shane Snyder
darshan
Commits
ad6ea64f
Commit
ad6ea64f
authored
Jun 23, 2016
by
Philip Carns
Browse files
convert stdio module to use new apis
- eliminated 110 SLOC - untested
parent
1a67e237
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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