Skip to content

Commit

Permalink
adds mcmc to rusty.json
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Mar 9, 2021
1 parent 69ea749 commit 403a96e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rusty.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,17 @@
},
"simulate_optimization":
{
"partition": "ccn",
"partition": "ccn",
"mem" : ""
},
"simulate_num_trials":
{
"partition": "ccn",
"partition": "ccn",
"mem" : ""
},
"mcmc":
{
"partition": "ccn",
"mem" : ""
}
}

0 comments on commit 403a96e

Please sign in to comment.