Skip to content

Append to .out files for pre-emptable finalize job

Thomas Kluyver requested to merge feat/finalize-out-append into master

Description

This should make it possible to see if a finalize job was pre-empted and requeued. By default, the requeued job overwrites the output file, removing the evidence.

How Has This Been Tested?

No easy way to test, other than deploying it and waiting to see results. The --open-mode=append option is taken from sbatch docs.

Types of changes

Checklist:

  • My code follows the code style of this project.

Reviewers

@ahmedk @schmidtp

Merge request reports