1
1

If we are unable to reach a node through TCP it does not means we have to stop. We should continue or the others node, maybe this one can

be contacted using others devices.

This commit was SVN r4363.
Этот коммит содержится в:
George Bosilca 2005-02-10 00:04:52 +00:00
родитель b88e28e72c
Коммит 123e15857f

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

@ -117,7 +117,7 @@ int mca_ptl_tcp_add_procs(
if(rc != OMPI_SUCCESS) {
OBJ_RELEASE(ptl_peer);
OMPI_THREAD_UNLOCK(&ptl_proc->proc_lock);
return rc;
continue; /* UNREACHABLE it's not a problem, others PTL can be used to send the data */
}
/* do we need to convert to/from network byte order */
if(ompi_proc->proc_arch != proc_self->proc_arch)