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).
--help Show this message and exit.