Problem compiling cosmomc in Cray XC40 machine

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Nilanjandev Bhaumik
Posts: 2
Joined: April 23 2021
Affiliation: IISc Bangalore

Problem compiling cosmomc in Cray XC40 machine

Post by Nilanjandev Bhaumik » June 24 2021

Hi,

I am trying to run cosmomc with planck18 data in a Cray XC40 machine . I have compliled plc code, sourced it in .cshrc and linked its location in ./data/clik_14.0, without any error.Then I am trying to compile the make file in source folder. I have changed the name of the fortran compliler in makefiles according to the cray requirement. The first part of the compilation is going without any error, but near the end it gives an error :

ld: cannot find -lclik_f90
make: *** [Makefile:299: cosmomc] Error 1

The full compilation log:

Code: Select all

CosmoMC/source% make
mkdir -p Release
cd ../camb/fortran && \
make --file=Makefile_main libcamb OUTPUT_DIR=Release \
    FORUTILSPATH=/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils
make[1]: Entering directory '/mnt/lustre/phy3/phynilan/CM_/CosmoMC/camb/fortran'
make -C Release --no-print-directory -f../Makefile FORUTILS_SRC_DIR=.. libforutils.a
ftn -fpp -W0 -WB -qopenmp -fpic -gen-dep=.d -fast -o MiscUtils.o -c ../MiscUtils.f90
ftn -fpp -W0 -WB -qopenmp -fpic -gen-dep=.d -fast -o MpiUtils.o -c ../MpiUtils.f90
ftn -fpp -W0 -WB -qopenmp -fpic -gen-dep=.d -fast -o StringUtils.o -c ../StringUtils.f90
ftn -fpp -W0 -WB -qopenmp -fpic -gen-dep=.d -fast -o ArrayUtils.o -c ../ArrayUtils.f90
ftn -fpp -W0 -WB -qopenmp -fpic -gen-dep=.d -fast -o FileUtils.o -c ../FileUtils.f90
ftn -fpp -W0 -WB -qopenmp -fpic -gen-dep=.d -fast -o IniObjects.o -c ../IniObjects.f90
ftn -fpp -W0 -WB -qopenmp -fpic -gen-dep=.d -fast -o RandUtils.o -c ../RandUtils.f90
ftn -fpp -W0 -WB -qopenmp -fpic -gen-dep=.d -fast -o ObjectLists.o -c ../ObjectLists.f90
ftn -fpp -W0 -WB -qopenmp -fpic -gen-dep=.d -fast -o MatrixUtils.o -c ../MatrixUtils.f90
ftn -fpp -W0 -WB -qopenmp -fpic -gen-dep=.d -fast -o RangeUtils.o -c ../RangeUtils.f90
ftn -fpp -W0 -WB -qopenmp -fpic -gen-dep=.d -fast -o Interpolation.o -c ../Interpolation.f90
xiar -r libforutils.a MiscUtils.o MpiUtils.o StringUtils.o ArrayUtils.o FileUtils.o IniObjects.o RandUtils.o ObjectLists.o MatrixUtils.o RangeUtils.o Interpolation.o
xiar: executing 'ar'
ar: creating libforutils.a
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../constants.f90 -o constants.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../config.f90 -o config.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../classes.f90 -o classes.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../MathUtils.f90 -o MathUtils.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../subroutines.f90 -o subroutines.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../DarkAge21cm.f90 -o DarkAge21cm.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../DarkEnergyInterface.f90 -o DarkEnergyInterface.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../SourceWindows.f90 -o SourceWindows.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../massive_neutrinos.f90 -o massive_neutrinos.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../model.f90 -o model.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../results.f90 -o results.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../bessels.f90 -o bessels.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../recfast.f90 -o recfast.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../DarkEnergyFluid.f90 -o DarkEnergyFluid.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../DarkEnergyPPF.f90 -o DarkEnergyPPF.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../PowellMinimize.f90 -o PowellMinimize.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../DarkEnergyQuintessence.f90 -o DarkEnergyQuintessence.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../equations.f90 -o equations.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../reionization.f90 -o reionization.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../InitialPower.f90 -o InitialPower.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../halofit.f90 -o halofit.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../SecondOrderPK.f90 -o SecondOrderPK.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../lensing.f90 -o lensing.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../SeparableBispectrum.f90 -o SeparableBispectrum.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../cmbmain.f90 -o cmbmain.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../camb.f90 -o camb.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I"/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/" -c ../camb_python.f90 -o camb_python.o
ar -r libcamb.a constants.o config.o classes.o MathUtils.o subroutines.o DarkAge21cm.o DarkEnergyInterface.o SourceWindows.o massive_neutrinos.o model.o results.o bessels.o recfast.o DarkEnergyFluid.o DarkEnergyPPF.o PowellMinimize.o DarkEnergyQuintessence.o equations.o reionization.o InitialPower.o halofit.o SecondOrderPK.o lensing.o SeparableBispectrum.o cmbmain.o camb.o camb_python.o
ar: creating libcamb.a
make[1]: Leaving directory '/mnt/lustre/phy3/phynilan/CM_/CosmoMC/camb/fortran'
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c ObjectParamNames.f90 -o Release/ObjectParamNames.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c settings.f90 -o Release/settings.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c samples.f90 -o Release/samples.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c IO.f90 -o Release/IO.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c GeneralTypes.f90 -o Release/GeneralTypes.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c likelihood.f90 -o Release/likelihood.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c BaseParameters.f90 -o Release/BaseParameters.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c propose.f90 -o Release/propose.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c ParamSet.f90 -o Release/ParamSet.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c PowellConstrainedMinimize.f90 -o Release/PowellConstrainedMinimize.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c CosmologyTypes.f90 -o Release/CosmologyTypes.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c CosmoTheory.f90 -o Release/CosmoTheory.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c Calculator_Cosmology.f90 -o Release/Calculator_Cosmology.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c Likelihood_Cosmology.f90 -o Release/Likelihood_Cosmology.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c CMBlikes.f90 -o Release/CMBlikes.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c CMB_BK_Planck.f90 -o Release/CMB_BK_Planck.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c cliklike.f90 -o Release/cliklike.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c mpk.f90 -o Release/mpk.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c wigglez.f90 -o Release/wigglez.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c bao.f90 -o Release/bao.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c supernovae_Union2.f90 -o Release/supernovae_Union2.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c supernovae_SNLS.f90 -o Release/supernovae_SNLS.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c supernovae_JLA.f90 -o Release/supernovae_JLA.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c szcounts.f90 -o Release/szcounts.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c supernovae.f90 -o Release/supernovae.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c HST.f90 -o Release/HST.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c CMB.f90 -o Release/CMB.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c bbn.f90 -o Release/bbn.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c ElementAbundances.f90 -o Release/ElementAbundances.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c wl.f90 -o Release/wl.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c DataLikelihoods.f90 -o Release/DataLikelihoods.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c calclike.f90 -o Release/calclike.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c ImportanceSampling.f90 -o Release/ImportanceSampling.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c MCMC.f90 -o Release/MCMC.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c minimize.f90 -o Release/minimize.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c SampleCollector.f90 -o Release/SampleCollector.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c GeneralSetup.f90 -o Release/GeneralSetup.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c CalcLike_Cosmology.f90 -o Release/CalcLike_Cosmology.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c Calculator_CAMB.f90 -o Release/Calculator_CAMB.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c CosmologyParameterizations.f90 -o Release/CosmologyParameterizations.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c CosmologyConfig.f90 -o Release/CosmologyConfig.o
ftn -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/ -c driver.F90 -o Release/driver.o
ftn -o ../cosmomc Release/ObjectParamNames.o Release/settings.o Release/samples.o Release/IO.o Release/likelihood.o Release/GeneralTypes.o Release/BaseParameters.o Release/propose.o Release/ParamSet.o Release/PowellConstrainedMinimize.o Release/ImportanceSampling.o Release/MCMC.o Release/minimize.o Release/SampleCollector.o Release/GeneralSetup.o Release/CosmologyTypes.o Release/CosmoTheory.o Release/bbn.o Release/Calculator_Cosmology.o Release/CalcLike_Cosmology.o Release/Likelihood_Cosmology.o Release/Calculator_CAMB.o Release/CMB_BK_Planck.o Release/cliklike.o Release/mpk.o Release/wigglez.o Release/bao.o Release/supernovae_Union2.o Release/supernovae_SNLS.o Release/supernovae_JLA.o Release/szcounts.o Release/supernovae.o Release/HST.o  Release/CMB.o Release/CMBlikes.o Release/ElementAbundances.o Release/wl.o Release/CosmologyParameterizations.o Release/DataLikelihoods.o Release/calclike.o Release/CosmologyConfig.o Release/driver.o -L../camb/fortran/Release -lcamb -L/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release -lforutils   -L/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/lib -lclik_f90 -mkl -O3 -no-prec-div -fpp -qopenmp  -DCLIK -I../camb/fortran/Release -I/mnt/lustre/phy3/phynilan/CM_/CosmoMC/source/../camb/forutils/Release/ -I/mnt/lustre/phy3/phynilan/CM_/pl18/code/plc_3.0/plc-3.01/include -module Release -IRelease/
ld: cannot find -lclik_f90
make: *** [Makefile:299: cosmomc] Error 1
I am not very sure what I am missing. .Thanks advance.

Regards

Nilanjan

Post Reply