Skip to content
Snippets Groups Projects
Commit 125d19d1 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Merge branch 'slurm-20.02'

parents 14c4472b 7dcf9cdc
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,9 @@ AC_DEFUN([X_AC_LZ4], ...@@ -17,9 +17,9 @@ AC_DEFUN([X_AC_LZ4],
[AC_MSG_CHECKING(if lz4 is installed) [AC_MSG_CHECKING(if lz4 is installed)
lz4_places="/usr/local /usr /opt/local /sw" lz4_places="/usr/local /usr /opt/local /sw"
AC_ARG_WITH([lz4], AC_ARG_WITH([lz4],
[ --with-lz4=DIR root directory path of lz4 installation @<:@defaults to [ --with-lz4=DIR root directory path of lz4 installation @<:@defaults to
/usr/local or /usr if not found in /usr/local@:>@ to /usr/local or /usr if not found in /usr/local@:>@
--without-lz4 to disable lz4 usage completely], --without-lz4 to disable lz4 usage completely],
[if test "$withval" != no ; then [if test "$withval" != no ; then
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
if test -d "$withval" if test -d "$withval"
......
...@@ -1755,9 +1755,9 @@ Optional Packages: ...@@ -1755,9 +1755,9 @@ Optional Packages:
--with-zlib=DIR root directory path of zlib installation [defaults to --with-zlib=DIR root directory path of zlib installation [defaults to
/usr/local or /usr if not found in /usr/local] /usr/local or /usr if not found in /usr/local]
--without-zlib to disable zlib usage completely --without-zlib to disable zlib usage completely
--with-lz4=DIR root directory path of lz4 installation [defaults to --with-lz4=DIR root directory path of lz4 installation [defaults to
/usr/local or /usr if not found in /usr/local] to /usr/local or /usr if not found in /usr/local]
--without-lz4 to disable lz4 usage completely --without-lz4 to disable lz4 usage completely
--with-hwloc=PATH Specify path to hwloc installation --with-hwloc=PATH Specify path to hwloc installation
--without-nvml Do not build NVIDIA NVML-related code --without-nvml Do not build NVIDIA NVML-related code
--without-rsmi Do not build AMD RSMI-related code --without-rsmi Do not build AMD RSMI-related code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment