Skip to content

Commit 7ed902a

Browse files
committed
Update helios.json
1 parent c676851 commit 7ed902a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

smartdispatch/config/helios.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
{
22
"gpu_8": {
33
"ram": 128,
4-
"modules": ["cuda/6.0.37"],
4+
"modules": ["cuda/7.0.28"],
55
"cores": 20,
66
"max_walltime": "12:00:00",
77
"gpus": 8,
88
"nodes": 15
99
},
1010
"gpu_4": {
1111
"ram": 64,
12-
"modules": ["cuda/6.0.37"],
12+
"modules": ["cuda/7.0.28"],
1313
"cores": 10,
1414
"max_walltime": "12:00:00",
1515
"gpus": 4,
1616
"nodes": 15
1717
},
18+
"gpu_1": {
19+
"ram": 16,
20+
"modules": ["cuda/7.0.28"],
21+
"cores": 1,
22+
"max_walltime": "12:00:00",
23+
"gpus": 1,
24+
"nodes": 15
25+
},
1826
"test": {
1927
"ram": 128,
20-
"modules": ["cuda/6.0.37"],
28+
"modules": ["cuda/7.0.28"],
2129
"cores": 20,
2230
"max_walltime": "15:00",
2331
"gpus": 8,

0 commit comments

Comments
 (0)