Skip to content

Commit

Permalink
additional checks and careful spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed May 23, 2024
1 parent ba47573 commit 644b49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/templates/default.mako
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ warn "Consider using a different template via the $MAGENTA--computer$COLOR_RESET
${helpers.run_prologue(target)}

% if not mpi:
(${profiler} "${target.get_install_binpath(case)}")
(set -x; ${profiler} "${target.get_install_binpath(case)}")
% else:
if [ "$binary" == "jsrun" ]; then
(set -x; ${profiler} \
Expand Down

0 comments on commit 644b49c

Please sign in to comment.