Skip to content

Commit

Permalink
Added memory to the Delta Mako file to run batch runs (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig6 authored Apr 6, 2024
1 parent 37bbf4d commit 7f38fbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolchain/templates/delta.mako
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
% endif
% if gpu:
#SBATCH --gpus-per-node=${tasks_per_node}
#SBATCH --mem=208G
#SBATCH --gpu-bind=closest
% endif
#SBATCH --output="${name}.out"
#SBATCH --error="${name}.err"
Expand Down

0 comments on commit 7f38fbf

Please sign in to comment.