error while compiling CosmoMC

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Abir Sarkar
Posts: 16
Joined: July 07 2014
Affiliation: Raman Research Institute

error while compiling CosmoMC

Post by Abir Sarkar » March 09 2016

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.

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

Re: error while compiling CosmoMC

Post by Antony Lewis » March 09 2016

I can't reproduce this with the same compiler version. Check you have the latest cosmomc source, and have run "Make clean" before building.

Post Reply