We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269e5e3 commit 4932391Copy full SHA for 4932391
ompi/proc/proc.c
@@ -400,9 +400,6 @@ int ompi_proc_finalize (void)
400
* without walking through the entire list/destructor sequence.
401
*/
402
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
- }
406
OBJ_RELEASE(proc);
407
}
408
/* now destruct the list and thread lock */
0 commit comments