We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68510d commit 845a840Copy full SHA for 845a840
smartdispatch/config/helios.json
@@ -1,31 +1,31 @@
1
{
2
"gpu_8": {
3
"ram": 126,
4
- "modules": ["cuda/7.0.28"],
+ "modules": ["cuda/7.5.18"],
5
"cores": 20,
6
"max_walltime": "12:00:00",
7
"gpus": 8,
8
"nodes": 15
9
},
10
"gpu_4": {
11
"ram": 63,
12
13
"cores": 10,
14
15
"gpus": 4,
16
17
18
"gpu_1": {
19
"ram": 16,
20
21
"cores": 1,
22
23
"gpus": 1,
24
25
26
"test": {
27
28
29
30
"max_walltime": "15:00",
31
0 commit comments