Pythia error in run_mode = 0

Asked by Manu

Dear experts,

I am trying to run MadGraph (v3.5.1) in single machine mode, run_mode = 0, and shower the events with Pythia8.
The run does not crash but it becomes stuck on the showering. The Events/run_01/tag_1_pythia8.log file contains the error message pasted below.
I'd be thankful for any advice for how to fix this.

Best,
Manuel

## MadGraph commands:

set run_mode 0
generate p p > t t~
output mgevents
launch
shower=Pythia8

## Pythia log file:

PYTHIA Error: input string not found in settings databases::
    unset PYTHIA8DATA

 PYTHIA Error: input string not found in settings databases::
    unset PYTHIA8DATA
 PYTHIA Abort from Pythia::init: some user settings did not make sense
Counting events in input LHEF, please wait.
Found 100 events in input LHEF.

Start generating events

 PYTHIA Error: input string not found in settings databases::
    unset PYTHIA8DATA
 PYTHIA Abort from Pythia::next: not properly initialized so cannot generate events

Question information

Language:
English Edit question
Status:
Answered
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi,

I'm not a pythia8 expert, but this likely indicate that pythia is not able to find some xml metadata directory or something like that.
So the question is do you have an environment variable
"PYTHIA8DATA"? If you do you can try to
1) unset it and recheck
2) change it to something like
"export PYTHIA8DATA=${PYTHIA8}/share/Pythia8/xmldoc"
where ${PYTHIA8} correspond to the pythia8 version that you want MG5aMC to use (obviously check that such path does exitsts)

if it does not exists, then you can try to setup it.

Cheers,

Olivier

Revision history for this message
Manu (manuphysics) said :
#2

Hi Olivier,

thanks for your reply. The $PYTHIA8DATA did not exist. I set it up as you suggested but the same issue occurs. I have since checked that this problem exists on several independent machines.

Do you have any other suggestions for what to try or who to contact?

Best
Manuel

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#3

Then my only suggestion would be to contact the authors of pythia via their gitlab.

Cheers,

Olivier

Can you help with this problem?

Provide an answer of your own, or ask Manu for more information if necessary.

To post a message you must log in.