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

Experimental version for BGL RMP build.

parent 53c6f9aa
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,10 @@ Summary: SLURM auth implementation using Chris Dunlap's Munge ...@@ -52,6 +52,10 @@ Summary: SLURM auth implementation using Chris Dunlap's Munge
Group: System Environment/Base Group: System Environment/Base
Requires: slurm munge Requires: slurm munge
%package bluegene
Summary: SLURM plugin interfaces to IBM Blue Gene system
Requires: slurm
%package sched-wiki %package sched-wiki
Summary: SLURM scheduling plugin for the Maui scheduler. Summary: SLURM scheduling plugin for the Maui scheduler.
Group: System Environment/Base Group: System Environment/Base
...@@ -81,6 +85,9 @@ SLURM authentication module for Brent Chun's authd ...@@ -81,6 +85,9 @@ SLURM authentication module for Brent Chun's authd
%description auth-munge %description auth-munge
SLURM authentication module for Chris Dunlap's Munge SLURM authentication module for Chris Dunlap's Munge
%description bluegene
SLURM plugin interfaces to IBM Blue Gene system
%description sched-wiki %description sched-wiki
SLURM scheduling plugin for the Maui scheduler. SLURM scheduling plugin for the Maui scheduler.
...@@ -140,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT ...@@ -140,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT
%doc DISCLAIMER %doc DISCLAIMER
%doc COPYING %doc COPYING
%doc etc/slurm.conf.example %doc etc/slurm.conf.example
%doc doc/html %doc doc/html/*
%{_bindir}/* %{_bindir}/*
%{_sbindir}/* %{_sbindir}/*
%{_libdir}/*.so* %{_libdir}/*.so*
...@@ -184,6 +191,11 @@ rm -rf $RPM_BUILD_ROOT ...@@ -184,6 +191,11 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
############################################################################# #############################################################################
%files bluegene
%defattr(-,root,root)
%{_libdir}/slurm/select_bluegene.so
#############################################################################
%files sched-wiki %files sched-wiki
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/slurm/sched_wiki.so %{_libdir}/slurm/sched_wiki.so
...@@ -229,6 +241,8 @@ fi ...@@ -229,6 +241,8 @@ fi
%changelog %changelog
* Wed Oct 13 2004 Morris Jette <jette1@llnl.gov>
- added new package "bluegene" for select_bluegene.so
* Thu Sep 29 2004 Morris Jette <jette1@llnl.gov> * Thu Sep 29 2004 Morris Jette <jette1@llnl.gov>
- Added select_linear.so plugin - Added select_linear.so plugin
* Wed Aug 04 2004 Mark Grondona <mgrondona@llnl.gov> * Wed Aug 04 2004 Mark Grondona <mgrondona@llnl.gov>
...@@ -238,7 +252,7 @@ fi ...@@ -238,7 +252,7 @@ fi
- added checkpoint_none.so and jobcomp_script.so plugins - added checkpoint_none.so and jobcomp_script.so plugins
* Fri Mar 07 2004 Mark Grondona <mgrondona@llnl.gov> * Fri Mar 07 2004 Mark Grondona <mgrondona@llnl.gov>
- package optional plugins based on file lists instead of tests - package optional plugins based on file lists instead of tests
* Tue Jan 27 2004 Moe Jette <jette@llnl.gov> * Tue Jan 27 2004 Morris Jette <jette1@llnl.gov>
- package slurm switch plugins - none and elan - package slurm switch plugins - none and elan
* Thu Dec 11 2003 Mark Grondona <mgrondona@llnl.gov> * Thu Dec 11 2003 Mark Grondona <mgrondona@llnl.gov>
- package slurm sched plugins - package slurm sched plugins
......
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