-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi,
I am trying to compile ECG.
I have copied make.lib.inc-ecg and I have edited it.
Now when I do make, I got
mpicc -Wall -funroll-loops -std=c99 -fPIC -DAdd_ -DMKLACTIVATE -DUSE_MKL -DUSE_SOLVER_MKL_PARDISO -DSPARSE_SOLVER=0 -DSCHUR_COMPLEMENT_SOLVER=0 -o preconditioners/block_jacobi.o -c preconditioners/block_jacobi.c -I./ -I../ -I../include -I../utils/cplm_core -I../../utils/cplm_core -I../utils/cplm_light -I../../utils/cplm_light -I../utils/cplm_v0 -I../../utils/cplm_v0 -I../utils -I../src/preconditioners -I../src/solvers -I/home/yardras/Installs/metis-5.1.0/gcc-7.3.0/include -I/opt/intel/parallel_studio_xe_2019.1.053/compilers_and_libraries_2019/linux/mkl/include -O3 -march=native -mtune=native
In file included from preconditioners/block_jacobi.c:12:0:
preconditioners/block_jacobi.h:25:10: fatal error: cplm_v0_kernels.h: Aucun fichier ou dossier de ce type
#include <cplm_v0_kernels.h>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:21: recipe for target 'preconditioners/block_jacobi.o' failed
make[1]: *** [preconditioners/block_jacobi.o] Error 1
Regards,
Sébastien