There was an error while loading. Please reload this page.
1 parent 1dea0d8 commit cac2f08Copy full SHA for cac2f08
1 file changed
smartdispatch/config/graham.json
@@ -0,0 +1,46 @@
1
+{
2
+ "cpu": {
3
+ "ram": 126,
4
+ "cores": 32,
5
+ "max_walltime": "648:00:00",
6
+ "gpus": 0,
7
+ "nodes": 800
8
+ },
9
+ "large_mem": {
10
+ "ram": 252,
11
12
13
14
+ "nodes": 56
15
16
+ "large_mem_500": {
17
+ "ram": 504,
18
19
20
21
+ "nodes": 24
22
23
+ "large_mem_3000": {
24
+ "ram": 3024,
25
+ "cores": 64,
26
+ "max_walltime": "?",
27
28
+ "nodes": 3
29
30
+ "gpu_1": {
31
+ "ram": 63,
32
+ "modules": ["cuda/8.0.44"],
33
+ "cores": 16,
34
35
+ "gpus": 1,
36
+ "nodes": 320
37
38
+ "gpu_2": {
39
40
41
42
43
+ "gpus": 2,
44
+ "nodes": 160
45
+ }
46
+}
0 commit comments