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 8df72f8 commit 0056072Copy full SHA for 0056072
toolchain/templates/oscar.mako
@@ -4,7 +4,7 @@
4
5
% if engine == 'batch':
6
#SBATCH --nodes=${nodes}
7
-#SBATCH --ntasks-per-node=${tasks_per_node}
+#SBATCH --tasks-per-node=${tasks_per_node}
8
#SBATCH --cpus-per-task=1
9
#SBATCH --job-name="${name}"
10
#SBATCH --time=${walltime}
0 commit comments