| CommandRslurm-class | R Documentation |
A child class of CommandR implementing job submission using slurm job scheduling.
CommandRslurm(logDir = NULL, scriptDir = NULL, req = NULL, user = "")
logDir |
log directory |
scriptDir |
script directory |
req |
default resource requirements. Will be specified for each submitted job, if no other requirements are specified. Must be a named character vector. |
user |
optional user name for the slurm cluster (for performance improvements in querying the cluster) |
Follow this template if you want to create your own CommandR class.
Includes all the slots of the CommandR class. Additionally includes:
reqDefault resource requirements for submitting jobs to the slurm engine.
implements all the methods of the CommandR class.
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.