1
1

Apply patches from ORNL to fix compile issues - minor stuff. Thanks to Geoffroy Vallee for the patches.

This commit was SVN r28065.
Этот коммит содержится в:
Ralph Castain 2013-02-15 22:14:23 +00:00
родитель c0b670bea8
Коммит ebad55b933
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -509,8 +509,8 @@ static int mca_btl_tcp_endpoint_recv_connect_ack(mca_btl_base_endpoint_t* btl_en
return OMPI_ERROR;
}
opal_show_help("help-mpi-btl-tcp.txt", "client handshake fail",
true, orte_process_info.nodename,
orte_process_info.pid,
true, ompi_process_info.nodename,
ompi_process_info.pid,
"did not receive entire connect ACK from peer");
return OMPI_ERR_UNREACH;
}

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

@ -8,6 +8,8 @@
*
* $HEADER$
*/
#include <stdarg.h>
#include "opal/mca/base/mca_base_param.h"
#include "ompi/include/ompi/constants.h"
#include "netpatterns.h"