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 96199c9 commit f06445cCopy full SHA for f06445c
toolchain/templates/delta.mako
@@ -41,7 +41,7 @@ echo
41
${' '.join([f"'{x}'" for x in profiler ])} "${target.get_install_binpath()}"
42
% else:
43
${' '.join([f"'{x}'" for x in profiler ])} \
44
- mpirun -np {nodes*tasks_per_node} \
+ mpirun -np ${nodes*tasks_per_node} \
45
${' '.join([f"'{x}'" for x in ARG('--') ])} \
46
"${target.get_install_binpath()}"
47
% endif
0 commit comments