Dear ROOTers,
I was going through PROOF tutorial on Mac OS X (10.6.8). My root version is v5-28-00e
http://root.cern.ch/drupal/sites/default/files/Tutorial-Proof-1d.pdf
which went okay till page 30. The I started running into problems (I had the same problems on lxplus.cern.ch):
problem 1:
root [0] TProof *p = TProof::Open("localhost")
Starting master: opening connection ...
Starting master: OK
Opening connections to workers: OK (4 workers)
Setting up worker servers: OK (4 workers)
PROOF set to parallel mode (4 workers)
root [1] TFileCollection *h1fc = new TFileCollection("","");
root [2] h1fc->Add("http://root.cern.ch/files/h1/dstarmb.root");
Error in <TFileCollection::Add>: directory http://root.cern.ch/files/h1
cannot be opened
problem 2:
I don't seem to have macro CreateFileCollection.C in $ROOTSYS and the subdirectories.
problem 3:
root [0] TProof *p = TProof::Open("localhost")
Starting master: opening connection ...
Starting master: OK
Opening connections to workers: OK (4 workers)
Setting up worker servers: OK (4 workers)
PROOF set to parallel mode (4 workers)
root [1] p->ClearPackages()
(Int_t)0
root [2] p->UploadPackage("event.par")
(Int_t)0
root [3] p->EnablePackage("event")
.... ... long error message ....
problem 4:
Could not find loadPackage.C or LoadPackage.C anywhere in $ROOTSYS
problem 5:
and no ../par/pythia8.par
I think I am badly messed up. Help needed.
Thanks,
Aamer
Received on Fri Jul 15 2011 - 20:43:27 CEST
This archive was generated by hypermail 2.2.0 : Sat Jul 16 2011 - 11:50:02 CEST