Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Dynamic slots v7.4
- Date: Wed, 13 Apr 2011 11:22:37 +0200
- From: Carsten Aulbert <carsten.aulbert@xxxxxxxxxx>
- Subject: Re: [Condor-users] Dynamic slots v7.4
Hi Ian
On Wednesday 13 April 2011 11:15:10 Ian Cottam wrote:
> I'm testing Dynamic Slots and so far things are going well.
> During these tests I'm using START=True, as I've read that you need a
> clever START expression to make things work smoothly. Any hints or
> suggestions as to what that should be?
I think you should only add
|| isUndefined ( Target.Owner )
at the end of your START expression, otherwise created slots won't be torn
down.
HTH
Carsten