Skip to content

Commit f06445c

Browse files
authored
Update delta.mako (#344)
1 parent 96199c9 commit f06445c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/templates/delta.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ echo
4141
${' '.join([f"'{x}'" for x in profiler ])} "${target.get_install_binpath()}"
4242
% else:
4343
${' '.join([f"'{x}'" for x in profiler ])} \
44-
mpirun -np {nodes*tasks_per_node} \
44+
mpirun -np ${nodes*tasks_per_node} \
4545
${' '.join([f"'{x}'" for x in ARG('--') ])} \
4646
"${target.get_install_binpath()}"
4747
% endif

0 commit comments

Comments
 (0)