----- Original Message -----
Sent: Friday, June 24, 2005 7:20 PM
Subject: Re: [Condor-users] negotiating
with schedds when a client has FW
Just to be clear - the two "clusters" here are different things.
NEGOTIATE_ALL_JOBS_IN_CLUSTER means for each job in a job cluster
(ie
someone did "queue 50" in their submit file to get a cluster of 50
jobs) the
schedd should send each job in that cluster to the matchmaker.
By default,
the schedd makes an optimzation in that it stops matchmaking
for a cluster
of jobs the first time one of the jobs are rejected with "No
Match Found".
Traditionally, the requirements expressions for each job in
a cluster
is the same, so if one is rejected they're all likely to be
rejected.
It has nothing to do with the number of computers in your
cluster.
-Erik