Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
ce36e7e1
Commit
ce36e7e1
authored
20 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Experimental version for BGL RMP build.
parent
53c6f9aa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
slurm.spec.in
+16
-2
16 additions, 2 deletions
slurm.spec.in
with
16 additions
and
2 deletions
slurm.spec.in
+
16
−
2
View file @
ce36e7e1
...
@@ -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 Mo
e
Jette <jette@llnl.gov>
* Tue Jan 27 2004 Mo
rris
Jette <jette
1
@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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment