Skip to content

Commit bca4af7

Browse files
committed
Upgrade slurm
1 parent ad8be8c commit bca4af7

File tree

3 files changed

+93
-1
lines changed

3 files changed

+93
-1
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
DEPENDENCIES
2+
aws-parallelcluster-environment
3+
path: .
4+
metadata: true
5+
aws-parallelcluster-shared
6+
path: ../aws-parallelcluster-shared
7+
line
8+
path: ../third-party/line-4.5.13
9+
nfs
10+
path: ../third-party/nfs-5.1.2
11+
pyenv
12+
path: ../third-party/pyenv-4.2.3
13+
yum
14+
path: ../third-party/yum-7.4.13
15+
yum-epel
16+
path: ../third-party/yum-epel-5.0.2
17+
18+
GRAPH
19+
aws-parallelcluster-environment (3.12.0)
20+
aws-parallelcluster-shared (~> 3.12.0)
21+
line (~> 4.5.13)
22+
nfs (~> 5.1.2)
23+
aws-parallelcluster-shared (3.12.0)
24+
pyenv (~> 4.2.3)
25+
yum (~> 7.4.13)
26+
yum-epel (~> 5.0.2)
27+
line (4.5.13)
28+
nfs (5.1.2)
29+
line (>= 0.0.0)
30+
pyenv (4.2.3)
31+
yum (7.4.13)
32+
yum-epel (5.0.2)
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
DEPENDENCIES
2+
apt
3+
path: ../third-party/apt-7.5.22
4+
aws-parallelcluster-computefleet
5+
path: ../aws-parallelcluster-computefleet
6+
aws-parallelcluster-environment
7+
path: ../aws-parallelcluster-environment
8+
aws-parallelcluster-shared
9+
path: ../aws-parallelcluster-shared
10+
aws-parallelcluster-slurm
11+
path: .
12+
metadata: true
13+
iptables
14+
path: ../third-party/iptables-8.0.0
15+
line
16+
path: ../third-party/line-4.5.13
17+
nfs
18+
path: ../third-party/nfs-5.1.2
19+
openssh
20+
path: ../third-party/openssh-2.11.12
21+
pyenv
22+
path: ../third-party/pyenv-4.2.3
23+
yum
24+
path: ../third-party/yum-7.4.13
25+
yum-epel
26+
path: ../third-party/yum-epel-5.0.2
27+
28+
GRAPH
29+
apt (7.5.22)
30+
aws-parallelcluster-computefleet (3.12.0)
31+
aws-parallelcluster-shared (~> 3.12.0)
32+
aws-parallelcluster-environment (3.12.0)
33+
aws-parallelcluster-shared (~> 3.12.0)
34+
line (~> 4.5.13)
35+
nfs (~> 5.1.2)
36+
aws-parallelcluster-shared (3.12.0)
37+
pyenv (~> 4.2.3)
38+
yum (~> 7.4.13)
39+
yum-epel (~> 5.0.2)
40+
aws-parallelcluster-slurm (3.12.0)
41+
apt (~> 7.5.22)
42+
aws-parallelcluster-computefleet (~> 3.12.0)
43+
aws-parallelcluster-environment (~> 3.12.0)
44+
aws-parallelcluster-shared (~> 3.12.0)
45+
iptables (~> 8.0.0)
46+
line (~> 4.5.13)
47+
nfs (~> 5.1.2)
48+
openssh (~> 2.11.12)
49+
pyenv (~> 4.2.3)
50+
yum (~> 7.4.13)
51+
yum-epel (~> 5.0.2)
52+
iptables (8.0.0)
53+
line (4.5.13)
54+
nfs (5.1.2)
55+
line (>= 0.0.0)
56+
openssh (2.11.12)
57+
iptables (>= 7.0)
58+
pyenv (4.2.3)
59+
yum (7.4.13)
60+
yum-epel (5.0.2)

cookbooks/aws-parallelcluster-slurm/attributes/versions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
default['cluster']['slurm']['commit'] = ''
44
default['cluster']['slurm']['branch'] = ''
55
default['cluster']['slurm']['sha256'] = '282708483326f381eb001a14852a1a82e65e18f37b62b7a5f4936c0ed443b600'
6-
default['cluster']['slurm']['base_url'] = "#{node['cluster']['artifacts_s3_url']}/dependencies/slurm"
6+
default['cluster']['slurm']['base_url'] = "https://github.com/SchedMD/slurm/archive"
77
# Munge
88
default['cluster']['munge']['munge_version'] = '0.5.16'
99
default['cluster']['munge']['sha256'] = 'fa27205d6d29ce015b0d967df8f3421067d7058878e75d0d5ec3d91f4d32bb57'

0 commit comments

Comments
 (0)