I made a typing mistake. The original script was 5 nodes and 2cpu per node. But I will try the tip you gave me, I'll keep you posted
Lennart Karlsson schreef: >> ------------------- >> pbs-script: >> ------------------- >> >> #!/bin/bash >> #PBS -l nodes=10:ppn=2 >> > > You ask for ten nodes. > > > >> I have 5 nodes with each 2 cpus. >> > > But you have five nodes only. So Maui can not find > ten nodes to schedule your job on. > > This seems to be the best explanation to your problems. > > I have an additional comment. If you want to be able to use > all five nodes in the same job, it might be clever to > add the following line to your Torque (qmgr) configuration > > set queue batch resources_max.nodect = 10 > > This number should be the maximum number of processors allowed > in your jobs, in your case twice the number of nodes, > because Torque has a strange way of sometimes counting > processors as nodes. > > -- Lennart Karlsson <[EMAIL PROTECTED]> > National Supercomputer Centre in Linkoping, Sweden > http://www.nsc.liu.se > > > > _______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
