Hung-Sheng,

If you are interested in the source, here's how it gets passed into
other internal qmaster code. In libs/sgeobj/sge_conf.c:

         if (!strncasecmp(s, "MAX_DYN_EC", sizeof("MAX_DYN_EC")-1)) {
            max_dynamic_event_clients = atoi(&s[sizeof("MAX_DYN_EC=")-1]);
            continue;
         }

And that sets the value of max_dynamic_event_clients, which is 99 by
default. As you probably know already, the scheduler itself consumes a
connection, and each qsub -sync consumes 1 connection.

I agree that 99 connections seem not enough, and upping it to 1000 or
even larger makes sense.

Rayson



On Tue, May 29, 2012 at 4:14 PM, Hung-Sheng Tsao Ph.D.
<[email protected]> wrote:
> it is interesting that in the Changelog.SGE
> there is reference to MAX_DYN_EC  but did nt see in the source
> regards
>
>
>
> On 5/29/2012 3:09 PM, Rayson Ho wrote:
>>
>> Hi Brad, thanks for pointing that out. We also plan to have that bug
>> fixed in GE 2011.11 update 1 as well.
>>
>> Rayson
>>
>>
>> On Tue, May 29, 2012 at 3:00 PM, Dobbie, Brad
>> <[email protected]>  wrote:
>>>
>>> This is a bug in SGE.  Our site hit it as well.  A work around is to
>>> define the MAX_DYN_EC parameter.
>>>
>>>
>>> http://stackoverflow.com/questions/4883056/sge-qsub-fails-to-submit-jobs-in-sync-mode
>>>
>>> Brad
>>>
>>> -----Original Message-----
>>> From: [email protected] [mailto:[email protected]]
>>> On Behalf Of Vic
>>> Sent: Tuesday, May 29, 2012 2:54 PM
>>> To: [email protected]
>>> Subject: [gridengine users] Help! I've broken my interactive queue
>>>
>>>
>>> Hi All.
>>>
>>> I've just tried to update my queue software, and part of it has gone
>>> horribly wrong.
>>>
>>> I can submit jobs to my batch queue, and they appear to work fine.
>>>
>>> Trying to submit to my interactive queue is another matter...
>>>
>>> If I try to submit using "qsub -now yes", I get the error:
>>>
>>> Unable to initialize environment because of error: range_list containes
>>> no
>>> elements Exiting
>>>
>>> Can anyone tell me what this means? I need to get this running quite
>>> urgently...
>>>
>>> Thanks!
>>>
>>> Vic.
>>>
>>>
>>>
>>> _______________________________________________
>>> users mailing list
>>> [email protected]
>>> https://gridengine.org/mailman/listinfo/users
>>>
>>>
>>> _______________________________________________
>>> users mailing list
>>> [email protected]
>>> https://gridengine.org/mailman/listinfo/users
>>
>> _______________________________________________
>> users mailing list
>> [email protected]
>> https://gridengine.org/mailman/listinfo/users
>
>
> --
>
>

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to