swif2 retry-jobs

Resolve problem jobs by re-submitting to the batch system.

Usage

swif2 retry-jobs <workflow> <job-selection>

The specified jobs are removed from the problem queue and placed back into the dispatch queue so they are eligible for running on the batch system. This would be appropriate for jobs that failed for transient reasons. Note that <job-selection> is as documented for swif2 modify-jobs.

Examples

Resubmit all problem jobs that failed with system error or slurm node failure.

swif2 retry-jobs -problems SWIF_SYSTEM_ERROR SLURM_NODE_FAIL