erik78se / Jobbers

Jobbers is a Python package that produces so called application "job-scripts". Those scripts are then ready to be submitted into SLURM.
GNU General Public License v3.0
1 stars 1 forks source link

Correct stage down of files in job after completion #27

Closed hallback closed 5 years ago

hallback commented 5 years ago

We currently stage down all files after the job is completed. This can be reduced in two ways:

  1. if restart.write is set, stage down all files except the jobname.xxx.N, where N is a number.
  2. in all other cases, go with the file endings from the old script.
hallback commented 5 years ago

Closing issue, fixed by commit a84098fb1e3d25d03a1b051c89a499522a78b32f.