Hello,
I am opening this new thread since the last one url[/url] is not longer coherent with the thread title.
After recompiling and reinstalling PROOF, It looks like know it is working more or less, however, there are some errors. I attach the proofsimple1.txt for the next code:
Code: Select all
$ root -b
root [] TProof *p = TProof::Open(“tditaller025.pic.es”)
…
root [] p->SetLogLevel(2)
root [] p->Exec(".!ls -lt …")
root [] p->Load("/tmp/tutorials/proof/ProofSimple.C++")
…
root [] p->Exec(“ProofSimple”, 1000000)
…
root [] TProofLog pl = TProof::Mgr(“tditaller025.pic.es”)->GetSessionLogs()
…
root [] pl->Save("", “proofsimple1.txt”)
It looks that there is no problem now with files which are not found. I can’t believe that the “–etcdir=$ROOTSYS/etc” is needed to have a proper installation.
The error I am obtaining right now is:
Code: Select all
Error: Symbol ProofSimple is not defined in current scope (tmpfile):1:
*** Interpreter error recovered ***
Is this normal?
Thanks so much!
Cheers
Carlos
proofsimple1.txt (284 KB)