Package: rslurm 0.6.2

Erick Verleye
rslurm: Submit R Calculations to a 'Slurm' Cluster
Functions that simplify submitting R scripts to a 'Slurm' workload manager, in part by automating the division of embarrassingly parallel calculations across cluster nodes.
Authors:
rslurm_0.6.2.tar.gz
rslurm_0.6.2.zip(r-4.7)rslurm_0.6.2.zip(r-4.6)rslurm_0.6.2.zip(r-4.5)
rslurm_0.6.2.tgz(r-4.6-any)rslurm_0.6.2.tgz(r-4.5-any)
rslurm_0.6.2.tar.gz(r-4.7-any)rslurm_0.6.2.tar.gz(r-4.6-any)
rslurm_0.6.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
rslurm/json (API)
| # Install 'rslurm' in R: |
| install.packages('rslurm', repos = c('https://earthlab.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/earthlab/rslurm/issues
Last updated from:fa2b828243. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 133 | ||
| source / vignettes | OK | 176 | ||
| linux-release-x86_64 | OK | 131 | ||
| macos-release-arm64 | OK | 147 | ||
| macos-oldrel-arm64 | OK | 171 | ||
| windows-devel | OK | 83 | ||
| windows-release | OK | 92 | ||
| windows-oldrel | OK | 74 | ||
| wasm-release | OK | 92 |
Exports:cancel_slurmcleanup_filesget_job_statusget_slurm_outlocal_slurm_arrayprint_job_statusslurm_applyslurm_callslurm_jobslurm_map
Dependencies:whisker
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Introduction to the 'rslurm' Package | rslurm-package |
| Cancels a scheduled Slurm job | cancel_slurm |
| Deletes temporary files associated with a Slurm job | cleanup_files |
| Get the status of a Slurm job | get_job_status |
| Reads the output of a function calculated on the Slurm cluster | get_slurm_out |
| Execute a Slurm job locally | local_slurm_array |
| Parallel execution of a function on the Slurm cluster | slurm_apply |
| Execution of a single function call on the Slurm cluster | slurm_call |
| Create a slurm_job object | slurm_job |
| Parallel execution of a function over a list on the Slurm cluster | slurm_map |