Skip to content

Commit

Permalink
Update delta.mako
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Feb 20, 2024
1 parent 96199c9 commit c8f9fdb
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 c8f9fdb

Please sign in to comment.