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
ad0df693
Commit
ad0df693
authored
21 years ago
by
Mark Grondona
Browse files
Options
Downloads
Patches
Plain Diff
o package slurm scheduling plugins
parent
c5311966
No related branches found
Branches containing commit
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
+17
-0
17 additions, 0 deletions
slurm.spec.in
with
17 additions
and
0 deletions
slurm.spec.in
+
17
−
0
View file @
ad0df693
...
@@ -61,6 +61,11 @@ Summary: SLURM jobcomp plugin that stores expired data in a text file
...
@@ -61,6 +61,11 @@ Summary: SLURM jobcomp plugin that stores expired data in a text file
Group: System Environment/Base
Group: System Environment/Base
Requires: slurm
Requires: slurm
%package sched-wiki
Summary: SLURM scheduling plugin for the Maui scheduler.
Group: System Environment/Base
Requires: slurm
%description
%description
SLURM is an open source, fault-tolerant, and highly
SLURM is an open source, fault-tolerant, and highly
scalable cluster management and job scheduling system for Linux clusters
scalable cluster management and job scheduling system for Linux clusters
...
@@ -84,6 +89,9 @@ SLURM authentication module for Chris Dunlap's Munge
...
@@ -84,6 +89,9 @@ SLURM authentication module for Chris Dunlap's Munge
SLURM jobcomp module which saves job information in an ascii flat-file
SLURM jobcomp module which saves job information in an ascii flat-file
before purging jobs from memory.
before purging jobs from memory.
%description sched-wiki
SLURM scheduling plugin for the Maui scheduler.
%prep
%prep
%setup -n %{name}-%{version}-%{release}
%setup -n %{name}-%{version}-%{release}
...
@@ -143,6 +151,8 @@ rm -rf $RPM_BUILD_ROOT
...
@@ -143,6 +151,8 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/slurm
%dir /etc/slurm
%dir %{_libdir}/slurm
%dir %{_libdir}/slurm
%{_libdir}/slurm/jobcomp_none.so
%{_libdir}/slurm/jobcomp_none.so
%{_libdir}/slurm/sched_backfill.so
%{_libdir}/slurm/sched_builtin.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
%config(noreplace) /etc/slurm/slurm.conf
%config(noreplace) /etc/slurm/slurm.conf
...
@@ -182,6 +192,11 @@ rm -rf $RPM_BUILD_ROOT
...
@@ -182,6 +192,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/slurm/jobcomp_filetxt.so
%{_libdir}/slurm/jobcomp_filetxt.so
#############################################################################
#############################################################################
%files sched-wiki
%defattr(-,root,root)
%{_libdir}/slurm/sched_wiki.so
#############################################################################
%pre
%pre
#if [ -x /etc/rc.d/init.d/slurm ]; then
#if [ -x /etc/rc.d/init.d/slurm ]; then
...
@@ -219,6 +234,8 @@ fi
...
@@ -219,6 +234,8 @@ fi
%changelog
%changelog
* Thu Dec 11 2003 Mark Grondona <mgrondona@llnl.gov>
- package slurm sched plugins
* Mon Nov 03 2003 Mark Grondona <mgrondona@llnl.gov>
* Mon Nov 03 2003 Mark Grondona <mgrondona@llnl.gov>
- also package "jobcomp" plugins
- also package "jobcomp" plugins
* Fri Oct 10 2003 Mark Grondona <mgrondona@llnl.gov>
* Fri Oct 10 2003 Mark Grondona <mgrondona@llnl.gov>
...
...
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