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

Chaos 5 patches from Mark Grondona

parent 18f4e88c
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,9 @@
# Build with sgijob plugin and mysql (for slurmdbdb) on CHAOS systems
%if %{?chaos}0
%slurm_with_opt mysql
%if %chaos < 5
%slurm_with_opt sgijob
%endif
%else
%slurm_without_opt sgijob
%endif
......@@ -128,6 +130,8 @@ BuildRequires: mysql-devel >= 5.0.0
BuildRequires: postgresql-devel >= 8.0.0
%endif
BuildRequires: perl(ExtUtils::MakeMaker)
%description
SLURM is an open source, fault-tolerant, and highly
scalable cluster management and job scheduling system for Linux clusters
......@@ -287,7 +291,8 @@ Perl tool to print SLURM job state information.
%package pam_slurm
Summary: PAM module for restricting access to compute nodes via SLURM.
Group: System Environment/Base
Requires: slurm slurm-devel pam-devel
Requires: slurm slurm-devel
BuildRequires: pam-devel
%description pam_slurm
This module restricts access to compute nodes in a cluster where the Simple
Linux Utility for Resource Managment (SLURM) is in use. Access is granted
......
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