Page 1 of 1

CosmoMC: error in utils.F90

Posted: March 28 2008
by Ruth Lazkoz
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

Re: error in utils.F90

Posted: March 28 2008
by Antony Lewis
Did you check the note in the Makefile?

Code: Select all

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