-
Notifications
You must be signed in to change notification settings - Fork 2
/
rusty.json
43 lines (43 loc) · 984 Bytes
/
rusty.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
{
"__default__":
{
"nodes": 1,
"tasks_per_node": 1,
"mem": "10GB",
"time": "1:00:00",
"job_name": "{rule}.{wildcards}",
"cpus_per_task": 1,
"output": "{log}-%j",
"error": "{log}-%j",
"partition": "genx"
},
"create_metamers":
{
"gres": "gpu:{resources.gpu}",
"partition": "{params.rusty_partition}",
"mem": "",
"constraint": "{params.rusty_constraint}",
"time": "{params.time}"
},
"continue_metamers":
{
"gres": "gpu:{resources.gpu}",
"partition": "{params.rusty_partition}",
"mem": "",
"constraint": "{params.rusty_constraint}",
"time": "{params.time}"
},
"cache_windows":
{
"mem": "{resources.mem}GB"
},
"window_size_figure":
{
"mem": "{resources.mem}GB"
},
"synthesis_video":
{
"mem": "{resources.mem}GB",
"time": "04:00:00"
}
}