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.
The installed SPheno is version not compatibel with this module...
Re: The installed SPheno is version not compatibel with this module...
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
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
Re: The installed SPheno is version not compatibel with this module...
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.
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.
Re: The installed SPheno is version not compatibel with this module...
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
Florian
Re: The installed SPheno is version not compatibel with this module...
Thank you, that was it.