diff --git a/toolchain/templates/delta.mako b/toolchain/templates/delta.mako index 4e0dc8711..f5ab8c52a 100644 --- a/toolchain/templates/delta.mako +++ b/toolchain/templates/delta.mako @@ -41,7 +41,7 @@ echo ${' '.join([f"'{x}'" for x in profiler ])} "${target.get_install_binpath()}" % else: ${' '.join([f"'{x}'" for x in profiler ])} \ - mpirun -np {nodes*tasks_per_node} \ + mpirun -np ${nodes*tasks_per_node} \ ${' '.join([f"'{x}'" for x in ARG('--') ])} \ "${target.get_install_binpath()}" % endif