From 81069c0f6eef36c74f5c2ca5a8ca7c390a2f3cf9 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 25 Sep 2009 20:13:53 +0000 Subject: [PATCH] Added preemptition plugins to RPM. --- NEWS | 1 + slurm.spec | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 46329c7dfe2..ad737eae80b 100644 --- a/NEWS +++ b/NEWS @@ -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 when trying to schedule jobs submitted with --exclude option. -- Fix for slurmctld deadlock at startup with PreemptMode=SUSPEND,GANG. + -- Added preemptition plugins to RPM. * Changes in SLURM 2.1.0-pre4 ============================= diff --git a/slurm.spec b/slurm.spec index d6fd7122211..ac610e89c93 100644 --- a/slurm.spec +++ b/slurm.spec @@ -505,6 +505,17 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/slurm/jobcomp_none.so %{_libdir}/slurm/jobcomp_filetxt.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_multifactor.so %{_libdir}/slurm/proctrack_pgid.so @@ -517,18 +528,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/slurm/select_cons_res.so %{_libdir}/slurm/select_linear.so %{_libdir}/slurm/switch_none.so +%{_libdir}/slurm/task_none.so %{_libdir}/slurm/topology_3d_torus.so %{_libdir}/slurm/topology_none.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 -- GitLab