Skip to content

Commit 090309b

Browse files
committed
Add configuration file for Graham
1 parent 9fb5ab6 commit 090309b

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

smartdispatch/config/graham.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"cpu": {
3+
"ram": 126,
4+
"cores": 32,
5+
"max_walltime": "648:00:00",
6+
"gpus": 0,
7+
"nodes": 800
8+
},
9+
"large_mem": {
10+
"ram": 252,
11+
"cores": 32,
12+
"max_walltime": "648:00:00",
13+
"gpus": 0,
14+
"nodes": 56
15+
},
16+
"large_mem_500": {
17+
"ram": 504,
18+
"cores": 32,
19+
"max_walltime": "648:00:00",
20+
"gpus": 0,
21+
"nodes": 24
22+
},
23+
"large_mem_3000": {
24+
"ram": 3024,
25+
"cores": 64,
26+
"max_walltime": "?",
27+
"gpus": 0,
28+
"nodes": 3
29+
},
30+
"gpu_1": {
31+
"ram": 63,
32+
"modules": ["cuda/8.0.44"],
33+
"cores": 16,
34+
"max_walltime": "648:00:00",
35+
"gpus": 1,
36+
"nodes": 320
37+
},
38+
"gpu_2": {
39+
"ram": 126,
40+
"modules": ["cuda/8.0.44"],
41+
"cores": 32,
42+
"max_walltime": "648:00:00",
43+
"gpus": 2,
44+
"nodes": 160
45+
}
46+
}

0 commit comments

Comments
 (0)