[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] restricting the number of jobs



how can I let the user control it?

WE have some users whose jobs are very I/O intensive. They want to run
only 10 at time.



On Sat, Oct 10, 2009 at 2:55 PM, dawnsong <dawnsong.tsinghua@xxxxxxxxx> wrote:
> set
> MAX_JOBS_RUNNING = 10
> in Condor global configuration file.
>
> 2009/10/10 Mag Gam <magawake@xxxxxxxxx>
>>
>> Is it possible to restrict the number of jobs to run?
>>
>> For example?
>>
>> I have something like this:
>>
>> Universe       = vanilla
>> Executable     = hello_world.sh
>>
>> input   = /dev/null
>> output  = hello.out
>> error   = hello.error
>>
>> Queue 5000
>>
>>
>> What is I want only 10 to run at a time?
>>
>> Is that possible to do?
>> _______________________________________________
>> Condor-users mailing list
>> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
>> subject: Unsubscribe
>> You can also unsubscribe by visiting
>> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>>
>> The archives can be found at:
>> https://lists.cs.wisc.edu/archive/condor-users/
>
>
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>
>