Skip to content

Commit

Permalink
updates rusty.json -- adds rule for mcmc_arviz_compare, changes mem t…
Browse files Browse the repository at this point in the history
…o 0 for unlimited memory
  • Loading branch information
billbrod committed Apr 26, 2022
1 parent febe0b4 commit a8195c8
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions rusty.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cpus_per_task": 1,
"output": "{log}-%j",
"error": "{log}-%j",
"partition": "genx"
"partition": "genx"
},
"create_metamers":
{
Expand Down Expand Up @@ -49,17 +49,17 @@
"simulate_optimization":
{
"partition": "ccn",
"mem" : ""
"mem" : "0"
},
"simulate_num_trials":
{
"partition": "ccn",
"mem" : ""
"mem" : "0"
},
"mcmc":
{
"partition": "ccn",
"mem" : "",
"mem" : "0",
"time": "12:00:00"
},
"mcmc_plots":
Expand All @@ -68,13 +68,19 @@
},
"compute_amplitude_spectra":
{
"partition": "ccn",
"mem": ""
"partition": "ccn",
"mem": "0"
},
"plot_amplitude_spectra":
{
"time": "24:00:00",
"partition": "ccn",
"mem": ""
"partition": "ccn",
"mem": "0"
},
"mcmc_arviz_compare":
{
"partition": "ccn",
"mem" : "0",
"time": "12:00:00"
}
}

0 comments on commit a8195c8

Please sign in to comment.