Fix for issue IU is seeing on BigRed with connections timing out during
MPI_INIT. Use an infinite timeout, which is exactly what MPICH-MX does. This commit was SVN r12669.
Этот коммит содержится в:
родитель
63e5668e29
Коммит
993d2a7753
@ -80,7 +80,7 @@ ompi_mtl_mx_component_open(void)
|
|||||||
|
|
||||||
mca_base_param_reg_int(&mca_mtl_mx_component.super.mtl_version, "timeout",
|
mca_base_param_reg_int(&mca_mtl_mx_component.super.mtl_version, "timeout",
|
||||||
"Timeout for connections",
|
"Timeout for connections",
|
||||||
false, false, 1000, &ompi_mtl_mx.mx_timeout);
|
false, false, MX_INFINITE, &ompi_mtl_mx.mx_timeout);
|
||||||
|
|
||||||
mca_base_param_reg_int(&mca_mtl_mx_component.super.mtl_version, "retries",
|
mca_base_param_reg_int(&mca_mtl_mx_component.super.mtl_version, "retries",
|
||||||
"Number of retries for each new connection before considering the peer as unreacheable",
|
"Number of retries for each new connection before considering the peer as unreacheable",
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user