Skip to content

Commit 845a840

Browse files
committed
Update helios.json
updated cuda version
1 parent b68510d commit 845a840

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

smartdispatch/config/helios.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"gpu_8": {
33
"ram": 126,
4-
"modules": ["cuda/7.0.28"],
4+
"modules": ["cuda/7.5.18"],
55
"cores": 20,
66
"max_walltime": "12:00:00",
77
"gpus": 8,
88
"nodes": 15
99
},
1010
"gpu_4": {
1111
"ram": 63,
12-
"modules": ["cuda/7.0.28"],
12+
"modules": ["cuda/7.5.18"],
1313
"cores": 10,
1414
"max_walltime": "12:00:00",
1515
"gpus": 4,
1616
"nodes": 15
1717
},
1818
"gpu_1": {
1919
"ram": 16,
20-
"modules": ["cuda/7.0.28"],
20+
"modules": ["cuda/7.5.18"],
2121
"cores": 1,
2222
"max_walltime": "12:00:00",
2323
"gpus": 1,
2424
"nodes": 15
2525
},
2626
"test": {
2727
"ram": 126,
28-
"modules": ["cuda/7.0.28"],
28+
"modules": ["cuda/7.5.18"],
2929
"cores": 20,
3030
"max_walltime": "15:00",
3131
"gpus": 8,

0 commit comments

Comments
 (0)