<div dir="ltr"><div dir="ltr"><div>Hello,</div><div><br></div><div>I installed SLEPc during configuration of PETSc and now I am trying to write a program in PETSc including SLEPc library. For start, I just duplicated ex11 in EPS folder in petsc-3.10.3/arch-linux2-c-debug/share/slepc/examples/src/eps/examples and renamed as eda.c and tried to compile it by "make eda" and I got the following error:</div><div><br></div><div><br></div><div><br></div><div>/home/edaoktay/petsc-3.10.3/arch-linux2-c-debug/bin/mpicc     eda.c   -o eda</div><div>In file included from /home/edaoktay/petsc-3.10.3/arch-linux2-c-debug/include/slepcst.h:16:0,</div><div>                 from /home/edaoktay/petsc-3.10.3/arch-linux2-c-debug/include/slepceps.h:16,</div><div>                 from eda.c:17:</div><div>/home/edaoktay/petsc-3.10.3/arch-linux2-c-debug/include/slepcsys.h:34:22: fatal error: petscmat.h: No such file or directory</div><div> #include <petscmat.h></div><div>                      ^</div><div>compilation terminated.</div><div><builtin>: recipe for target 'eda' failed</div><div>make: *** [eda] Error 1</div><div><br></div><div><br></div><div><br></div><div>I didn't understand the error since ex11 was compiled successfully but eda wasn't. Can you help me?</div><div><br></div><div>Best regards,</div><div><br></div><div>Eda</div></div></div>