1
1
This commit was SVN r14088.
Этот коммит содержится в:
Brian Barrett 2007-03-20 21:28:28 +00:00
родитель 3492fdeae3
Коммит 464d536928

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

@ -510,7 +510,7 @@ static int mca_btl_tcp_endpoint_start_connect(mca_btl_base_endpoint_t* btl_endpo
btl_endpoint->endpoint_retries++;
return OMPI_ERR_UNREACH;
}
opal_output( 0, "start connection on socket %d\n", btl_endpoint->endpoint_sd );
/* setup socket buffer sizes */
mca_btl_tcp_set_socket_options(btl_endpoint->endpoint_sd);