File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,6 @@ int ompi_mpi_finalize(void)
110
110
volatile bool active ;
111
111
uint32_t key ;
112
112
ompi_datatype_t * datatype ;
113
- //OPAL_TIMING_DECLARE(tm);
114
- //OPAL_TIMING_INIT_EXT(&tm, OPAL_TIMING_GET_TIME_OF_DAY);
115
113
116
114
ompi_hook_base_mpi_finalize_top ();
117
115
@@ -174,9 +172,6 @@ int ompi_mpi_finalize(void)
174
172
MPI lifetime, to get better latency when not using TCP */
175
173
opal_progress_event_users_increment ();
176
174
177
- /* check to see if we want timing information */
178
- //OPAL_TIMING_MSTART((&tm,"time to execute finalize barrier"));
179
-
180
175
/* NOTE: MPI-2.1 requires that MPI_FINALIZE is "collective" across
181
176
*all* connected processes. This only means that all processes
182
177
have to call it. It does *not* mean that all connected
@@ -277,10 +272,6 @@ int ompi_mpi_finalize(void)
277
272
}
278
273
}
279
274
280
- /* check for timing request - get stop time and report elapsed
281
- time if so */
282
- //OPAL_TIMING_DELTAS(ompi_enable_timing, &tm);
283
-
284
275
/*
285
276
* Shutdown the Checkpoint/Restart Mech.
286
277
*/
You can’t perform that action at this time.
0 commit comments