Page 1 of 1

Problem with SARAH 4.13.0/SPheno

Posted: 19. Jun 2018, 11:18
by Martin
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

Re: Problem with SARAH 4.13.0/SPheno

Posted: 21. Jun 2018, 22:42
by FStaub
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

Re: Problem with SARAH 4.13.0/SPheno

Posted: 22. Jun 2018, 04:16
by Martin
Awesome! Now it works. Thanks a lot!