symbol lookup error from ./Pythia8.exe
Hello experts,
I am running mg@NLO v2.7.3 with matching and FXFX jet merging (ickkw =3 ), showering with pythia8
Everything running okay until this stage :
INFO: MadSpin Done
INFO: Preparing MCatNLO run
INFO: Using LHAPDF v6.3.0 interface for PDFs
INFO: Compiling MCatNLO for PYTHIA8...
INFO: ... done
INFO: Showering events...
INFO: (Running in /nfs/user/
INFO: Idle: 1, Running: 0, Completed: 0 [ current time: 20h44 ]
mv: cannot stat ‘Pythia8.hep’: No such file or directory
gzip: events.hepmc: No such file or directory
INFO: Idle: 0, Running: 0, Completed: 1 [ 1.6s ]
INFO: Idle: 0, Running: 0, Completed: 0 [ current time: 20h44 ]
Command "launch auto --name run_tanbeta_1p5 -m" interrupted with error:
IOError : [Errno 2] No such file or directory: '/nfs/user/
Please report this bug on https:/
More information is found in '/nfs/user/
Please attach this file to your report.
INFO: gzipping output file: events.lhe
INFO:
closer look to the log file :
IOError: [Errno 2] No such file or directory: '/nfs/user/
Related File: /nfs/user/
and the mcatnlo_run.log in RUN_PYTHIA8_6 giving me this error :
./Pythia8.exe: symbol lookup error: /nfs/user/
Any idea ??
Many thanks in advance ,
Khawla
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Khawla Jaffel
- Solved:
- 2021-01-20
- Last query:
- 2021-01-20
- Last reply:
- 2021-01-19
Hi,
It seems an issue of some dynamical library linking of pythia8 which are not correctly setup.
Did you change your version of gcc or something similar during/after some of the compilation?
Cheers,
Olivier
PS: Since this is a C++ issue and that language is not our expertise... might be better to ask your local IT expert.
> On 19 Jan 2021, at 21:05, Khawla Jaffel <email address hidden> wrote:
>
> New question #695097 on MadGraph5_aMC@NLO:
> https:/
>
> Hello experts,
>
>
> I am running mg@NLO v2.7.3 with matching and FXFX jet merging (ickkw =3 ), showering with pythia8
>
> Everything running okay until this stage :
>
> INFO: MadSpin Done
> INFO: Preparing MCatNLO run
> INFO: Using LHAPDF v6.3.0 interface for PDFs
> INFO: Compiling MCatNLO for PYTHIA8...
> INFO: ... done
> INFO: Showering events...
> INFO: (Running in /nfs/user/
> INFO: Idle: 1, Running: 0, Completed: 0 [ current time: 20h44 ]
> mv: cannot stat ‘Pythia8.hep’: No such file or directory
> gzip: events.hepmc: No such file or directory
> INFO: Idle: 0, Running: 0, Completed: 1 [ 1.6s ]
> INFO: Idle: 0, Running: 0, Completed: 0 [ current time: 20h44 ]
> Command "launch auto --name run_tanbeta_1p5 -m" interrupted with error:
> IOError : [Errno 2] No such file or directory: '/nfs/user/
> Please report this bug on https:/
> More information is found in '/nfs/user/
> Please attach this file to your report.
> INFO: gzipping output file: events.lhe
> INFO:
>
>
> closer look to the log file :
>
> IOError: [Errno 2] No such file or directory: '/nfs/user/
> Related File: /nfs/user/
>
> and the mcatnlo_run.log in RUN_PYTHIA8_6 giving me this error :
>
> ./Pythia8.exe: symbol lookup error: /nfs/user/
>
> Any idea ??
> Many thanks in advance ,
> Khawla
>
>
>
>
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.
Khawla Jaffel (kjaffel) said : | #2 |
Hi,
Indeed, what happened is that i changed the lhapdf after installing pythia8 with an old version !
ldd /HEPTools/
show me which version of lhapdf pythia8 actually calling.
i reinstall pythia8 again with the new version and that solve my problem.
Thanks Olivier,