On 15 May 2012 13:05, Arturo <[email protected]> wrote: > Hi, > > I have a very strange behaviour when I try to use a parallel environment > with hard_queue_list option. > > In my script I have a parallel configuration: > > #$ -pe openmpi 4 > > and if submit the script in the following way it works and runs in node > test@node045 > > qsub script.sh > > But If I submit the script using the hard_queue_list it doesn't run: > > qsub -q test script.sh > > With this error: > > cannot run in PE "openmpi" because it only offers 2 slots > > Obviously, the node is always empty. What may be wrong? It's hard to diagnose what's going on without knowing more about your configuration. Are you certain the entire job is running in the queue instance test@node045 when you submit without a queue list? One possibility is that queue test@node045 has only two slots. The master slot of the job plus one slave runs in test@node045 while the remaining slots run elsewhere.
When the job is running what output do you get from qstat -g t? William _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
