CosmoMC: error in utils.F90

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Ruth Lazkoz
Posts: 14
Joined: January 02 2006
Affiliation: University of the Basque Country

CosmoMC: error in utils.F90

Post by Ruth Lazkoz » March 28 2008

Hi,

When I type make in the directory cosmomc/CAMB I get
the following

gfortran -O2 -DGFORTRAN -ffree-line-length-none -c utils.F90
utils.F90:860.17:

Temp%p => Arr(I)%p
1
Error: El límite superior en la última dimensión debe aparecer en la referencia a la matriz de tamaño asumido 'arr' en (1).

(Transl. The upper limit in the last dimension must apper in the
reference to the assumed size matrix 'arr' in (1)

Then the error is repeated several times and finally a fatal error saying
lists.mod cannot be open for reading as it does not exist or can't be found.

Thanks,

Ruth

Antony Lewis
Posts: 1941
Joined: September 23 2004
Affiliation: University of Sussex
Contact:

Re: error in utils.F90

Post by Antony Lewis » March 28 2008

Did you check the note in the Makefile?

Code: Select all

#Gfortran compiler: if pre v4.3 add -D__GFORTRAN__
#F90C     = gfc
#FFLAGS =  -O2 

Post Reply