forked from INM-6/human-multi-area-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cluster.json
37 lines (37 loc) · 822 Bytes
/
cluster.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
{
"__default__" :
{
"job-name" : "humam_{rule}",
"output" : "out/log/{wildcards.experiment}_{rule}.o",
"error" : "out/log/{wildcards.experiment}_{rule}.e",
"cpus-per-task" : 1,
"ntasks" : 1,
"nodes" : 1,
"ntasks-per-node" : 1,
"mem" : 10,
"account": "jinb33",
"partition": "dc-cpu"
},
"createNetwork" :
{
"time" : "00:15:00"
},
"simulateNetwork" :
{
"time" : "01:00:00",
"ntasks" : 192,
"nodes" : 6,
"cpus-per-task" : 4,
"ntasks-per-node" : 32,
"mem" : 500
},
"analyzeNetwork" :
{
"time" : "04:00:00",
"nodes" : 1,
"ntasks" : 1,
"ntasks-per-node" : 1,
"cpus-per-task" : 128,
"mem" : 60
}
}