Skip to content
Snippets Groups Projects

FIX/Include run number in out -folder path if missing

Merged Karim Ahmed requested to merge fix/xfel_calibrate_update_bugs into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -532,7 +532,7 @@ def get_launcher_command(args, temp_path, dependent, job_list):
srun_dep = "--dependency=afterok"
for jobid in job_list:
srun_dep += ":{}".format(jobid)
launcher_slurm += [srun_dep]
launcher_slurm += srun_dep
return launcher_slurm.split()
Loading