srun | R Documentation |
Runs jobs on Slurm
## S4 method for signature 'Job'
srun(.Object, mc.cores = 1, all = FALSE, sleep = 0)
mc.cores |
Number of parallel cores to run jobs with (=1) |
all |
(logical) Run all jobs, even completed ones (default FALSE) |
sleep |
(numeric) time to pause between job submissions, in seconds (default 0) |
Marcin Imielinski, Zoran Gajic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.