Skip to content

Commit

Permalink
Ensures both apps are the same
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed May 16, 2024
1 parent 5054a76 commit aa192af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps.awesim.org/apps/bc_desktop/submit/slurm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
plus_gpus(base_slug_arms + any_node, ["--gpus-per-node", "#{gpu_count}", "--gres", "vis"])
when "densegpu"
plus_gpus(base_slug_arms + p20_node, ["--gpus-per-node", "4"])

# using partitions here is easier than specifying memory requests
when "largemem"
partition = bc_num_slots.to_i > 1 ? "largemem-parallel" : "largemem"
Expand Down

0 comments on commit aa192af

Please sign in to comment.