<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>I just installed petsc-3.0.0-p2. Everything goes well in the installation using intel compilers and Intel MKL. When I compile my code I get these error messages :<br><br>mfactor.F(21): #error: can't find include file: include/finclude/petsc.h<br>mfactor.F(22): #error: can't find include file: include/finclude/petscvec.h<br>mfactor.F(23): #error: can't find include file: include/finclude/petscviewer.h<br>mfactor.F(24): #error: can't find include file: include/finclude/petscmat.h<br>:<br>:<br>:<br><br>My makefile is<br>-------------------------------------------------------------------------------------------<br>include ${PETSC_DIR}/conf/base<br>INCS=${PETSC_INCLUDE}<br>LIBS=${PETSC_LIB}<br><br>MAIN = RUN.exe<br>COMP = mpif90<br>BINDIR = ../bin<br><br>LIST = mfactor.F msolve.F mveccreate.F m_mdim.f90 m_minput.f90&nbsp; m_mglobal.F m_moutput.F
 <br><br>all : $(LIST)<br>&nbsp;&nbsp;&nbsp; $(COMP) $(INCS) $(LIST) $(LIBS) -o $(BINDIR)/$(MAIN)&nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp; ${RM} -f *.o *.mod<br>---------------------------------------------------------------------------------------<br><br>Any idea ? thanks<br><br>Waad<br><a href="ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.0.0-p2.tar.gz"></a></td></tr></table><br>