Solution to issue cannot be found in the documentation.
[X] I checked the documentation.
Issue
There could be a potential inconsistency between the latest version of PYTHIA (8310), which is installed automatically when installing ROOT, and evtgen (2.2.0) . I installed the evtgen packages using the following command:
conda install -c conda-forge evtgen
It installed evtgen2.2.0. When compiling the a user code, the following error comes up:
I then installed pythia8309 manually instead and the errors are gone, and the code compiled. However, there are the following memory issue when running the code:
corrupted size vs. prev_size
This error is from calling "evtgen = new EvtGenDecays(...)".
Is there a way to just install ROOT without install pythia8?
Note that the conda list is too long to submit the ticket. I posted a fraction of them. If necessary, I can send the entire list in different ways.
Solution to issue cannot be found in the documentation.
Issue
There could be a potential inconsistency between the latest version of PYTHIA (8310), which is installed automatically when installing ROOT, and evtgen (2.2.0) . I installed the evtgen packages using the following command:
It installed evtgen2.2.0. When compiling the a user code, the following error comes up:
I then installed pythia8309 manually instead and the errors are gone, and the code compiled. However, there are the following memory issue when running the code:
This error is from calling "evtgen = new EvtGenDecays(...)".
Is there a way to just install ROOT without install pythia8?
Note that the conda list is too long to submit the ticket. I posted a fraction of them. If necessary, I can send the entire list in different ways.
Thanks
Installed packages
Environment info