Expand description
Executor (e.g. LSF, Slurm) API.
Structs§
- Exec
Opts - Job submission options.
- Local
Executor - Executes commands locally.
- LsfExecutor
- An executor for submitting jobs to an LSF cluster.
- LsfExecutor
Builder - Builder for
LsfExecutor.
Enums§
- LogOutput
- Where to place logs generated by a job.
- LsfExecutor
Builder Error - Error type for LsfExecutorBuilder
Traits§
- Executor
- A job executor.