
srun
List of commands for srun:
-
srun:tldr:29f49 srun: Connect to a worker node with a job running.$ srun --jobid=${job_id} --pty /bin/bashtry on your machineexplain this command
-
srun:tldr:ae7a9 srun: Submit an interactive job with different attributes.$ srun --ntasks-per-node=${num_cores} --mem-per-cpu=${memory_MB} --pty /bin/bashtry on your machineexplain this command
-
srun:tldr:dadf0 srun: Submit a basic interactive job.$ srun --pty /bin/bashtry on your machineexplain this command