1
1

Merge pull request #273 from open-mpi/topic/yoda_rdma_flags

OSHMEM: spml yoda: use flags to check if btl is RDMA capable
Этот коммит содержится в:
Nathan Hjelm 2014-11-16 12:04:04 -07:00
родитель fbb9dc5b1e 3443c1d5e5
Коммит d495d49b1c

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

@ -414,7 +414,7 @@ sshmem_mkey_t *mca_spml_yoda_register(void* addr,
mkeys[i].spml_context = yoda_context; mkeys[i].spml_context = yoda_context;
yoda_context->registration = NULL; yoda_context->registration = NULL;
if (NULL != ybtl->btl->btl_prepare_src) { if (ybtl->btl->btl_flags & MCA_BTL_FLAGS_RDMA) {
/* initialize convertor for source descriptor*/ /* initialize convertor for source descriptor*/
opal_convertor_copy_and_prepare_for_recv(proc_self->super.proc_convertor, opal_convertor_copy_and_prepare_for_recv(proc_self->super.proc_convertor,