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.5)rslurm_0.6.2.zip(r-4.4)rslurm_0.6.2.zip(r-4.3)
rslurm_0.6.2.tgz(r-4.4-any)rslurm_0.6.2.tgz(r-4.3-any)
rslurm_0.6.2.tar.gz(r-4.5-noble)rslurm_0.6.2.tar.gz(r-4.4-noble)
rslurm_0.6.2.tgz(r-4.4-emscripten)rslurm_0.6.2.tgz(r-4.3-emscripten)
rslurm.pdf |rslurm.html✨
rslurm/json (API)
NEWS
# 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 2 years agofrom:fa2b828243. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
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 |