Fortran/PR19303 PATCH: Runtime selection of record markers for unformatted sequential io
Bud Davis
bdavis@gfortran.org
Sat Feb 19 22:12:00 GMT 2005
> Janne Blomqvist wrote:
> > the following patch implements the first steps towards the ability to
> > choose between various record marker schemes for unformatted
> > sequential I/O at runtime.
i much prefer selecting the kind of record marker at link time;
gfortran user_program.f -frecm=g77 -o user_program
the compiler driver would select the correct version of
"record_marker_??" to link in.
of course, an idea loses to working code any day of the week :)
--bud
p.s. you have implemented almost everything needed for my idea...maybe
i should stop complaining and start working....
More information about the Fortran
mailing list