I am using the latest code CAMB 2017-Jan with latest OSX 10.12.3 and latest ifort 17.0.2,when I run make there comes
Kongs-MacBook-Pro:CAMB-Jan2017 jiangjie$ make mkdir -p Release ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c constants.f90 -o Release/constants.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c utils.F90 -o Release/utils.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c subroutines.f90 -o Release/subroutines.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c inifile.f90 -o Release/inifile.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c power_tilt.f90 -o Release/power_tilt.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c recfast.f90 -o Release/recfast.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c reionization.f90 -o Release/reionization.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c modules.f90 -o Release/modules.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c bessels.f90 -o Release/bessels.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c equations.f90 -o Release/equations.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c halofit_ppf.f90 -o Release/halofit_ppf.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c lensing.f90 -o Release/lensing.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c SeparableBispectrum.F90 -o Release/SeparableBispectrum.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c cmbmain.f90 -o Release/cmbmain.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ -c camb.f90 -o Release/camb.o ifort -fast -W0 -WB -fpp -qopenmp -module Release -IRelease/ Release/constants.o Release/utils.o Release/subroutines.o Release/inifile.o Release/power_tilt.o Release/recfast.o Release/reionization.o Release/modules.o Release/bessels.o Release/equations.o Release/halofit_ppf.o Release/lensing.o Release/SeparableBispectrum.o Release/cmbmain.o Release/camb.o inidriver.F90 -cxxlib -o camb mkdir -p Releaselib ifort -shared -fpic -fast -W0 -WB -fpp -qopenmp -module Releaselib -IReleaselib/ -c constants.f90 -o Releaselib/constants.oifort: command line error: '-fminshared' conflicts with '-fpic' make: *** [Releaselib/constants.o] Error 1
I know nothing about fortran and just want to run the code, can anybody help me fix the problem? Thanks very much.