use int32_t not size_t (ORTE interface change)..
This commit was SVN r11323.
Этот коммит содержится в:
родитель
fbf7e9cf1c
Коммит
73e9ef46fc
@ -540,7 +540,7 @@ static void mca_btl_mvapi_endpoint_recv(
|
||||
int endpoint_state;
|
||||
int rc;
|
||||
uint32_t i;
|
||||
size_t cnt = 1;
|
||||
int32_t cnt = 1;
|
||||
mca_btl_mvapi_rem_info_t rem_info;
|
||||
|
||||
|
||||
|
@ -156,7 +156,7 @@ struct mca_btl_base_endpoint_t {
|
||||
/**< info about remote RDMA buffer */
|
||||
mca_btl_mvapi_eager_rdma_local_t eager_rdma_local;
|
||||
/**< info about local RDMA buffer */
|
||||
size_t eager_rdma_index; /**< index into RDMA buffers pointer array */
|
||||
int32_t eager_rdma_index; /**< index into RDMA buffers pointer array */
|
||||
};
|
||||
|
||||
typedef struct mca_btl_base_endpoint_t mca_btl_base_endpoint_t;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user