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

2023-07-22 Thread Matthew Knepley
On Sat, Jul 22, 2023 at 10:50 AM s.pradeep kumar 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 > // >

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

2023-07-22 Thread s.pradeep kumar
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? Regards,