HTCondor Project List Archives



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

Re: [Condor-devel] Question on Grid Manager and GAHP



Stephen McGough wrote:
Dear All,

Apologies if this question has been answered somewhere else - if so could some kind person point me in the right direction.

I'm evaluating the process of adding a new GAHP (or potentially replacing GAHP) in order to submit jobs through a JSDL / BES submission process from within Condor.

From what I understand GAHP has a client side written into the Grid Manager which communicates with the GAHP server. I've been looking at the Condor source code (V 7.0.3) though at present I'm a little lost as to where in the code it selects which of the GAHP client instances to use (GT2, GT4, UNICORE, INFN etc..).

If someone could point me to the appropriate files that would be greatly appreciated,

steve..

Take a look at src/condor_gridmanager/gridmanager.C::Init()

Then ...::doContactSchedd() looking for the variable jobTypes

Best,


matt