The installed SPheno is version not compatibel with this module...

Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
Post Reply
hreyes
Posts: 4
Joined: 2. Oct 2016, 00:22

The installed SPheno is version not compatibel with this module...

Post by hreyes » 23. Oct 2016, 17:36

Hello Florian,

I keep getting the same error message:

ERROR:
The installed SPheno is version not compatibel with this module
Please, upgrade at least to SPheno version 3.3.0.
The current SPheno version can be downloaded from
http://www.hepforge.org/downloads/spheno

and I already have SPheno 3.3.8, SARAH 4.9.1 and gfortran 5.3.0 installed in my Mac. Also I already made the modification recomended 'cVersion =minV' to the MakeFile.

What am I missing?

Greetings, Humberto.

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

Re: The installed SPheno is version not compatibel with this module...

Post by FStaub » 25. Oct 2016, 10:12

Hi,

that sounds strange.
Are you sure that you try to run make from the root-directory of SPheno, not from the model directory?

Cheers,
Florian

hreyes
Posts: 4
Joined: 2. Oct 2016, 00:22

Re: The installed SPheno is version not compatibel with this module...

Post by hreyes » 26. Oct 2016, 03:42

As I was having trouble, I tried both ways to see what happens. Your right, I sent you the wrong error notification. This is what I get when I try it from SPheno´s root directory:

cd src ; /Library/Developer/CommandLineTools/usr/bin/make F90=ifort version=330.00
ifort -c -O -module ../include -I../include -DGENERATIONMIXING -DONLYDOUBLE Control.F90
make[1]: ifort: No such file or directory
make[1]: *** [../lib/libSPheno.a(Control.o)] Error 1
make: *** [bin/SPheno] Error 2

wich is quite different, sorry for asking the wrong question. I get this message regardless of the model I choose.

Thank you,

Humberto.

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

Re: The installed SPheno is version not compatibel with this module...

Post by FStaub » 26. Oct 2016, 15:35

It seems that you have the ifort compiler not installed. Try to choose a compiler in the main Makefile which is on your system.

Florian

hreyes
Posts: 4
Joined: 2. Oct 2016, 00:22

Re: The installed SPheno is version not compatibel with this module...

Post by hreyes » 30. Oct 2016, 18:18

Thank you, that was it.

Post Reply