Problem with SARAH 4.13.0/SPheno

Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
Post Reply
Martin
Posts: 15
Joined: 10. Feb 2017, 07:31

Problem with SARAH 4.13.0/SPheno

Post by Martin » 19. Jun 2018, 11:18

Dear Florian,

I was testing my models for the electrowek scale inverse seesaw with the new version of SARAH (it is on the model database https://sarah.hepforge.org/trac/wiki/in ... aw-SUSY-EW ). Now I have just created the output files as with SARAH 4.12.2 but suddenly the SPheno output does not compile anymore (gfortran 7.3.1 on openSUSE Linux). It gives this error messages:

Code: Select all

gfortran -c -g -ffree-line-length-none -J../include -I../include   SPhenoSUSY_EW_ISS.f90
SPhenoSUSY_EW_ISS.f90:166:18:

 If ((MatchingOrder.lt.-1).or.(MatchingOrder.gt.2)) Then
                  1
Error: Symbol ‘matchingorder’ at (1) has no IMPLICIT type
SPhenoSUSY_EW_ISS.f90:177:12:

 Select Case(MatchingOrder)
            1
Error: Argument of SELECT statement at (1) cannot be UNKNOWN
SPhenoSUSY_EW_ISS.f90:451:51:

 & DelMK,ratioDelMK,epsK,ratioepsK,GenerationMixing)
                                                   1
Error: Type mismatch in argument ‘generationmixing’ at (1); passed REAL(8) to LOGICAL(4)
I can of course resort to the previous SARAH version but I thought you might want to know.

Thanks

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

Re: Problem with SARAH 4.13.0/SPheno

Post by FStaub » 21. Jun 2018, 22:42

Hi,

that sounds a bit strange because the variable should be present. Can you try to run

Code: Select all

make cleanall
before compiling the model?

Cheers,
Florian

Martin
Posts: 15
Joined: 10. Feb 2017, 07:31

Re: Problem with SARAH 4.13.0/SPheno

Post by Martin » 22. Jun 2018, 04:16

Awesome! Now it works. Thanks a lot!

Post Reply