Fork me on GitHub

Opened 10 years ago

Closed 10 years ago

#359 closed How to (fixed)

Mismatch between Dephes and root version on OSX

Reported by: azzi Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Dear Delphes team,
I am trying to run analysis on a Delphes tree using Root.
Problem is that now I have this error message:

root [0] gSystem->Load("libDelphes");
Error in <TMacOSXSystem::Load>: version mismatch, /Users/patriziaazzi/MADGRAPH/MG5_aMC_v2_1_1/Delphes/./libDelphes.so = 53418, ROOT = 53423

I think this happens because I had to upgrade ROOT version (after the yosemite Upgrade). I thought that being the version higher it would be backward compatible. Is there a solution?
Thanks a lot,
Pat

Change History (2)

comment:1 by Pavel Demin, 10 years ago

Dear Patrizia,

I'd say that the easiest solution would be to delete and reinstall Delphes.

The following commands should do it:

cd MG5_aMC_v2_1_1

rm -rf Delphes

./bin/mg5

install Delphes

Regards,

Pavel

comment:2 by Pavel Demin, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.