[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
grid [2011/06/27 11:33]
ufal
grid [2011/09/27 16:21]
ufal
Line 31: Line 31:
  
 <code> <code>
-ssh lrc-two+ssh lrc2
   # přihlašte se na hlavu clusteru   # přihlašte se na hlavu clusteru
 echo "hostname; pwd" > skript.sh echo "hostname; pwd" > skript.sh
Line 72: Line 72:
 qsub -V qsub -V
   # když chcete předat proměnné prostředí   # když chcete předat proměnné prostředí
-qdel all+qdel \*
   # když chcete zrušit všechny své joby (rušit cizí nesmíte)   # když chcete zrušit všechny své joby (rušit cizí nesmíte)
 </code> </code>
- 
-** V.N.: "qdel all" mi nefunguje, nahradil jsem za:** 
-   qdel "*" 
  
  

[ Back to the navigation ] [ Back to the content ]