1
1

Merge pull request #2544 from ggouaillardet/topic/mca_spml_yoda_get

spml/yoda: fix support for BTLs that do not register memory in mca_sp…
Этот коммит содержится в:
Gilles Gouaillardet 2016-12-08 17:26:07 +09:00 коммит произвёл GitHub
родитель 341ab683de 062ed9c919
Коммит 804a784fce

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

@ -1166,6 +1166,9 @@ int mca_spml_yoda_get(void* src_addr, size_t size, void* dst_addr, int src)
}
frag->local_handle = local_handle;
} else if (NULL == l_mkey) {
local_handle = NULL;
frag->local_handle = NULL;
} else {
local_handle = ((mca_spml_yoda_context_t*)l_mkey->spml_context)->registration;
frag->local_handle = NULL;