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

[Condor-users] Queued jobs not running on the newly added node, until a new job is submitted



Hi all,

I want to build a on-demand cluster, where i can add nodes to the pool
whenever needed.

It seems to me that existing jobs in the queue shown in condor_q will
not be run on the newly added machine (i.e. by condor on <hostname>)
until a new job is submitted. (i.e. not until a new job is submitted
does any job will be run on the newly added node). It seems that it is
because of all jobs are rescheduled once a new job is added to the
queue.

Is there any way to let condor aware of the newly added machine and
run jobs on it even there is no newly submitted jobs?

Regards,
Alex