Cluster and High-Performance Computers
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
- Program optimization on wikipedia
when you need to handle a lot job numbers (like deleting, holding,...), one can use the seq command:
:> qdel `seq 123 156`