We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a9d41 commit e492149Copy full SHA for e492149
ompi/mca/mtl/ofi/mtl_ofi_component.c
@@ -20,6 +20,9 @@
20
#include "opal/util/argv.h"
21
#include "opal/util/printf.h"
22
#include "opal/mca/common/ofi/common_ofi.h"
23
+#if OPAL_CUDA_SUPPORT
24
+#include "opal/mca/common/cuda/common_cuda.h"
25
+#endif /* OPAL_CUDA_SUPPORT */
26
27
static int ompi_mtl_ofi_component_open(void);
28
static int ompi_mtl_ofi_component_query(mca_base_module_t **module, int *priority);
0 commit comments