[torqueusers] NUMA question on build from trunk.
David Beer
dbeer at adaptivecomputing.com
Tue Sep 28 09:26:48 MDT 2010
>
>
> # pbsnodes -a
>
> styx.<mydomainname>-0
>
> state = down
>
> np = 2
>
> ntype = cluster
>
> mom_service_port = 15002
>
> mom_manager_port = 15003
>
>
>
> styx.<mydomainname>-1
>
> state = down
>
> np = 2
>
> ntype = cluster
>
> mom_service_port = 15002
>
> mom_manager_port = 15003
>
>
>
>
>
> shows my momports to be on 15002 etc but my mom was started as
>
> pbs_mom -S 16301 -M 16302 -R 16303
>
> pbs_server -S styx.<mydomainname>:72559 -p 16301 -M 16302 -R 16303
>
>
>
> I set the node files as
>
> styx.<mydomainname> np=4 num_numa_nodes=2
>
>
>
You need to report change the nodes file slightly:
styx.<mydomainname> np=4 num_numa_nodes=2 mom_service_port=16302 mom_manager_port=16303
That way the server knows where to send the requests.
--
David Beer | Senior Software Engineer
Adaptive Computing
More information about the torqueusers
mailing list