-
- Downloads
From Gerri:
Writing the notes I realized that the attach functionality of gROOT->Proof(...) could be automatized, such that it attaches to the first session on the master, if any: gROOT->Proof("masterhost") // attach to first session, if any, or create one gROOT->Proof("masterhost/?N") // force creation of new session gROOT->Proof("masterhost/?2") // attach to session 2 In the standard case in which there is only a session this gives a very convenient way of reconnecting. I have fixed also a small problem with setting of fUser and fRemoteProtocol for the second slave on a node. git-svn-id: http://root.cern.ch/svn/root/trunk@13681 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- base/src/TROOT.cxx 24 additions, 14 deletionsbase/src/TROOT.cxx
- base/src/TVirtualProofMgr.cxx 12 additions, 3 deletionsbase/src/TVirtualProofMgr.cxx
- proofd/src/XrdProofConn.cxx 6 additions, 1 deletionproofd/src/XrdProofConn.cxx
- proofx/src/TXProofMgr.cxx 3 additions, 1 deletionproofx/src/TXProofMgr.cxx
- proofx/src/TXSocket.cxx 1 addition, 7 deletionsproofx/src/TXSocket.cxx
Loading
Please register or sign in to comment