Skip to content

Commit 38ed70d

Browse files
committed
ompi_mpi_finalize: remove some dead code
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 35438ae commit 38ed70d

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
@@ -110,8 +110,6 @@ int ompi_mpi_finalize(void)
110110
volatile bool active;
111111
uint32_t key;
112112
ompi_datatype_t * datatype;
113-
//OPAL_TIMING_DECLARE(tm);
114-
//OPAL_TIMING_INIT_EXT(&tm, OPAL_TIMING_GET_TIME_OF_DAY);
115113

116114
ompi_hook_base_mpi_finalize_top();
117115

@@ -174,9 +172,6 @@ int ompi_mpi_finalize(void)
174172
MPI lifetime, to get better latency when not using TCP */
175173
opal_progress_event_users_increment();
176174

177-
/* check to see if we want timing information */
178-
//OPAL_TIMING_MSTART((&tm,"time to execute finalize barrier"));
179-
180175
/* NOTE: MPI-2.1 requires that MPI_FINALIZE is "collective" across
181176
*all* connected processes. This only means that all processes
182177
have to call it. It does *not* mean that all connected
@@ -277,10 +272,6 @@ int ompi_mpi_finalize(void)
277272
}
278273
}
279274

280-
/* check for timing request - get stop time and report elapsed
281-
time if so */
282-
//OPAL_TIMING_DELTAS(ompi_enable_timing, &tm);
283-
284275
/*
285276
* Shutdown the Checkpoint/Restart Mech.
286277
*/

0 commit comments

Comments
 (0)