Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran-dev] Question on support for Intel Fortran source file types

Last Fall, we discussed providing an Intel Fortran integration (on linux x86 and ipf) to be

contributed to Photran/FDT.  I am actively working on this now and have a question regarding

source file types.

 

Intel Fortran supports the following file types…

 

Fixed form source, no preprocessing required:

 

  .f, .ftn, .for, .i

 

Fixed form source which must be preprocessed by Intel Fortran preprocessor, fpp, before being

compiled (preprocessing handled automatically by our driver):

 

  .fpp, .F, .FOR, .FTN, .FPP

 

Free form source requiring preprocessing (again, preprocessing handled automatically by our driver):

 

  .F90

 

Free form source, no preprocessing required:

 

  .f90, .i90

 

Some of these file types are not currently supported in Photran/FDT:

 

  .F90, .i, .i90

 

Do you want to consider adding these three additional file types in Photran/FDT?

 

Thanks,

 

Bill


Back to the top