Opened 6 years ago
Last modified 6 years ago
#1356 new Bug
Fail to create LHCO events from DELPHES in Madgraph, using macOS 10.14
Reported by: | shenty1991 | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | root, mg5 | Cc: |
Description
Hello,
I am now trying to run Delphes with madgraph_2.3.3, but it always comes out with an error in terminal:
Fail to create LHCO events from DELPHES
with the delphes_log file:
dyld: Library not loaded: @rpath/libCore.so
Referenced from: /Users/shenty1991/Dropbox/MG5_aMC_v2_3_3/Delphes/DelphesSTDHEP
Reason: image not found
../bin/internal/run_delphes3: line 29: 72674 Abort trap: 6 $delphesdir/DelphesSTDHEP ../Cards/delphes_card.dat delphes.root pythia_events.hep
dyld: Library not loaded: @rpath/libCore.so
Referenced from: /Users/shenty1991/Dropbox/MG5_aMC_v2_3_3/Delphes/root2lhco
Reason: image not found
../bin/internal/run_delphes3: line 30: 72675 Abort trap: 6 $delphesdir/root2lhco delphes.root delphes_events.lhco
I am using root 6.14, I think it is correctly installed, since I can open root successfully in my terminal.
Any one could help me to tackle this issue? Thank you really very much!
Simon Shen
Attachments (1)
Change History (5)
by , 6 years ago
Attachment: | tag_1_delphes.log added |
---|
comment:1 by , 6 years ago
Summary: | Fail to create LHCO events from DELPHES in Madgraph → Fail to create LHCO events from DELPHES in Madgraph, using macOS 10.14 |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Hi,
Thank you for your help, I already tried this, and I still get error when I try to run ./DelphesSTDHEP
I got:
dyld: Library not loaded: @rpath/libCore.so
Referenced from: /Users/shenty1991/Documents/Delphes-3.4.1/./DelphesSTDHEP
Reason: image not found
Do you know how to solve this issue?
Thank you so much!
comment:4 by , 6 years ago
I asked a colleague to test Delphes on his computer with MacOS 10.14.2 and clang 10. To install ROOT, we used root_v6.14.06.macosx64-10.14-clang100.dmg downloaded from https://root.cern.ch/content/release-61406. We could build Delphes and it worked without any problem.
Unfortunately, I don't have any MacOSX computer to reproduce this problem. It could be that something is wrong with the run_delphes3 script that you're using.
Could you try to build and run Delphes without using the MadGraph scripts?
Here are the commands: