Skip to content

Commit

Permalink
add profiler runscripts to mpi-run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Basevi committed Oct 3, 2023
1 parent 0ba1b0f commit b5c0c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payu/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def run(self, *user_flags):

for prof in self.profilers:
if prof.runscript:
model_prog = model_prog.append(prof.runscript)
model_prog.append(prof.runscript)

model_prog.append(model.exec_prefix)

Expand Down

0 comments on commit b5c0c30

Please sign in to comment.