Cluster and High-Performance Computers

From LPTMS Wiki
Revision as of 21:32, 14 October 2011 by Roux (talk | contribs)
(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`


Programming optimization