<div dir="ltr">It looks like it is missing include info as well as the modules.<div><br></div><div><div>09:46 2 edison01 core_dev ~/epsi/XGC1_3$ make -f Makefile.edison                                                  </div><div>ftn -g -openmp -no-ipo -DADIOS -DUSE_BICUB_MOD -DUSE_ONE_D_I_CUB_MOD -I/global/homes/m/madams/petsc_private/arch-xe6-opt64-pgi/include -I/global/homes/m/madams/petsc_private/include -DADIOS_WRITE_NEW -DADIOS_NEW_INIT -DADIOS_READ_V2 -DADIOS_READ_NEW  -DITER_GRID -I/usr/common/usg/adios/1.6.0/intel/include -DCOL_MIRA_ION -DCOL_MIRA_ELEC    -DPSPLINE -I/usr/common/usg/pspline/nersc1.0/intel/mod -DCAM_TIMERS -I../camtimers  -I/opt/cray/mpt/6.0.1/gni/mpich2-pgi/121/include -I/opt/cray/papi/5.1.2/perf_events/no-cuda/include -I/opt/cray/udreg/2.3.2-1.0402.7546.1.5.gem/include -I/opt/cray/ugni/5.0-1.0402.7551.1.10.gem/include -I/opt/cray/pmi/4.0.1-1.0000.9753.86.3.gem/include -I/opt/cray/dmapp/4.0.1-1.0402.7784.4.1.gem/include -I/opt/cray/gni-headers/2.1-1.0402.7541.1.5.gem/include -I/opt/cray/xpmem/0.1-2.0402.45248.1.5.gem/include -I/opt/cray/rca/1.0.0-2.0402.47290.7.1.gem/include -I/opt/cray-hss-devel/7.1.0/include -I/opt/cray/krca/1.0.0-2.0402.46083.4.47.gem/include -I/opt/cray/mpt/6.0.1/gni/sma/include -I/opt/cray/libsci/12.1.01/pgi/121/mc12/include -I/usr/include/alps -I/opt/cray/hdf5/1.8.11/pgi/121/include -I/opt/pgi/13.6.0/linux86-64/13.6/include -I/opt/cray/xe-sysroot/4.2.34/usr/include -c fem_ops.F90</div><div>fem_ops.F90(19): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [PETSCMAT]</div><div><font face="monospace, monospace">  use petscmat</font></div><div><font face="monospace, monospace">------^</font></div><div><font face="monospace, monospace">fem_ops.F90(112): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [PETSCMAT]</font></div><div><font face="monospace, monospace">  use petscmat</font></div><div><font face="monospace, monospace">------^</font></div><div><font face="monospace, monospace">fem_ops.F90(158): error #6404: This name does not have a type, and must have an explicit type.   [ADD_VALUES]</font></div><div><font face="monospace, monospace">                 call MatSetValues(Amat,ione,idi,ione,idj,arr(itmp,jtmp),ADD_VALUES,ierr)</font></div><div><font face="monospace, monospace">-------------------------------------------------------------------------^</font></div><div><font face="monospace, monospace">fem_ops.F90(159): error #6404: This name does not have a type, and must have an explicit type.   [PETSC_COMM_WORLD]</font></div><div><font face="monospace, monospace">                 if (ierr .ne. 0) call MPI_Abort(PETSC_COMM_WORLD,ierr,ierr)</font></div><div><font face="monospace, monospace">-------------------------------------------------^</font></div><div><font face="monospace, monospace">fem_ops.F90(178): error #6404: This name does not have a type, and must have an explicit type.   [MAT_FINAL_ASSEMBLY]</font></div><div><font face="monospace, monospace">  call MatAssemblyBegin(Amat,MAT_FINAL_ASSEMBLY,ierr)</font></div><div><font face="monospace, monospace">-----------------------------^</font></div><div><font face="monospace, monospace">fem_ops.F90(307): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [PETSCKSP]</font></div><div><font face="monospace, monospace">  use petscksp</font></div><div><font face="monospace, monospace">------^</font></div><div><font face="monospace, monospace">fem_ops.F90(323): error #6404: This name does not have a type, and must have an explicit type.   [PETSC_NULL_CHARACTER]</font></div><div><font face="monospace, monospace">  call PetscInitialize(PETSC_NULL_CHARACTER,ierr)</font></div><div><font face="monospace, monospace">-----------------------^</font></div><div><font face="monospace, monospace">fem_ops.F90(324): error #6404: This name does not have a type, and must have an explicit type.   [PETSC_COMM_WORLD]</font></div><div><font face="monospace, monospace">  call MPI_Comm_size(PETSC_COMM_WORLD,npe,ierr)</font></div><div><font face="monospace, monospace">---------------------^</font></div><div><font face="monospace, monospace">fem_ops.F90(329): error #6404: This name does not have a type, and must have an explicit type.   [PETSC_DECIDE]</font></div><div><font face="monospace, monospace">  call MatSetSizes( Amat,PETSC_DECIDE, PETSC_DECIDE, nnodes, nnodes, ierr )</font></div><div><font face="monospace, monospace">-------------------------^</font></div><div><font face="monospace, monospace">fem_ops.F90(335): error #6404: This name does not have a type, and must have an explicit type.   [PETSC_NULL_INTEGER]</font></div><div><font face="monospace, monospace">  call MatSeqAIJSetPreallocation(Amat,9,PETSC_NULL_INTEGER,ierr)</font></div><div><font face="monospace, monospace">----------------------------------------^</font></div><div><font face="monospace, monospace">fem_ops.F90(344): error #6404: This name does not have a type, and must have an explicit type.   [SAME_NONZERO_PATTERN]</font></div><div><font face="monospace, monospace">  call KSPSetOperators(solver,Amat,Amat,SAME_NONZERO_PATTERN,ierr)</font></div><div><font face="monospace, monospace">----------------------------------------^</font></div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 23, 2015 at 12:56 PM, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com" target="_blank">knepley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">It wants the petscmat.mod module. Can you send the compile line?<div><br></div><div>   Matt</div></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Fri, Jan 23, 2015 at 11:54 AM, Mark Adams <span dir="ltr"><<a href="mailto:mfadams@lbl.gov" target="_blank">mfadams@lbl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">This code has started failing.  I've change finclude -->petsc-finclude<div><br></div><div><div>#include <petsc-finclude/petscdef.h></div><div>  use petscmat</div></div><div><br></div><div>I get:</div><div><br></div><div><div>fem_ops.F90(19): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [PETSCMAT]</div><div>  use petscmat</div></div><div><br></div><div>I've clobbered the confugure.log but can regenerate it if need be.</div><div><br></div><div>Thanks,</div><div>Mark</div><div><br></div></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div>
</font></span></div>
</blockquote></div><br></div>