Interpretion of file name suffixes
From: Erik Edelmann (eedelman_at_acclab.helsinki.fi)
Date: 05/18/04
- Previous message: Steve Lionel: "Re: Latest Intel Fortran?"
- Next in thread: Richard Maine: "Re: Interpretion of file name suffixes"
- Reply: Richard Maine: "Re: Interpretion of file name suffixes"
- Reply: beliavsky_at_aol.com: "Re: Interpretion of file name suffixes"
- Reply: Ron Shepard: "Re: Interpretion of file name suffixes"
- Reply: B52B: "Re: Interpretion of file name suffixes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 18 May 2004 18:41:33 GMT
While having some problems with getting the syntax coloring mode of a text
editor to correctly recognize my free source form fortran files as such, I
started to wonder if there are any standard for how file name suffixes
should be interpreted, or if it is compiler dependent. (I guess that the
official Fortran standard doesn't say much about this, but I thought that
some kind of "de facto standard" might have emerged).
More specifically, how should the following file name suffixes be
interpreted?
.f a) Fortran 77 or older (implies fixed form)
b) Fixed source form (any standard possible)
.f77 a) Fortran 77 (implies fixed form)
b) Fixed source form (any standard)
c) Not recognized
.f90 a) Fortran 90, free or fixed form
b) Free form (implies Fortran 90/95)
.f95 a) Fortran 95, free or fixed form
b) Free form (implies Fortran 90/95)
c) Not recognized
The three different compilers I have access to my self seems to agree on
the interpretion b, c, b, c. What experiences/opinions do other people in
this group have?
Erik
- Previous message: Steve Lionel: "Re: Latest Intel Fortran?"
- Next in thread: Richard Maine: "Re: Interpretion of file name suffixes"
- Reply: Richard Maine: "Re: Interpretion of file name suffixes"
- Reply: beliavsky_at_aol.com: "Re: Interpretion of file name suffixes"
- Reply: Ron Shepard: "Re: Interpretion of file name suffixes"
- Reply: B52B: "Re: Interpretion of file name suffixes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|