* Delete jobs with qdel*
>qdel 1908.titan.physics.umass.edu
or do it with a qselect to pick all of your jobs
> qdel `qselect -u bbrau`* Delete jobs with qdel*
>qdel 1908.titan.physics.umass.edu
or do it with a qselect to pick all of your jobs
> qdel `qselect -u bbrau`Also useful is pbsnodes -l which lists all nodes with an interesting state, such as down, unknown, or offline. This provides a quick glance at nodes that migth be having a problem.
http://www.clusterresources.com/torquedocs21/3.3nodestate.shtml
You never know what you will meet when you use Latex, luckily, we can search Google or Yahoo to find the answer. However, it cannot help all the times. There is a problem you may come across using package fancyhdr:
Package Fancyhdr Warning: \headheight is too small (12.0pt):
Make it at least 14.49998pt.
We now make it that large for the rest of the document.
It was not easy to find the answer via either Google or Yahoo. Here is the solution. Insert
\setlength{\headheight}{15pt}
in the preamble, i.e. before \begin{document}.
Tips:
You never know what you will meet when you use Latex, luckily, we can search Google or Yahoo to find the answer. However, it cannot help all the times. There is a problem you may come across using package fancyhdr:
Package Fancyhdr Warning: \headheight is too small (12.0pt):
Make it at least 14.49998pt.
We now make it that large for the rest of the document.
It was not easy to find the answer via either Google or Yahoo. Here is the solution. Insert
\setlength{\headheight}{15pt}
in the preamble, i.e. before \begin{document}.
Tips:
Some notes: