undefined reference to `gtoparameters215_' problem

Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
Post Reply
sara
Posts: 5
Joined: 11. Feb 2018, 12:15

undefined reference to `gtoparameters215_' problem

Post by sara » 11. Feb 2018, 12:40

Hello Florian
i'm sorry for my question it may seems a trivial one , when i use make Model=MSSM in SPheno i always get this problem can you please help me ??

Code: Select all

/home/sellam/.Mathematica/Applications/SPheno/MSSM/TadpoleEquations_MSSM.f90:232: undefined reference to `gtoparameters215_'
../lib/libSPhenoMSSM.a(TadpoleEquations_MSSM.o): In function `__tadpoles_mssm_MOD_solvetadpoleequationsvevs':
/home/sellam/.Mathematica/Applications/SPheno/MSSM/TadpoleEquations_MSSM.f90:208: undefined reference to `parameterstog215_'
../lib/libSPhenoMSSM.a(TadpoleEquations_MSSM.o): In function `__tadpoles_mssm_MOD_functad_vevssm_mssm':
/home/sellam/.Mathematica/Applications/SPheno/MSSM/TadpoleEquations_MSSM.f90:175: undefined reference to `gtoparameters215_'
../lib/libSPhenoMSSM.a(TadpoleEquations_MSSM.o): In function `__tadpoles_mssm_MOD_solvetadpoleequationsvevssm':
/home/sellam/.Mathematica/Applications/SPheno/MSSM/TadpoleEquations_MSSM.f90:151: undefined reference to `parameterstog215_'
collect2: error: ld returned 1 exit status
make[1]: *** [bin/SPhenoMSSM] Error 1
make[1]: Leaving directory `/home/sellam/.Mathematica/Applications/SPheno/MSSM'
make: *** [bin/SPheno] Error 2
what i must do ??

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: undefined reference to `gtoparameters215_' problem

Post by FStaub » 11. Feb 2018, 16:18

Hi,

yes, sorry. That was I problem on my side and version 4.12.3 wasn't tested in all detail before the release because I was on parental leave. You need to add this line to the beginning of TadpoleEquations_MSSM.f90:

Code: Select all

Module Tadpoles_MSSM 
 
Use RGEs_MSSM 
...
Best,
Florian

sara
Posts: 5
Joined: 11. Feb 2018, 12:15

Re: undefined reference to `gtoparameters215_' problem

Post by sara » 11. Feb 2018, 17:49

thank you it worked :)

Post Reply