Skip to content

Commit bf95ae3

Browse files
committed
Updated helios queues
1 parent 3167c93 commit bf95ae3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

smartdispatch/config/helios.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
{
2-
"maint": {
2+
"gpu_8": {
33
"ram": 128,
44
"modules": ["cuda/6.0.37"],
55
"cores": 20,
66
"max_walltime": "12:00:00",
77
"gpus": 8,
88
"nodes": 15
9+
},
10+
"gpu_4": {
11+
"ram": 64,
12+
"modules": ["cuda/6.0.37"],
13+
"cores": 10,
14+
"max_walltime": "12:00:00",
15+
"gpus": 4,
16+
"nodes": 15
17+
},
18+
"test": {
19+
"ram": 128,
20+
"modules": ["cuda/6.0.37"],
21+
"cores": 20,
22+
"max_walltime": "15:00",
23+
"gpus": 8,
24+
"nodes": 15
925
}
1026
}

0 commit comments

Comments
 (0)