He is right to only list one node in server_priv/nodes since there is only one pbs_mom running which is on the head node. Since there are 4 processors in your test cluster total, your server_priv/nodes file looks ok.
On Wed, 2008-09-10 at 15:49 -0600, andrey mirtchovski wrote: > 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 -- Hugh Greenberg Los Alamos National Laboratory, CCS-1 Email: [EMAIL PROTECTED] Phone: (505) 665-6471
