Page 1 of 1

error while compiling CosmoMC

Posted: March 09 2016
by Abir Sarkar
Hello,

I am trying to install CosmoMC on my Linux 14.04 OS. This software needs Intel Fortran Compiler to be installed and I have the 16.0.1 20151021 version installed. Now, while compiling the software installed I am getting the following error:

cliklike.f90(18): error #8383: The dummy arguments of an overriding and overridden binding that correspond by position must have the same characteristics, except for the type of the passed object dummy arguments. [LOGLIKE]
procedure :: LogLike => clik_LnLike
-----------------^
cliklike.f90(26): error #8383: The dummy arguments of an overriding and overridden binding that correspond by position must have the same characteristics, except for the type of the passed object dummy arguments. [LOGLIKE]
procedure :: LogLike => clik_lensing_LnLike
-----------------^
compilation aborted for cliklike.f90 (code 1)


A solution out of this problem will be highly appreciated.

Re: error while compiling CosmoMC

Posted: March 09 2016
by Antony Lewis
I can't reproduce this with the same compiler version. Check you have the latest cosmomc source, and have run "Make clean" before building.