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.
Этот коммит содержится в:
родитель
619dd71a92
Коммит
9b30b2b783
@ -660,7 +660,6 @@ static void component_shutdown(void)
|
|||||||
|
|
||||||
if (ORTE_PROC_IS_HNP && mca_oob_tcp_component.listen_thread_active) {
|
if (ORTE_PROC_IS_HNP && mca_oob_tcp_component.listen_thread_active) {
|
||||||
mca_oob_tcp_component.listen_thread_active = 0;
|
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))) {
|
while (NULL != (item = opal_list_remove_first(&mca_oob_tcp_component.listeners))) {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user