Skip to content

Commit

Permalink
Update delta.mako (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Feb 20, 2024
1 parent 96199c9 commit f06445c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/templates/delta.mako
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f06445c

Please sign in to comment.