Skip to content

Commit 7f38fbf

Browse files
authored
Added memory to the Delta Mako file to run batch runs (#364)
1 parent 37bbf4d commit 7f38fbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

toolchain/templates/delta.mako

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
% endif
1717
% if gpu:
1818
#SBATCH --gpus-per-node=${tasks_per_node}
19+
#SBATCH --mem=208G
20+
#SBATCH --gpu-bind=closest
1921
% endif
2022
#SBATCH --output="${name}.out"
2123
#SBATCH --error="${name}.err"

0 commit comments

Comments
 (0)