-frecord-marker

Thomas Koenig Thomas.Koenig@online.de
Mon Jul 17 19:55:00 GMT 2006


On Mon, Jul 17, 2006 at 04:25:21PM +0100, Adrian Umpleby wrote:

> According to the gfortran man page, -frecord-marker seems to be a command-line option - i.e. you
> add it when you run the compiled executable:  ./myprog -frecord-marker=4

-frecord-marker=4 is a compile-time option.  You need to specify this
on the command line, as with "gfortran -frecord-marker=4".

	Thomas



More information about the Fortran mailing list