library: libProof #include "TProofCondor.h" |
TProofCondor
class description - source file - inheritance tree (.pdf)
protected:
TString GetJobAd()
virtual Bool_t StartSlaves(Bool_t parallel, Bool_t)
public:
TProofCondor(const char* masterurl, const char* conffile = "kPROOF_ConfFile", const char* confdir = "kPROOF_ConfDir", Int_t loglevel = 0)
virtual ~TProofCondor()
static TClass* Class()
virtual TClass* IsA() const
virtual void SetActive()
virtual void SetActive(Bool_t active)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TCondor* fCondor proxy for our Condor pool
TTimer* fTimer timer for delayed Condor COD suspend
TProof
This class controls a Parallel ROOT Facility, PROOF, cluster.
It fires the slave servers, it keeps track of how many slaves are
running, it keeps track of the slaves running status, it broadcasts
messages to all slaves, it collects results, etc.
TProofCondor(const char *masterurl, const char *conffile,
const char *confdir, Int_t loglevel)
: fCondor(0), fTimer(0)
Start proof using condor
~TProofCondor()
Clean up Condor PROOF environment.
Bool_t StartSlaves(Bool_t parallel, Bool_t)
non static config
void SetActive(Bool_t active)
Suspend or resume PROOF via Condor.
TString GetJobAd()
Inline Functions
void SetActive(Bool_t active)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Author: Fons Rademakers 13/02/97
Last update: root/proof:$Name: $:$Id: TProofCondor.cxx,v 1.6 2005/12/10 16:51:57 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.