Skip to content

Commit 4932391

Browse files
committed
ompi/proc: fix ompi_proc_finalize()
revert bits of cf534d0 we cannot del_procs here since the pml framework has already been closed Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 269e5e3 commit 4932391

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ompi/proc/proc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,6 @@ int ompi_proc_finalize (void)
400400
* without walking through the entire list/destructor sequence.
401401
*/
402402
while ((ompi_proc_t *)opal_list_get_end(&ompi_proc_list) != (proc = (ompi_proc_t *)opal_list_get_first(&ompi_proc_list))) {
403-
if (NULL != proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML]) {
404-
MCA_PML_CALL(del_procs(&proc, 1));
405-
}
406403
OBJ_RELEASE(proc);
407404
}
408405
/* now destruct the list and thread lock */

0 commit comments

Comments
 (0)