-
Notifications
You must be signed in to change notification settings - Fork 2
/
rusty.json
90 lines (90 loc) · 1.86 KB
/
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
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
85
86
87
88
89
90
{
"__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": "{params.rusty_mem}",
"constraint": "{params.rusty_constraint}",
"time": "{params.time}"
},
"continue_metamers":
{
"gres": "gpu:{resources.gpu}",
"partition": "{params.rusty_partition}",
"mem": "{params.rusty_mem}",
"constraint": "{params.rusty_constraint}",
"time": "{params.time}"
},
"cache_windows":
{
"mem": "{resources.mem}GB"
},
"window_example_figure":
{
"mem": "{resources.mem}GB"
},
"synthesis_video":
{
"mem": "{resources.mem}GB",
"time": "04:00:00"
},
"compute_distances":
{
"mem": "{resources.mem}GB",
"time": "03:00:00",
"partition": "ccn"
},
"simulate_optimization":
{
"partition": "ccn",
"mem" : "0"
},
"simulate_num_trials":
{
"partition": "ccn",
"mem" : "0"
},
"mcmc":
{
"partition": "ccn",
"mem" : "0",
"time": "12:00:00"
},
"mcmc_plots":
{
"mem": "{resources.mem}GB"
},
"compute_amplitude_spectra":
{
"partition": "ccn",
"mem": "0"
},
"plot_amplitude_spectra":
{
"time": "24:00:00",
"partition": "ccn",
"mem": "0"
},
"mcmc_arviz_compare":
{
"partition": "ccn",
"mem" : "0",
"time": "12:00:00"
},
"radial_squared_error_figure":
{
"time": "2:00:00"
}
}