> Am 22.01.2020 um 14:31 schrieb WALLIS Michael <mike.wal...@ed.ac.uk>:
> 
> Hi folks,
>  
> I'm trying to work out why jobs on our UGE instance is reporting that all of 
> the slots in a PE, which is considerably higher than the number of slots 
> available, are being used. Is there a way of finding out which PE is being 
> used by jobs that isn't qstatting each job and grepping for the PE?

Hi,

There is the command:

$ qstat -r -s r | grep -i granted
       Granted PE:       smp 8
       Granted PE:       smp 8
       Granted PE:       smp 4
       Granted PE:       smp 8
       Granted PE:       smp 8
       Granted PE:       smp 8

With `qstat -j "*" | grep "parallel environment:"` there is the problem, that 
it can't be limited to running jobs only.


> (for the record, if the number of used_slots is higher than the number of 
> slots, no jobs using that PE will run. Don't know how that's even possible.)

You mean the setting of "slots" in the definition of a particular PE?

-- Reuti


>  Cheers,
>  
> Mike
>  
> -- 
> Mike Wallis x503305
> University of Edinburgh, Research Services,
> Argyle House, 3 Lady Lawson Street,
> Edinburgh, EH3 9DR
>  
> The University of Edinburgh is a charitable body, registered in Scotland, 
> with registration number SC005336. 
> _______________________________________________
> users mailing list
> users@gridengine.org
> https://gridengine.org/mailman/listinfo/users


_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to