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

Re: [Condor-users] condor and torque software in the same cluster.



On 10/31/2011 4:55 AM, D.Yilmaz wrote:
> I will apriciate all your replies and recommendations..

There seem to be two popular ways to do this, both of which give
Torque/PBS priority.

1. When PBS starts up, turn condor off with "condor_off". This will
leave the Master still running, so the node won't accept new Condor
jobs, but can be quickly turned back on when the PBS job is done. This
is clean and easy.

2. Decide upon a load average that will put the node in to the Owner
state, meaning that the CPU is busy with other non-Condor work (i.e. PBS
jobs).

-Mick