1
1

Shave some time off of mpirun's operation by not waiting for the listener thread to terminate before exiting

cmr=v1.8.1:reviewer=rhc

This commit was SVN r31368.
Этот коммит содержится в:
Ralph Castain 2014-04-11 04:16:28 +00:00
родитель 619dd71a92
Коммит 9b30b2b783

Просмотреть файл

@ -660,7 +660,6 @@ static void component_shutdown(void)
if (ORTE_PROC_IS_HNP && mca_oob_tcp_component.listen_thread_active) {
mca_oob_tcp_component.listen_thread_active = 0;
opal_thread_join(&mca_oob_tcp_component.listen_thread, NULL);
}
while (NULL != (item = opal_list_remove_first(&mca_oob_tcp_component.listeners))) {