1
1

Merge branch 'master' of github.com:open-mpi/ompi

Этот коммит содержится в:
Aurélien Bouteiller 2014-10-22 16:56:06 -04:00
родитель 55e49470de 998e69a6fa
Коммит f232e94c02

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

@ -947,6 +947,10 @@ mca_btl_sm_component_init(int *num_btls,
"knem requested but not available",
true, opal_process_info.nodename);
return NULL;
} else if (0 == mca_btl_sm_component.use_cma) {
/* disable get when not using knem or cma */
mca_btl_sm.super.btl_get = NULL;
mca_btl_sm.super.btl_flags &= ~MCA_BTL_FLAGS_GET;
}
/* Otherwise, use_knem was 0 (and we didn't get here) or use_knem