mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 20:49:15 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Submit an interactive job with different attributes:
|
||||
|
||||
`srun --ntasks-per-node={{num_cores}} --mem-per-cpu={{memory_MB}} --pty /bin/bash`
|
||||
`srun --ntasks-per-node {{num_cores}} --mem-per-cpu {{memory_MB}} --pty /bin/bash`
|
||||
|
||||
- Connect to a worker node with a job running:
|
||||
|
||||
`srun --jobid={{job_id}} --pty /bin/bash`
|
||||
`srun --jobid {{job_id}} --pty /bin/bash`
|
||||
|
||||
Reference in New Issue
Block a user