diff options
| author | Matthijs van der Wild <matthijs.van-der-wild@durham.ac.uk> | 2025-07-08 16:12:51 -0400 |
|---|---|---|
| committer | Matthijs van der Wild <matthijs.van-der-wild@durham.ac.uk> | 2025-07-08 16:15:34 -0400 |
| commit | 05725c46cd33d72db60d5ea5954541f073163dec (patch) | |
| tree | 74330d42b88abf0a374755ee5689d4a89dace6ee /README.md | |
| parent | f247bf85b36ca38e820bfc066f36ac64c3ec9d5c (diff) | |
Expose the batching system
The queuing system was hard-coded to slurm. It may be, at times,
convenient to be able to run workflows on the local node (or use
a different queuing system altogether).
The old behaviour is maintained by setting the batching system
to slurm by default; the user can change the system by using
--batch_system.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Options can be the following: * `--outdir` is a path relative to which intermediate files and final data products will be written. Will be created if it does not exist. If not specified, `$BINDDIR` will be used instead. +* `--batch_system` specifies the queuing system to be used. + Defaults to `slurm`. + Use `single_machine` to run on the local node. * `<workflow name>` is the workflow file name without extension, e.g. `delay-calibration` or `concatenate-flag` for the VLBI pipeline or `HBA_calibrator` or `HBA_target` for LINC. ## Notes |