it appears that you have listed only one node in server_priv/nodes. if
you have two nodes with two processors each you should have two
entries with np=2 in that file, one for each node. here is an example
from a cluster with 6 nodes, each with 4 cpus:

# cat /var/spool/torque/server_priv/nodes
e04b15 np=4
e04b09 np=4
e04b12 np=4
b02b09 np=4
b02b10 np=4
b02b11 np=4

the pbsnodes command should give you a list of what pbs thinks it is
configured with:

# pbsnodes -l all
e04b15               down
e04b09               free
e04b12               job-exclusive
b02b09               free
b02b10               free
b02b11               free

Reply via email to