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

Re: [Condor-users] Always accepts jobs



On 4/17/07, Mehdi Sheikhalishahi <mehdi.alishahi@xxxxxxxxx> wrote:
Hi,
  I want to configure Condor pool to accept always any job without any
constraints such as keyboard/mouse activity and your own works. I mean
without any condition accept new jobs.
How can I configure Condor to do this?

That's a nice easy one. Change your START config entry to be:

START = True

You may however wish to look at the other settings like SUSPEND and PREEMPT.

I suggets ahaving a good read of
http://pccl.hep.phy.cam.ac.uk/condor/condor-V6_8_2-Manual/3_6Startd_Policy.html#sec:Configuring-Policy
(you can skip smoe of the earlier sections but make sure to read the
parts about START onwards

Matt