Re: Anyone for help with DEC (Vax) Fortran-IV ?




"Steve Lionel" <Steve.Lionel@xxxxxxxxxxxxxxxxx> wrote in message
news:W4USf.14143$S25.10823@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Jim wrote:

VMS Fortran was always F77. It should need no conversion unless you
intend
to remove the VMS extensions.

Not ALWAYS. Version 1 of VAX-11 FORTRAN-IV-PLUS was "almost but not
quite" F77. I implemented the necessary run-time support (primarily
INQUIRE, but also a few other things) for 1980's version 2, which was
renamed VAX-11 FORTRAN, which then qualified as full F77. (That's also
when the compiler was changed to be a native VAX implementation instead
of being PDP-11 code running under RSX emulation.)

Steve
Sorry, I missed V1. At that time I was working with Fortran IV on RT-11.

As for the printed copies, you need to understand that VAX Fortran allowed a
Tab character at the start of a line to move the carriage to position 7
which is where the source code should start. When printed, you cannot tell
that the Tab replaced several blanks. Hence what looks like a line of more
than 72 characters may not have been that long.

Furthermore, if the latest VMS Fortran compiler rejects your code, then your
code is not what you think it is. Goodness knows, I have ported lots and
lots and lots of F77 code from the VAX to the Alpha with no problems.

Jim


.



Relevant Pages

  • Re: Free source form with Fortran 77 compilers
    ... For example VAX Fortran had one. ... Fortran F77 on that machine. ... The competitor had a horrible time converting it to work on a VAX:) It also took 4 VAXen to replicate our performance on a single H-series. ...
    (comp.lang.fortran)
  • Re: Is it time to legitimise REAL*8 etc?
    ... Some vendors phased out their F77 compilers over 10 ... No need to support a seperate F77 compiler as, ... experience with F77) that the F95 programming is safer than the F77 ... Authors are not chosing more recent Fortran ...
    (comp.lang.fortran)
  • Re: Should I Start With Fortran77 of Fortran90/95?
    ... have read that the most common standard at the current time is Fortran ... There are a lot of areas in which F77 is quirky and more difficult to ... spend a fair amount of time learning its quirks and their workarounds. ...
    (comp.lang.fortran)
  • Re: Is it time to legitimise REAL*8 etc?
    ... Some vendors phased out their F77 compilers over 10 ... No need to support a seperate F77 compiler as, ... experience with F77) that the F95 programming is safer than the F77 ... COMMONs remain available with any FORTRAN version. ...
    (comp.lang.fortran)
  • Re: Fortran vs Python - Newbie Question
    ... development of Fortran and does a good job of summarizing the problems ... special purpose tool that manages large numerical arrays ... F77 interfaces smoothly and neatly with Python. ...
    (comp.lang.python)