Skip to content

Commit

Permalink
change name of submi script
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKarwou committed Sep 7, 2022
1 parent 6ea8e02 commit 61b8b22
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
16 changes: 16 additions & 0 deletions transformato/bin/slurm_switching.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@










export OPENMM_PRECISION='mixed'

pwd; hostname; date


python perform_correction.py
17 changes: 0 additions & 17 deletions transformato/bin/submit_switching_slurm.sh

This file was deleted.

4 changes: 2 additions & 2 deletions transformato/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def endstate_correction(self):
logger.info(f"Folder for endstate correction exist already")

# copy submit script to the newly created folder
submit_switching_script_source = f"{self.configuration['bin_dir']}/submit_switching_slurm.sh"
submit_switchting_script_target = f"{self.path}/../endstate_correction/submit_switching_slurm.sh"
submit_switching_script_source = f"{self.configuration['bin_dir']}/slurm_switching.sh"
submit_switchting_script_target = f"{self.path}/../endstate_correction/slurm_switching.sh"
shutil.copyfile(submit_switching_script_source, submit_switchting_script_target)

# modify the perform_correction file from transformato bin and save it in the endstate_correcition folder
Expand Down

0 comments on commit 61b8b22

Please sign in to comment.