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
AutoPerf
autoperf
Commits
3b14dfcd
Commit
3b14dfcd
authored
Mar 12, 2021
by
Sudheer Chunduri
Browse files
add a comment
parent
fe2e8ade
Changes
1
Show whitespace changes
Inline
Side-by-side
apmpi/lib/darshan-apmpi.c
View file @
3b14dfcd
...
@@ -552,7 +552,7 @@ static void apmpi_mpi_redux(
...
@@ -552,7 +552,7 @@ static void apmpi_mpi_redux(
}
}
double
mpisync_time
=
0
.
0
;
double
mpisync_time
=
0
.
0
;
/* Compute Total MPI time per rank: RANK_TOTAL_MPITIME */
/* Compute Total MPI time per rank: RANK_TOTAL_MPITIME */
for
(
i
=
MPI_SEND_TOTAL_TIME
;
i
<
APMPI_F_MPIOP_TOTALTIME_NUM_INDICES
;
i
+=
3
){
for
(
i
=
MPI_SEND_TOTAL_TIME
;
i
<
APMPI_F_MPIOP_TOTALTIME_NUM_INDICES
;
i
+=
3
){
// times (total_time, max_time, min_time)
apmpi_runtime
->
perf_record
->
fglobalcounters
[
RANK_TOTAL_MPITIME
]
+=
apmpi_runtime
->
perf_record
->
fcounters
[
i
];
apmpi_runtime
->
perf_record
->
fglobalcounters
[
RANK_TOTAL_MPITIME
]
+=
apmpi_runtime
->
perf_record
->
fcounters
[
i
];
}
}
for
(
i
=
MPI_BARRIER_TOTAL_SYNC_TIME
;
i
<
APMPI_F_MPIOP_SYNCTIME_NUM_INDICES
;
i
++
){
for
(
i
=
MPI_BARRIER_TOTAL_SYNC_TIME
;
i
<
APMPI_F_MPIOP_SYNCTIME_NUM_INDICES
;
i
++
){
...
...
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