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
020d91b6
Commit
020d91b6
authored
Aug 25, 2015
by
Shane Snyder
Browse files
bug fix in mpiio reduction code
parent
fab0224e
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-mpiio.c
View file @
020d91b6
...
...
@@ -1108,7 +1108,7 @@ static void mpiio_record_reduction_op(
/* sum */
for
(
j
=
MPIIO_F_READ_TIME
;
j
<=
MPIIO_F_META_TIME
;
j
++
)
{
tmp_file
.
counters
[
j
]
=
infile
->
fcounters
[
j
]
+
inoutfile
->
fcounters
[
j
];
tmp_file
.
f
counters
[
j
]
=
infile
->
fcounters
[
j
]
+
inoutfile
->
fcounters
[
j
];
}
/* max (special case) */
...
...
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