Cluster and High-Performance Computers

From LPTMS Wiki
Revision as of 16:34, 9 February 2011 by Roux (talk | contribs) (Created page with "== Managing jobs == === PBS === when you need to handle a lot job numbers (like deleting, holding,...), one can use the seq command: :> qdel `seq 123 156`")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Managing jobs

PBS

when you need to handle a lot job numbers (like deleting, holding,...), one can use the seq command:

:> qdel `seq 123 156`