User Tools

Site Tools


linux:slurm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
linux:slurm [2023/04/18 15:19] a.boevlinux:slurm [2023/12/20 18:43] – [Squeue tips] admin
Line 16: Line 16:
 squeue -o '%o' | awk -F / '{$(NF--)} {gsub(" ",FS)};  $0="cd "$0 '  squeue -o '%o' | awk -F / '{$(NF--)} {gsub(" ",FS)};  $0="cd "$0 ' 
 </code> </code>
 +
 +add alias to your ~/.bashrc:
 +<code>
 +alias qp="squeue -o '%o' | awk -F / '{$(NF--)} {gsub(" ",FS)};  $0="cd "$0 '"
 +</code>
 +
  
 Output Output
linux/slurm.txt · Last modified: 2023/12/20 18:47 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki