A GWF plugin for logging extended Slurm accounting records of failed targets in a workflow.
Install using conda:
conda install moma-auh::gwf-failed-targets
Or install using pip:
pip install git+https://github.com/MOMA-AUH/gwf-failed-targets.git
Usage: gwf failed-targets [OPTIONS]
Log records of failed targets.
Options:
-f, --log-path PATH Output file path for extended accounting records of
failed targets. If not provided, the records will be
displayed in a table format on the standard output
(stdout).
-r, --restart Restart failed targets and their dependents. Only
targets with the following failure types are
restartet: [Timeout, OutOfMemory, FileSystem].
-m, --multiplier FLOAT Multiplicative factor to scale resource options of
failed targets. Walltime and memory is multiplied
for Timeout and OutOfMemory failures, respectively.
--help Show this message and exit.