Skip to content
Snippets Groups Projects
Commit 81069c0f authored by Moe Jette's avatar Moe Jette
Browse files

Added preemptition plugins to RPM.

parent 05a7377d
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ documents those changes that are of interest to users and admins. ...@@ -26,6 +26,7 @@ documents those changes that are of interest to users and admins.
-- Fix bug in sched/backfill which could result in invalid memory reference -- Fix bug in sched/backfill which could result in invalid memory reference
when trying to schedule jobs submitted with --exclude option. when trying to schedule jobs submitted with --exclude option.
-- Fix for slurmctld deadlock at startup with PreemptMode=SUSPEND,GANG. -- Fix for slurmctld deadlock at startup with PreemptMode=SUSPEND,GANG.
-- Added preemptition plugins to RPM.
* Changes in SLURM 2.1.0-pre4 * Changes in SLURM 2.1.0-pre4
============================= =============================
......
...@@ -505,6 +505,17 @@ rm -rf $RPM_BUILD_ROOT ...@@ -505,6 +505,17 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/slurm/jobcomp_none.so %{_libdir}/slurm/jobcomp_none.so
%{_libdir}/slurm/jobcomp_filetxt.so %{_libdir}/slurm/jobcomp_filetxt.so
%{_libdir}/slurm/jobcomp_script.so %{_libdir}/slurm/jobcomp_script.so
%{_libdir}/slurm/mpi_lam.so
%{_libdir}/slurm/mpi_mpich1_p4.so
%{_libdir}/slurm/mpi_mpich1_shmem.so
%{_libdir}/slurm/mpi_mpichgm.so
%{_libdir}/slurm/mpi_mpichmx.so
%{_libdir}/slurm/mpi_mvapich.so
%{_libdir}/slurm/mpi_none.so
%{_libdir}/slurm/mpi_openmpi.so
%{_libdir}/slurm/preempt_none.so
%{_libdir}/slurm/preempt_partition_prio.so
%{_libdir}/slurm/preempt_qos.so
%{_libdir}/slurm/priority_basic.so %{_libdir}/slurm/priority_basic.so
%{_libdir}/slurm/priority_multifactor.so %{_libdir}/slurm/priority_multifactor.so
%{_libdir}/slurm/proctrack_pgid.so %{_libdir}/slurm/proctrack_pgid.so
...@@ -517,18 +528,10 @@ rm -rf $RPM_BUILD_ROOT ...@@ -517,18 +528,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/slurm/select_cons_res.so %{_libdir}/slurm/select_cons_res.so
%{_libdir}/slurm/select_linear.so %{_libdir}/slurm/select_linear.so
%{_libdir}/slurm/switch_none.so %{_libdir}/slurm/switch_none.so
%{_libdir}/slurm/task_none.so
%{_libdir}/slurm/topology_3d_torus.so %{_libdir}/slurm/topology_3d_torus.so
%{_libdir}/slurm/topology_none.so %{_libdir}/slurm/topology_none.so
%{_libdir}/slurm/topology_tree.so %{_libdir}/slurm/topology_tree.so
%{_libdir}/slurm/mpi_lam.so
%{_libdir}/slurm/mpi_mpich1_p4.so
%{_libdir}/slurm/mpi_mpich1_shmem.so
%{_libdir}/slurm/mpi_mpichgm.so
%{_libdir}/slurm/mpi_mpichmx.so
%{_libdir}/slurm/mpi_mvapich.so
%{_libdir}/slurm/mpi_none.so
%{_libdir}/slurm/mpi_openmpi.so
%{_libdir}/slurm/task_none.so
############################################################################# #############################################################################
%files torque %files torque
......
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