Skip to content
Snippets Groups Projects
Commit a9c39655 authored by Danny Auble's avatar Danny Auble
Browse files

Minor edit about deprecated symbols on old systems

parent c88b4ec6
No related branches found
No related tags found
No related merge requests found
...@@ -20218,7 +20218,7 @@ else ...@@ -20218,7 +20218,7 @@ else
BUILD_HDF5_FALSE= BUILD_HDF5_FALSE=
fi fi
   
# Some systems (Debian/Ubuntu/...) configure HDF5 with # Some older systems (Debian/Ubuntu/...) configure HDF5 with
# --with-default-api-version=v16 which creates problems for slurm # --with-default-api-version=v16 which creates problems for slurm
# because slurm uses the 1.8 API. By defining this CPP macro we get # because slurm uses the 1.8 API. By defining this CPP macro we get
# the 1.8 API. # the 1.8 API.
......
...@@ -225,7 +225,7 @@ X_AC_OFED ...@@ -225,7 +225,7 @@ X_AC_OFED
AX_LIB_HDF5() AX_LIB_HDF5()
AM_CONDITIONAL(BUILD_HDF5, test "$with_hdf5" = "yes") AM_CONDITIONAL(BUILD_HDF5, test "$with_hdf5" = "yes")
# Some systems (Debian/Ubuntu/...) configure HDF5 with # Some older systems (Debian/Ubuntu/...) configure HDF5 with
# --with-default-api-version=v16 which creates problems for slurm # --with-default-api-version=v16 which creates problems for slurm
# because slurm uses the 1.8 API. By defining this CPP macro we get # because slurm uses the 1.8 API. By defining this CPP macro we get
# the 1.8 API. # the 1.8 API.
......
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