Skip to content
Snippets Groups Projects

Fix/larger data

Merged Steffen Hauf requested to merge fix/larger_data into master
1 unresolved thread
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -25,4 +25,5 @@ report_path = "{}/calibration_reports/".format(os.getcwd())
try_report_to_output = True
# the command to run this concurrently. It is prepended to the actual call
launcher_command = "sbatch -p exfel -t 24:00:00 --mem 500G --mail-type END --requeue --output {temp_path}/slurm-%j.out"
\ No newline at end of file
sprof = os.environ.get("XFELCALSLURM", "exfel")
launcher_command = "sbatch -p {sprof} -t 24:00:00 --mem 500G --mail-type END --requeue --output {{temp_path}}/slurm-%j.out".format(sprof=sprof)
Loading