Dear colleagues,
I am trying to run turbomole in parallel with 4 processors by requesting 4 processors on 1 node through the PBS queuing system:
qsub -l nodes=1:ppn=4
The program stops with the following message:
running on compute-0-0.local
date: Tue Mar 11 21:57:27 CET 2008
execute parallel run using NODEFILE: /opt/torque/aux//1729.cluster1.univ-lille1.fr
There are 4 free nodes: compute-0-0.local-1 compute-0-0.local-2 compute-0-0.local-3 compute-0-0.local-4
all nodes will be used for calculation
Error logging in on compute-0-0.local-1
It runs on 4 processors located on node compute-0-0.local but tries to connect to compute-0-0.local-1 to ompute-0-0.local-4, although these names do not exist. It looks to me as if there is a problem with the way the node list is built?
Thanks in advance for your help.
Valérie Vallet