We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bbf4d commit 7f38fbfCopy full SHA for 7f38fbf
toolchain/templates/delta.mako
@@ -16,6 +16,8 @@
16
% endif
17
% if gpu:
18
#SBATCH --gpus-per-node=${tasks_per_node}
19
+#SBATCH --mem=208G
20
+#SBATCH --gpu-bind=closest
21
22
#SBATCH --output="${name}.out"
23
#SBATCH --error="${name}.err"
0 commit comments