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
Shane Snyder
darshan
Commits
020d91b6
Commit
020d91b6
authored
Aug 25, 2015
by
Shane Snyder
Browse files
bug fix in mpiio reduction code
parent
fab0224e
Changes
1
Show 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(
...
@@ -1108,7 +1108,7 @@ static void mpiio_record_reduction_op(
/* sum */
/* sum */
for
(
j
=
MPIIO_F_READ_TIME
;
j
<=
MPIIO_F_META_TIME
;
j
++
)
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) */
/* max (special case) */
...
...
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