Skip to content
Snippets Groups Projects
Commit 7c7289a5 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Append to .out files for pre-emptable finalize job

parent 569d2f12
No related branches found
No related tags found
1 merge request!567Append to .out files for pre-emptable finalize job
...@@ -611,6 +611,7 @@ def run_finalize(fmt_args, temp_path, job_list, sequential=False): ...@@ -611,6 +611,7 @@ def run_finalize(fmt_args, temp_path, job_list, sequential=False):
'--parsable', '--parsable',
'--requeue', '--requeue',
'--output', f'{temp_path}/slurm-%j.out', '--output', f'{temp_path}/slurm-%j.out',
'--open-mode=append', # So we can see if it's preempted & requeued
'--job-name', 'xfel-cal-finalize', '--job-name', 'xfel-cal-finalize',
'--time', finalize_time_limit, '--time', finalize_time_limit,
'--partition', 'exfel', '--partition', 'exfel',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment