Skip to content

Commit c90889e

Browse files
committed
ompi_mpi_finalize: remove some dead code
Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit 38ed70d)
1 parent 3967698 commit c90889e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ompi/runtime/ompi_mpi_finalize.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)