Cluster and High-Performance Computers

From LPTMS Wiki
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