Skip to content
Snippets Groups Projects
Commit 2f377736 authored by Morris Jette's avatar Morris Jette
Browse files

Merge branch 'slurm-2.6'

parents 56d23d89 e0541f93
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,7 @@ documents those changes that are of interest to users and admins. ...@@ -74,6 +74,7 @@ documents those changes that are of interest to users and admins.
-- Correct value of min_nodes returned by loading job information to consider -- Correct value of min_nodes returned by loading job information to consider
the job's task count and maximum CPUs per node. the job's task count and maximum CPUs per node.
-- If running jobacct_gather/none fix issue on unpacking step completion. -- If running jobacct_gather/none fix issue on unpacking step completion.
-- Reservation with CoreCnt: Avoid possible invalid memory reference.
* Changes in Slurm 2.6.1 * Changes in Slurm 2.6.1
======================== ========================
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
# #
# build options .rpmmacros options change to default action # build options .rpmmacros options change to default action
# =============== ==================== ======================== # =============== ==================== ========================
# --enable-multiple-slurmd %_with_multiple_slurmd 1 build with the multiple slurmd option. Typically used to simulate a larger system than one has access to.
# --enable-salloc-background %_with_salloc_background 1 on a cray system alloc salloc to execute as a background process. # --enable-salloc-background %_with_salloc_background 1 on a cray system alloc salloc to execute as a background process.
# --prefix %_prefix path install path for commands, libraries, etc. # --prefix %_prefix path install path for commands, libraries, etc.
# --with aix %_with_aix 1 build aix RPM # --with aix %_with_aix 1 build aix RPM
...@@ -46,6 +47,7 @@ ...@@ -46,6 +47,7 @@
%slurm_without_opt debug %slurm_without_opt debug
%slurm_without_opt sun_const %slurm_without_opt sun_const
%slurm_without_opt salloc_background %slurm_without_opt salloc_background
%slurm_without_opt multiple_slurmd
# These options are only here to force there to be these on the build. # These options are only here to force there to be these on the build.
# If they are not set they will still be compiled if the packages exist. # If they are not set they will still be compiled if the packages exist.
...@@ -436,6 +438,7 @@ Gives the ability for SLURM to use Berkeley Lab Checkpoint/Restart ...@@ -436,6 +438,7 @@ Gives the ability for SLURM to use Berkeley Lab Checkpoint/Restart
%{?slurm_with_cray:--enable-native-cray} \ %{?slurm_with_cray:--enable-native-cray} \
%{?slurm_with_salloc_background:--enable-salloc-background} \ %{?slurm_with_salloc_background:--enable-salloc-background} \
%{!?slurm_with_readline:--without-readline} \ %{!?slurm_with_readline:--without-readline} \
%{?slurm_with_multiple_slurmd:--enable-multiple-slurmd} \
%{?with_cflags} %{?with_cflags}
make %{?_smp_mflags} make %{?_smp_mflags}
......
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