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
darshan
darshan
Commits
b1ab519e
Commit
b1ab519e
authored
Nov 03, 2018
by
Glenn K. Lockwood
Browse files
fix darshan-job-summary reporting spurious total bytes written
parent
2d14002d
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-util/darshan-job-summary/bin/darshan-job-summary.pl.in
View file @
b1ab519e
...
...
@@ -165,8 +165,8 @@ while($line = <PARSE_OUT>)
{
if
(
$current_module
eq
"
STDIO
")
{
(
$junk
,
$perf_mbytes
)
=
split
('
:
',
$line
,
2
);
$stdio_perf_mbytes
=
$perf_mbytes
/ 1024 /
1024
;
(
$junk
,
$
stdio_
perf_mbytes
)
=
split
('
:
',
$line
,
2
);
$stdio_perf_mbytes
=
$
stdio_
perf_mbytes
/ 1024 /
1024
;
$stdio_perf_mbytes
=
sprintf
("
%.1f
",
$stdio_perf_mbytes
);
}
elsif
(
$perf_mbytes
==
0
)
...
...
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