Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.16 KB

File metadata and controls

38 lines (28 loc) · 1.16 KB

gwf-failed-targets

A GWF plugin for logging extended Slurm accounting records of failed targets in a workflow.

Installation

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

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.