Skip to content

Commit

Permalink
removes memory estimate from rusty metamers rules
Browse files Browse the repository at this point in the history
rusty allocates nodes exclusively, so there's no need (and can mess
things up)
  • Loading branch information
billbrod committed Oct 5, 2020
1 parent 72568bb commit 2fb1570
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rusty.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
"create_metamers":
{
"gres": "gpu:{resources.gpu}",
"mem": "{resources.mem}GB",
"partition": "{params.rusty_partition}",
"constraint": "v100-32gb",
"time": "{params.time}"
},
"continue_metamers":
{
"gres": "gpu:{resources.gpu}",
"mem": "{resources.mem}GB",
"partition": "{params.rusty_partition}",
"constraint": "v100-32gb",
"time": "{params.time}"
Expand Down

0 comments on commit 2fb1570

Please sign in to comment.