Skip to content

Commit

Permalink
adds v100-32gb constraint to rusty
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Oct 2, 2020
1 parent 989b944 commit 8d9d2f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rusty.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@
},
"create_metamers":
{
"gres": "gpu:v100-32gb:{resources.gpu}",
"gres": "gpu:{resources.gpu}",
"mem": "{resources.mem}GB",
"partition": "{params.rusty_partition}",
"constraint": "v100-32gb",
"time": "{params.time}"
},
"continue_metamers":
{
"gres": "gpu:v100-32gb:{resources.gpu}",
"gres": "gpu:{resources.gpu}",
"mem": "{resources.mem}GB",
"partition": "{params.rusty_partition}",
"constraint": "v100-32gb",
"time": "{params.time}"
},
"cache_windows":
Expand Down

0 comments on commit 8d9d2f1

Please sign in to comment.