muellsen / pCMALib

Parallel FORTRAN code for CMA-ES
5 stars 1 forks source link

Compile Error #2

Open rschhina opened 4 years ago

rschhina commented 4 years ago

I am trying to compile the library (on a mac with ifort) and get the following error. Is there something obvious that I am doing wrong? Would really appreciate any help. Thanks

creating pp file 1__
fpp -P -C -D__DP  -I./libcma -I./include -I./libtestfcns -I./librng -I./energy_landscapes/LJ -I./bfgs -I./energy_landscapes/TIPnP -I./user ./libcma/cmaes_mod.f90 > ./objects/__cmaes_mod.f90
compiling ifort -I./libcma -I./include -I./libtestfcns -I./librng -I./energy_landscapes/LJ -I./bfgs -I./energy_landscapes/TIPnP -I./user  -c -o objects/cmaes_mod.o ./objects/__cmaes_mod.f90
ifort -I./libcma -I./include -I./libtestfcns -I./librng -I./energy_landscapes/LJ -I./bfgs -I./energy_landscapes/TIPnP -I./user  -c -g -o objects/cmaes_mod.o ./objects/__cmaes_mod.f90
./objects/__cmaes_mod.f90(22): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [TOOL_EIGENDECOMP_MOD]
        USE tool_eigendecomp_mod