salloc, sattach, sbcast, sdiag, sprio, sshare, strigger, sview, sh5util, scrun, scrontab: add pages (#11651)
2023-12-18 23:53:21 +01:00
|
|
|
# salloc
|
|
|
|
|
|
|
|
> Start an interactive shell session or execute a command by allocating one or more nodes in a cluster.
|
|
|
|
> More information: <https://slurm.schedmd.com/salloc.html>.
|
|
|
|
|
|
|
|
- Start an interactive shell session on a node in the cluster:
|
|
|
|
|
|
|
|
`salloc`
|
|
|
|
|
|
|
|
- Execute the specified command synchronously on a node in the cluster:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`salloc {{ls --all}}`
|
salloc, sattach, sbcast, sdiag, sprio, sshare, strigger, sview, sh5util, scrun, scrontab: add pages (#11651)
2023-12-18 23:53:21 +01:00
|
|
|
|
|
|
|
- Only allocate nodes fulfilling the specified constraints:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`salloc {{[-C|--constraint]}} {{(amd|intel)&gpu}}`
|