File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -173,18 +173,6 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
173
173
AC_CHECK_DECLS([HWLOC_OBJ_OSDEV_COPROC], [], [], [# include <hwloc.h>])
174
174
AC_CHECK_FUNCS([hwloc_topology_dup])
175
175
176
- # See if the external hwloc supports XML
177
- AC_MSG_CHECKING([if external hwloc supports XML])
178
- AS_IF([test " $opal_hwloc_dir " != " " ],
179
- [opal_hwloc_external_lstopo= " $opal_hwloc_dir /bin/lstopo" ],
180
- [OPAL_WHICH(lstopo, opal_hwloc_external_lstopo)])
181
- opal_hwloc_external_tmp= ` $opal_hwloc_external_lstopo --help | $GREP " Supported output file formats" | grep xml`
182
- AS_IF([test " $opal_hwloc_external_tmp " = " " ],
183
- [opal_hwloc_external_enable_xml= 0
184
- AC_MSG_RESULT([no])],
185
- [opal_hwloc_external_enable_xml= 1
186
- AC_MSG_RESULT([yes])])
187
-
188
176
AC_CHECK_HEADERS([infiniband/verbs.h])
189
177
190
178
# These flags need to get passed to the wrapper compilers
You can’t perform that action at this time.
0 commit comments