1
1

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.
Этот коммит содержится в:
Brian Barrett 2006-11-27 20:10:27 +00:00
родитель 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",
"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",
"Number of retries for each new connection before considering the peer as unreacheable",