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 @@ -108,8 +108,6 @@ int ompi_mpi_finalize(void)
108108 volatile bool active ;
109109 uint32_t key ;
110110 ompi_datatype_t * datatype ;
111- //OPAL_TIMING_DECLARE(tm);
112- //OPAL_TIMING_INIT_EXT(&tm, OPAL_TIMING_GET_TIME_OF_DAY);
113111
114112 ompi_hook_base_mpi_finalize_top ();
115113
@@ -172,9 +170,6 @@ int ompi_mpi_finalize(void)
172170 MPI lifetime, to get better latency when not using TCP */
173171 opal_progress_event_users_increment ();
174172
175- /* check to see if we want timing information */
176- //OPAL_TIMING_MSTART((&tm,"time to execute finalize barrier"));
177-
178173 /* NOTE: MPI-2.1 requires that MPI_FINALIZE is "collective" across
179174 *all* connected processes. This only means that all processes
180175 have to call it. It does *not* mean that all connected
@@ -274,10 +269,6 @@ int ompi_mpi_finalize(void)
274269 }
275270 }
276271
277- /* check for timing request - get stop time and report elapsed
278- time if so */
279- //OPAL_TIMING_DELTAS(ompi_enable_timing, &tm);
280-
281272 /*
282273 * Shutdown the Checkpoint/Restart Mech.
283274 */
You can’t perform that action at this time.
0 commit comments