<div dir="auto">Before using mpicc, I just tried to compile with make DENEME_ENYENI-FINAL.c but it says there is nothing to do.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 20, 2019, 12:39 PM Jose E. Roman <<a href="mailto:jroman@dsic.upv.es">jroman@dsic.upv.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You must compile your program with 'make DENEME_TEMIZ_ENYENI_FINAL' or just 'make', not with 'mpicc DENEME_TEMIZ_ENYENI_FINAL.c'<br>
<br>
> El 20 mar 2019, a las 8:25, Eda Oktay via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov" target="_blank" rel="noreferrer">petsc-users@mcs.anl.gov</a>> escribió:<br>
> <br>
> Hello,<br>
> <br>
> I am trying to compile a parallel program DENEME_TEMIZ_ENYENI_FINAL.c in PETSc. I wrote the following makefile but it says that there is nothing to do with the program:<br>
> <br>
> export CLINKER = gcc<br>
> <br>
> DENEME_TEMIZ_ENYENI_FINAL: DENEME_TEMIZ_ENYENI_FINAL.o chkopts<br>
>       -${CLINKER} -o DENEME_TEMIZ_ENYENI_FINAL DENEME_TEMIZ_ENYENI_FINAL.o ${SLEPC_SYS_LIB}<br>
>       ${RM} DENEME_TEMIZ_ENYENI_FINAL.o<br>
> include ${SLEPC_DIR}/lib/slepc/conf/slepc_common<br>
> <br>
> Then I tried to compile it via mpicc DENEME_TEMIZ_ENYENI_FINAL.c <br>
> but I got the error "petscmat.h: No such file or directory".<br>
> <br>
> I wrote the following lines before compiling the program:<br>
> export PETSC_DIR=/home/slurm_local/e200781/petsc-3.10.3<br>
> export SLEPC_DIR=/home/slurm_local/e200781/petsc-3.10.3/arch-linux2-c-debug<br>
> export PETSC_ARCH=arch-linux2-c-debug<br>
> <br>
> Why I cannot compile the program?<br>
> <br>
> Thanks,<br>
> <br>
> Eda<br>
> <br>
<br>
</blockquote></div>