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
33cbf0b4
Commit
33cbf0b4
authored
14 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
svn merge -r20917:20919
https://eris.llnl.gov/svn/slurm/branches/slurm-2.1
parent
31adfc84
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
META
+12
-24
12 additions, 24 deletions
META
slurm.spec
+7
-6
7 additions, 6 deletions
slurm.spec
with
19 additions
and
30 deletions
META
+
12
−
24
View file @
33cbf0b4
##
# $Id$
##
# Metadata for RPM/TAR makefile targets
##
# See src/api/Makefile.am for guidance on setting API_ values
##
Meta: 1
Name: slurm
Major: 2
Minor: 2
Micro: 0
Version: 2.2.0
Release: 0.pre9
##
# When changing API_CURRENT update src/common/slurm_protocol_common.h
# with a new SLURM_PROTOCOL_VERSION signifing the old one and the version
# it was so the slurmdbd can continue to send the old protocol version.
# In src/common/slurm_protocol_util.c check_header_version(), and init_header()
# need to be updated also when changes are added also.
##
API_CURRENT: 22
API_AGE: 0
API_REVISION: 0
Api_age: 0
Api_current: 22
Api_revision: 0
Date: 2010-08-06
Major: 2
Meta: 1
Micro: 0
Minor: 2
Name: slurm
Release: 1008061411
Release_tags: dist
Version: 2.2.0
This diff is collapsed.
Click to expand it.
slurm.spec
+
7
−
6
View file @
33cbf0b4
...
...
@@ -84,15 +84,15 @@
%slurm_with_opt sgijob
%endif
Name:
See META file
Version:
See META file
Release:
See META file
Name:
slurm
Version:
2.2.0
Release:
1008061411%{?dist}
Summary: Simple Linux Utility for Resource Management
License: GPL
Group: System Environment/Base
Source:
%{name}-%{version}-%{release}.tgz
Source:
slurm-2.2.0-1008061411.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
URL: https://computing.llnl.gov/linux/slurm/
...
...
@@ -360,7 +360,7 @@ Gives the ability for SLURM to use Berkeley Lab Checkpoint/Restart
#############################################################################
%prep
%setup -n
%{name}-%{version}-%{release}
%setup -n
slurm-2.2.0-1008061411
%build
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
...
...
@@ -767,6 +767,7 @@ if [ ! -f %{_sysconfdir}/slurmdbd.conf ]; then
echo "Edit %{_sysconfdir}/slurmdbd.conf.example and copy it to slurmdbd.conf"
fi
%if %{slurm_with bluegene}
%post bluegene
if [ -x /sbin/ldconfig ]; then
/sbin/ldconfig %{_libdir}/slurm
...
...
@@ -775,7 +776,7 @@ if [ ! -f %{_sysconfdir}/bluegene.conf ]; then
echo "You need to build and install a bluegene.conf file"
echo "Edit %{_sysconfdir}/bluegene.conf.example and copy it to bluegene.conf"
fi
%endif
%preun
if [ "$1" = 0 ]; then
...
...
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