Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] What is meant by a "Pool"?
- Date: Thu, 19 Jul 2012 01:02:51 -0500
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [Condor-users] What is meant by a "Pool"?
On 7/17/2012 6:49 AM, Sarnath K - ERS, HCLTech wrote:
All,
What exactly is "pool"?
A group of machines and their associated Central Manager?
Yep.
Can multiple central managers (having their own exclusive pools) talk to each other?
You can federate multiple Condor pools together via various mechanisms,
the most straight-forward is via "Flocking". This works not by having
the central managers talk to each other, but instead a given submit node
(more precisely, a condor_schedd process) is configured to talk to
additional central managers to find a machine. See
http://research.cs.wisc.edu/condor/manual/v7.8/5_2Connecting_Condor.html
regards,
Todd