ACTION | SGE | PBS | LSF |
---|---|---|---|
submit | qsub | qsub | bsub |
submit using script | qsub | qsub scriptFile | bsub < scriptFile |
check output | (read files) | (read files) | bpeek |
show my queued | qstat | qstat -u $USER | bjobs |
show all queued | qstat -u \* | qstat | bjobs -u all |
cluster status | qstat -g c | qstat -B | bqueues |
show queue names | qconf -sql | qstat -Q | bqueues |
kill job | qdel | qdel | bkill |
release a held job | qrls | qrls | |
job accounting | qacct | bhist | |
node info (may be long!) | pbsnodes -a | ||
list nodes that are offline | pbsnodes -l |
Please email us with additional suggestions
With thanks to Ian Kirker for spotting typo!