slurm_write_script | R Documentation |
Write Slurm script
slurm_write_script( id = NA, dir = ".", partition = "small", conda = "r", nodes = 1, tasks = 1, wd = ".", walltime = "24:00:00", type = "r", gpu = 2, command = NULL )
id |
job id |
dir |
directory for saving the output R script |
partition |
Slurm partition |
conda |
Conda environment |
nodes |
Number of required nodes |
tasks |
Number of required tasks |
wd |
the working directory |
walltime |
Walltime for the job |
type |
Script type |
gpu |
Number of required GPUs |
command |
Command (only for bash jobs) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.