Skip to content
Snippets Groups Projects
Commit cae793e8 authored by Rene Brun's avatar Rene Brun
Browse files

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
parent 5f69490f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment