* fix some typos that slipped in with r12974. Refs trac:587
This commit was SVN r12976. The following SVN revision numbers were found above: r12974 --> open-mpi/ompi@27cea44a9c The following Trac tickets were found above: Ticket 587 --> https://svn.open-mpi.org/trac/ompi/ticket/587
Этот коммит содержится в:
родитель
1be60e802f
Коммит
7cac26d240
@ -76,7 +76,7 @@ typedef struct mca_btl_mvapi_eager_rdma_remote_t mca_btl_mvapi_eager_rdma_remote
|
||||
|
||||
#define MCA_BTL_MVAPI_GET_LOCAL_RDMA_FRAG(E, I) \
|
||||
(mca_btl_mvapi_frag_t*) \
|
||||
((char*)OMPI_PTR_GET_VAL((E)->eager_rdma_local.base) + \
|
||||
((char*)OMPI_PTR_GET_PVAL((E)->eager_rdma_local.base) + \
|
||||
(I) * (E)->endpoint_btl->eager_rdma_frag_size)
|
||||
|
||||
#define MCA_BTL_MVAPI_RDMA_NEXT_INDEX(I) do { \
|
||||
|
@ -234,7 +234,7 @@ do { \
|
||||
frag = (mca_btl_mvapi_frag_t*) item; \
|
||||
frag->endpoint = my_endpoint; \
|
||||
frag->sg_entry.len = frag->size + \
|
||||
((unsigned char*) OMPI_PTR_GET_VAL(frag->segment.seg_addr) - \
|
||||
((unsigned char*) OMPI_PTR_GET_PVAL(frag->segment.seg_addr) - \
|
||||
(unsigned char*) frag->hdr); \
|
||||
desc_post[i] = frag->rr_desc; \
|
||||
}\
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user