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

Added select_linear.so plugin.

parent da81e215
No related branches found
No related tags found
No related merge requests found
...@@ -156,6 +156,7 @@ rm -rf $RPM_BUILD_ROOT ...@@ -156,6 +156,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/slurm/jobcomp_script.so %{_libdir}/slurm/jobcomp_script.so
%{_libdir}/slurm/sched_backfill.so %{_libdir}/slurm/sched_backfill.so
%{_libdir}/slurm/sched_builtin.so %{_libdir}/slurm/sched_builtin.so
%{_libdir}/slurm/select_linear.so
%{_libdir}/slurm/switch_none.so %{_libdir}/slurm/switch_none.so
%dir %{_libdir}/slurm/src %dir %{_libdir}/slurm/src
%config(noreplace) /etc/rc.d/init.d/slurm %config(noreplace) /etc/rc.d/init.d/slurm
...@@ -228,6 +229,8 @@ fi ...@@ -228,6 +229,8 @@ fi
%changelog %changelog
* Thu Sep 29 2004 Morris Jette <jette1@llnl.gov>
- Added select_linear.so plugin
* Wed Aug 04 2004 Mark Grondona <mgrondona@llnl.gov> * Wed Aug 04 2004 Mark Grondona <mgrondona@llnl.gov>
- don't allow rpm to strip binaries since this breaks interface to parallel - don't allow rpm to strip binaries since this breaks interface to parallel
debuggers. debuggers.
......
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