Create a runner that submits jobs to SLURM
Usage
SlurmRunner(
settings = NULL,
ncpu = NULL,
partition = NULL,
account = NULL,
time = NULL,
prepend = NULL,
mem = NULL,
direct = TRUE
)
Arguments
- settings
Default settings to override; can be NULL
- ncpu
description
- partition
description
- account
description
- time
The time the job is allowed to run, e.g. "0-72:00:00"
- prepend
description
- mem
description
- direct
Run and get the result directly. FALSE implies asynchronous execution