1
1

Take into account constants that in the cray headers are defined different than in the portals spec.

This commit was SVN r13311.
Этот коммит содержится в:
Rich Graham 2007-01-25 18:32:47 +00:00
родитель 580a7a108c
Коммит 1c20feb52b
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -107,9 +107,11 @@ ompi_common_portals_error_ptl_to_ompi(int ptl_error)
case PTL_SR_INDEX_INVALID:
ret = OMPI_ERR_BAD_PARAM;
break;
#if !OMPI_PORTALS_CRAYXT3
case PTL_UNKNOWN_ERROR:
ret = OMPI_ERROR;
break;
#endif
default:
ret = OMPI_ERROR;
}

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

@ -38,6 +38,8 @@
#include <portals/portals3.h>
#define PTL_EQ_HANDLER_NONE NULL
/* Cray's definition, differs from the spec */
#define PTL_NO_ACK_REQ PTL_NOACK_REQ
#define OMPI_BTL_PORTALS_SEND_TABLE_ID 30
#define OMPI_BTL_PORTALS_RDMA_TABLE_ID 31