[Mauiusers] 2 feasible tasks found for job 104:0 in partition
DEFAULT (10 Needed) inadequate feasible tasks found for job 104:0 in
partition DEFAULT (2 < 10)]
Lennart Karlsson
Lennart.Karlsson at nsc.liu.se
Thu May 24 02:22:02 MDT 2007
> -------------------
> 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 <Lennart.Karlsson at nsc.liu.se>
National Supercomputer Centre in Linkoping, Sweden
http://www.nsc.liu.se
More information about the mauiusers
mailing list