On Sat, Jul 22, 2023 at 10:50 AM s.pradeep kumar <spradeepmahad...@gmail.com>
wrote:

> Hi,
>
> Petsc by default seems to only recognize only the following files
>
> //
> .SUFFIXES: .F .F90 .f90 ${SUFFIXES} .PETSc .C .cc .cpp .cxx .r .rm .so
> .html .ad .m .F95 .f95 .fiat .cu .hip.cpp .kokkos.cxx .raja.cxx *.sycl.cxx
> //
>
> I want to compile .F08 files. How should I go about this?
>

The different suffixes are telling us to process them differently. I don't
think there is any difference in the processing for F90 and F08, so I would
just rename those files .F90.

  Thanks,

     Matt


> Regards,
> Pradeep
>
-- 
What most experimenters take for granted before they begin their
experiments is infinitely more interesting than any results to which their
experiments lead.
-- Norbert Wiener

https://www.cse.buffalo.edu/~knepley/ <http://www.cse.buffalo.edu/~knepley/>

Reply via email to