Reuti <[email protected]> writes:

> Am 23.02.2012 um 01:36 schrieb Maes, Richard:
>
>> Reuti,
>> For the example below where you spec which PE to instantiate.
>>> $ qsub -pe ixia* 1 job.sh
>> 
>> Can this accept something other than wildcards?  Is there a way to make
>> it do REGEX?  Or ranges?  
>> For a case where I have Ixia1, Ixia2, and Ixia3, and lets says I want
>> one group of tests to use Ixia1 and Ixia2.  I have a second group of
>> tests I want to run on Ixia3,
>> I would be cool to do
>> Qsub -pe ixia[12] 1 job.sh  
>> Or even qsub -pe {ixia1,ixia2} 1 job.sh,

I'm not sure I understand the requirement here, but I've found that
wildcards aren't good enough
<https://arc.liv.ac.uk/trac/SGE/ticket/1386>.

> No, the pe_name can only contain an asterisk as wildcard (or more).

I'll fix the bug with ? and [] patterns being rejected when I get a
chance.
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to