Skip to content

Commit

Permalink
added multiple runs option for energies submit script
Browse files Browse the repository at this point in the history
  • Loading branch information
loeflerm committed Aug 22, 2024
1 parent 2974c98 commit 1187ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transformato/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ def _copy_omm_files(self, intermediate_state_file_path: str):

if self.multiple_runs:
self._modify_submit_script(omm_simulation_submit_script_target)
self._modify_submit_script(omm_init_energies_submit_script_target)

# Prepend workload manager instructions
self._write_workload_preamble(omm_simulation_submit_script_target)
Expand Down

0 comments on commit 1187ff2

Please sign in to comment.