1
1

btl/sm fix compilation when not using CMA or KNEM

Этот коммит содержится в:
Nathan Hjelm 2014-11-04 14:17:22 -07:00 коммит произвёл Nathan Hjelm
родитель 4ccb20b097
Коммит 3ea10476a4

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

@ -67,7 +67,9 @@
#include "opal/mca/common/cuda/common_cuda.h"
#endif /* OPAL_CUDA_SUPPORT */
#if OPAL_BTL_SM_HAVE_KNEM || OPAL_BTL_SM_HAVE_CMA
static OBJ_CLASS_INSTANCE(mca_btl_sm_registration_handle_t, ompi_free_list_item_t, NULL, NULL);
#endif
static int mca_btl_sm_component_open(void);
static int mca_btl_sm_component_close(void);