[petsc-users] HELP: How to compile Fortran 2008 files using Petsc.

Matthew Knepley knepley at gmail.com
Sat Jul 22 10:10:43 CDT 2023


On Sat, Jul 22, 2023 at 10:50 AM s.pradeep kumar <spradeepmahadeek at 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/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20230722/0a3c0d60/attachment-0001.html>


More information about the petsc-users mailing list