Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sudheer Chunduri
darshan
Commits
0ffb9547
Commit
0ffb9547
authored
Sep 08, 2015
by
Philip Carns
Browse files
friendlier output
parent
c5a27637
Changes
1
Show whitespace changes
Inline
Side-by-side
darshan-test/darshan-gather-mpi-posix-usage.pl
View file @
0ffb9547
...
...
@@ -81,7 +81,8 @@ sub main
@paths
=
@ARGV
;
# print("<jobid>\t<version>\t<start ascii>\t<end ascii>\t<start unix>\t<end unix>\t<nprocs>\t<bytes read>\t<bytes written>\t<perf estimate>\n");
print
("
# <jobid>
\t
<#files_using_collectives>
\t
<#files_using_indep>
\t
<#files_using_posix>
\n
");
print
("
# NOTE: a given file will only show up in one category, with preference in the order shown above (i.e. a file that used collective I/O will not show up in the indep or posix category).
\n
");
find
(
\
&wanted
,
@paths
);
...
...
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