View | Details | Raw Unified | Return to ticket 6583 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure (-2 / +1 lines)
Lines 21109-21115 $as_echo "$as_me: WARNING: unable to locate libnvidia-ml.so and/or nvml.h" >&2;} Link Here
21109
21109
21110
# Check whether --with-pmix was given.
21110
# Check whether --with-pmix was given.
21111
if test "${with_pmix+set}" = set; then :
21111
if test "${with_pmix+set}" = set; then :
21112
  withval=$with_pmix; if test "x$with_pmix" != xno; then :
21112
  withval=$with_pmix; if test "x$with_pmix" != xno && test "x$with_pmix" != xyes; then :
21113
  with_pmix=`echo $with_pmix | sed "s/:/ /g"`
21113
  with_pmix=`echo $with_pmix | sed "s/:/ /g"`
21114
      _x_ac_pmix_dirs="$with_pmix"
21114
      _x_ac_pmix_dirs="$with_pmix"
21115
fi
21115
fi
21116
- 

Return to ticket 6583