Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
ed3b7bb5
Commit
ed3b7bb5
authored
2 years ago
by
Simon Michnowicz
Browse files
Options
Downloads
Plain Diff
Merge branch 'slurm22' into 'master'
enabling slurmrest on slurm 22 See merge request
!576
parents
83b452c6
5b831e16
No related branches found
No related tags found
1 merge request
!576
enabling slurmrest on slurm 22
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CICD/vars/versions.yml
+7
-2
7 additions, 2 deletions
CICD/vars/versions.yml
roles/slurm-common/tasks/main.yml
+7
-2
7 additions, 2 deletions
roles/slurm-common/tasks/main.yml
with
14 additions
and
4 deletions
CICD/vars/versions.yml
+
7
−
2
View file @
ed3b7bb5
...
...
@@ -7,8 +7,13 @@ nhc_dir: /opt/nhc-1.4.2
slurm_version
:
21.08.8
slurm_src_url
:
https://download.schedmd.com/slurm/slurm-21.08.8.tar.bz2
slurm_src_checksum
:
"
sha1:7d37dbef37b25264a1593ef2057bc423e4a89e81"
slurm_src_dir
:
/opt/src/slurm-21.08.8
slurm_dir
:
/opt/slurm-21.08.8
slurm_version
:
22.05.3
slurm_src_url
:
https://download.schedmd.com/slurm/slurm-22.05.3.tar.bz2
slurm_src_checksum
:
"
sha1:55e9a1a1d2ddb67b119c2900982c908ba2846c1e"
slurm_src_dir
:
/opt/src/slurm-{{ slurm_version }}
slurm_dir
:
/opt/slurm-{{ slurm_version }}
ucx_version
:
1.8.0
ucx_src_url
:
https://github.com/openucx/ucx/releases/download/v1.8.0/ucx-1.8.0.tar.gz
...
...
This diff is collapsed.
Click to expand it.
roles/slurm-common/tasks/main.yml
+
7
−
2
View file @
ed3b7bb5
...
...
@@ -95,6 +95,12 @@
-
lua-devel
-
python3
-
numactl-devel
# required by ucx
-
http-parser
-
http-parser-devel
-
libyaml
-
libyaml-devel
-
json-c
-
json-c-devel
become
:
true
when
:
ansible_os_family == "RedHat"
...
...
@@ -130,7 +136,6 @@
-
libjson-c-dev
-
libjwt-dev
-
liblz4-dev
become
:
true
when
:
ansible_os_family == "Debian"
...
...
@@ -189,4 +194,4 @@
-
include
:
installCgroup.yml
-
include
:
spankprivatetmpdir.yml
when
:
slurm_version == '20.02.7' or slurm_version == '20.11.9'
when
:
slurm_version == '20.02.7' or slurm_version == '20.11.9'
or slurm_version == '22.05.3'
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