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
intel-hpdd
darshan-dxlt
Commits
14228e21
Commit
14228e21
authored
May 02, 2017
by
Glenn K. Lockwood
Browse files
one counter had spaces instead of underscores
parent
f41cccbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-util/darshan-parser.c
View file @
14228e21
...
...
@@ -628,7 +628,7 @@ int main(int argc, char **argv)
printf
(
"# ...........................
\n
"
);
printf
(
"# unique files: slowest_rank_io_time: %lf
\n
"
,
pdata
.
slowest_rank_time
);
printf
(
"# unique files: slowest_rank_meta_only_time: %lf
\n
"
,
pdata
.
slowest_rank_meta_time
);
printf
(
"# unique files: slowest
rank: %d
\n
"
,
pdata
.
slowest_rank_rank
);
printf
(
"# unique files: slowest
_
rank: %d
\n
"
,
pdata
.
slowest_rank_rank
);
printf
(
"#
\n
"
);
printf
(
"# I/O timing for shared files (seconds):
\n
"
);
printf
(
"# (multiple estimates shown; time_by_slowest is generally the most accurate)
\n
"
);
...
...
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