-
Notifications
You must be signed in to change notification settings - Fork 0
/
cluster.json
84 lines (82 loc) · 1.88 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"__default__":
{
"time": "03:00:00",
"mem_per_cpu" : "10G",
"ntasks" : "1",
"output": "Log/{rule}.{wildcards}.out",
"error" : "Log/{rule}.{wildcards}.err"
},
"generate":
{
"time": "15:00:00",
"mem_per_cpu": "4G",
"ntasks": "100",
"output": "Log/{wildcards.name}.out",
"error": "Log/{wildcards.name}.err"
},
"draw_SymPressure":
{
"time": "03:00:00",
"mem_per_cpu": "2G",
"ntasks": "100",
"output": "Log/{rule}.{wildcards.name}.out",
"error": "Log/{rule}.{wildcards.name}.err"
},
"draw_AsymPressure":
{
"time": "03:00:00",
"mem_per_cpu": "2G",
"ntasks": "100",
"output": "Log/{rule}.{wildcards.name}.out",
"error": "Log/{rule}.{wildcards.name}.err"
},
"draw_NeutronMatterPressure":
{
"time": "03:00:00",
"mem_per_cpu": "2G",
"ntasks": "100",
"output": "Log/{rule}.{wildcards.name}.out",
"error": "Log/{rule}.{wildcards.name}.err"
},
"draw_Pressure":
{
"time": "03:00:00",
"mem_per_cpu": "2G",
"ntasks": "100",
"output": "Log/{rule}.{wildcards.name}.out",
"error": "Log/{rule}.{wildcards.name}.err"
},
"draw_AsymPost":
{
"time": "03:00:00",
"mem_per_cpu": "2G",
"ntasks": "100",
"output": "Log/{rule}.{wildcards.name}.out",
"error": "Log/{rule}.{wildcards.name}.err"
},
"draw_Pfrac":
{
"time": "03:00:00",
"mem_per_cpu": "2G",
"ntasks": "100",
"output": "Log/{rule}.{wildcards.name}.out",
"error": "Log/{rule}.{wildcards.name}.err"
},
"draw_MR":
{
"time": "03:00:00",
"mem_per_cpu": "10G",
"ntasks": "20",
"output": "Log/{rule}.{wildcards.name}.out",
"error": "Log/{rule}.{wildcards.name}.err"
},
"add_Ksym":
{
"time": "03:00:00",
"mem_per_cpu": "2G",
"ntasks": "100",
"output": "Log/{rule}.{wildcards.name}.out",
"error": "Log/{rule}.{wildcards.name}.err"
},
}