> Sorry to step in the discussion: `qstat -j ...` shows the requested one, the 
> granted one is in `qstat -r`.
>
> $ qsub -pe "*" 2 test.sh
>  Your job 44329 ("test.sh") has been submitted $ qstat -j 44329 ...
> parallel environment:  * range: 2
> ...

My jobs:

    qstat -j ...
       ...
       parallel environment: gepetools_1host range 2
       ...

That's the PE I created for that purposes.  So "qstat -j" shows the right info.


> $ qstat -r
> ...
>        Requested PE:     * 2
>        Granted PE:       make 2

    qstat -r
        ...
        Requested PE:       gepetools_1host 2
        Granted PE:            gepetools_1host 2

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

Reply via email to