[Mauiusers] node allocation issue
Jeff Anderson-Lee
jonah at eecs.berkeley.edu
Thu Dec 2 10:28:10 MST 2010
On 12/2/2010 9:07 AM, Abhishek Gupta wrote:
> Our job scheduler is acting little weird. The jobs submitted are going
> on only a few nodes and each node is running more jobs than the total
> number of CPUs on that node.
The other issue is that Torque can sometimes assign cpus spread across
multiple nodes but users assume they are all on the same node and simply
fork. The qstat command can also help you look for that situation:
qstat -f | grep exec | grep + | sort
More information about the mauiusers
mailing list