Cluster and High-Performance Computers: Difference between revisions

From LPTMS Wiki
Jump to navigation Jump to search
(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`")
(No difference)

Revision as of 16:34, 9 February 2011

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`