-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmachines.json
44 lines (44 loc) · 1.09 KB
/
machines.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"clustername": {
"defaults": {
"partitions": [
"normal"
],
"nodes": []
},
"partitions": {
"normal": {
"maxNodes": 8000,
"DefaultTime": "2:0:0",
"DefMemPerCPU": "12000",
"PartitionName": "normal",
"AllowQos": "normal,long",
"Default": "YES",
"MaxMemPerCPU": "12800"
}
},
"features": {
"normal": [
"gpu_shared"
]
},
"nodes": {
"node-1": {
"Feature": "\"gpu_shared\"",
"RealMemory": "257862",
"Gres": "gpu:k80:16",
"partitions": [
"normal"
]
},
"node-2": {
"Feature": "\"gpu_shared\"",
"RealMemory": "257862",
"Gres": "gpu:k80:16",
"partitions": [
"normal"
]
}
}
}
}