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.
2 parents 944cc1a + afe9abc commit d32b0faCopy full SHA for d32b0fa
opal/mca/hwloc/hwloc1112/configure.m4
@@ -111,6 +111,17 @@ AC_DEFUN([MCA_opal_hwloc_hwloc1112_CONFIG],[
111
enable_libxml2=no
112
enable_xml=yes
113
114
+ # GL and OpenCL OS devices aren't used in OMPI
115
+ enable_gl=no
116
+ enable_opencl=no
117
+
118
+ # Per https://github.com/open-mpi/ompi/pull/4257, ALWAYS
119
+ # disable cuda support
120
+ enable_cuda=no
121
122
+ # Open MPI currently does not use hwloc's NVML support
123
+ enable_nvml=no
124
125
# hwloc checks for compiler visibility, and its needs to do
126
# this without "picky" flags.
127
opal_hwloc_hwloc1112_save_cflags=$CFLAGS
0 commit comments