Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sudheer Chunduri
darshan
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
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