Skip to content

Commit 02823d8

Browse files
committed
Add configuration file for Cedar
1 parent 1dea0d8 commit 02823d8

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

smartdispatch/config/cedar.json

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"cpu": {
3+
"ram": 126,
4+
"cores": 32,
5+
"max_walltime": "648:00:00:00",
6+
"gpus": 0,
7+
"nodes": 576
8+
},
9+
"large_mem": {
10+
"ram": 252,
11+
"cores": 32,
12+
"max_walltime": "648:00:00:00",
13+
"gpus": 0,
14+
"nodes": 128
15+
},
16+
"large_mem_500": {
17+
"ram": 504,
18+
"cores": 32,
19+
"max_walltime": "648:00:00:00",
20+
"gpus": 0,
21+
"nodes": 24
22+
},
23+
"large_mem_1500": {
24+
"ram": 1512,
25+
"cores": 32,
26+
"max_walltime": "?",
27+
"gpus": 0,
28+
"nodes": 24
29+
},
30+
"large_mem_3000": {
31+
"ram": 3024,
32+
"cores": 32,
33+
"max_walltime": "?",
34+
"gpus": 0,
35+
"nodes": 4
36+
},
37+
"gpu_1": {
38+
"ram": 32,
39+
"modules": ["cuda/8.0.44"],
40+
"cores": 6,
41+
"max_walltime": "648:00:00:00",
42+
"gpus": 1,
43+
"nodes": 456
44+
},
45+
"gpu_1_large_mem": {
46+
"ram": 63,
47+
"modules": ["cuda/8.0.44"],
48+
"cores": 6,
49+
"max_walltime": "648:00:00:00",
50+
"gpus": 1,
51+
"nodes": 128
52+
},
53+
"gpu_2": {
54+
"ram": 63,
55+
"modules": ["cuda/8.0.44"],
56+
"cores": 12,
57+
"max_walltime": "648:00:00:00",
58+
"gpus": 2,
59+
"nodes": 228
60+
},
61+
"gpu_2_large_mem": {
62+
"ram": 126,
63+
"modules": ["cuda/8.0.44"],
64+
"cores": 12,
65+
"max_walltime": "648:00:00:00",
66+
"gpus": 2,
67+
"nodes": 64
68+
},
69+
"gpu_4": {
70+
"ram": 126,
71+
"modules": ["cuda/8.0.44"],
72+
"cores": 24,
73+
"max_walltime": "648:00:00:00",
74+
"gpus": 4,
75+
"nodes": 114
76+
},
77+
"gpu_4_large_mem": {
78+
"ram": 252,
79+
"modules": ["cuda/8.0.44"],
80+
"cores": 24,
81+
"max_walltime": "648:00:00:00",
82+
"gpus": 4,
83+
"nodes": 32
84+
}
85+
}

0 commit comments

Comments
 (0)