Skip to content

Commit

Permalink
Fix to Derecho script so it will run run_scm.py in the directory the …
Browse files Browse the repository at this point in the history
…batch script was called from
  • Loading branch information
scrasmussen committed Sep 6, 2024
1 parent 5f747c9 commit b044346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/etc/scm_qsub_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
WALLTIME = "walltime=00:20:00"
PROCESSORS = "select=1:ncpus=1"
QUEUE = "develop"
COMMAND = "./run_scm.py -c twpice"
COMMAND = "cd $PBS_O_WORKDIR; ./run_scm.py -c twpice"
EMAIL_ADDR = MY_EMAIL
SERIAL_MEM = "512M"
WORKING_DIR = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit b044346

Please sign in to comment.