GENIE-MC / Generator

The popular GENIE Generator product is used by nearly all accelerator neutrino experiments and it plays a key role in the exploitation of neutrino data. The Generator implements a modern software framework and it includes state-of-the-art physics modules. It captures the latest results of the GENIE global analysis of neutrino scattering data and includes several tunes that were produced using the proprietary Comparisons and Tuning products. The GENIE physics model is universal and comprehensive: It handles all neutrinos and targets, and all processes relevant from MeV to PeV energy scales. The Generator includes several tools (flux drivers, detector geometry navigators, specialized event generation apps, event reweighting engines) to simulate complex experimental setups in full detail and to support generator-related analysis tasks.
http://www.genie-mc.org
48 stars 93 forks source link

Error in <GSLError>: Error 4 in $ROOTSYS/GSL-src/monte/vegas.c at 128 : xu must be greater than xl #384

Open WentaiLuo opened 9 months ago

WentaiLuo commented 9 months ago

When I use gmkspl in generating the reaction cross section for neutrinos and nuclides, I get a GSL error as follows:

Error in : Error 4 in $ROOTSYS/GSL-src/monte/vegas.c at 128 : xu must be greater than xl

But this error doesn't terminate the gmkspl, is this reasonable?

Thanks!

WentaiLuo commented 9 months ago

Root version is 6.30.04, genie is the latest one.

JaydipSingh commented 8 months ago

I also found an issue with the latest root version (6.31/01):

Building GENIE framework... cd /Users/jdsingh/GENIE/src/Generator-R-3_02_00/src/Framework && \ cd Algorithm && make && cd .. && \ cd EventGen && make && cd .. && \ cd GHEP && make && cd .. && \ cd Interaction && make && cd .. && \ cd Messenger && make && cd .. && \ cd Ntuple && make && cd .. && \ cd Numerical && make && cd .. && \ cd ParticleData && make && cd .. && \ cd Registry && make && cd .. && \ cd Utils && make && \ cd /Users/jdsingh/GENIE/src/Generator-R-3_02_00 make[1]: ** No rule to make target AlgConfigPool.', needed by_ROOT_DICT_FwAlg.cc'. Stop. make: [framework] Error 2