Fixes trac:1598: it's not an error if a CPC returns UNREACH.
This commit was SVN r19815. The following Trac tickets were found above: Ticket 1598 --> https://svn.open-mpi.org/trac/ompi/ticket/1598
Этот коммит содержится в:
родитель
2457df91b3
Коммит
200a8552fe
@ -263,7 +263,7 @@ int ompi_btl_openib_connect_base_select_for_local_port(mca_btl_openib_module_t *
|
||||
strcat(msg, available[i]->cbc_name);
|
||||
|
||||
rc = available[i]->cbc_query(btl, &cpcs[cpc_index]);
|
||||
if (OMPI_ERR_NOT_SUPPORTED == rc) {
|
||||
if (OMPI_ERR_NOT_SUPPORTED == rc || OMPI_ERR_UNREACH == rc) {
|
||||
continue;
|
||||
} else if (OMPI_SUCCESS != rc) {
|
||||
free(cpcs);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user