fortran unix code in linux

From: luciana (pompeia_at_astro.iag.usp.br)
Date: 09/21/04


Date: Tue, 21 Sep 2004 17:28:00 -0400

Hello,

I am trying to run a fortran code with g77 in a debian linux.
It compiles but when running it, it gives the following error:
apparent state: unit 18 named
last format: list io
lately writing sequential formatted external IO

In the code it opens:
OPEN(UNIT=18,ACCESS='DIRECT',TYPE='OLD',NAME=Nomfiple,RECL=1200)

and then:
READ(18,REC=ID) NTOT,TEFF,GLOG,ASALOG,ASALALF,NHE,TIT,TIABS

Does someone have any idea of the solution for this problem?

Thanks, Luciana



Relevant Pages

  • Re: fortran unix code in linux
    ... > I am trying to run a fortran code with g77 in a debian linux. ... > It compiles but when running it, ... I had to compile some older Fortran code with g77 under linux. ...
    (comp.lang.fortran)
  • Re: HP-UX Sys 11 to Linux
    ... assist in migrating C and FORTRAN code from PA based HP-UX to PC ... based Linux solution. ... code that compiles under more than one compiler ...
    (comp.sys.hp.hpux)
  • IO_OPEN
    ... Hello - I have been given some 500 lines of Fortran code, ... apparent state: unit 11 named MARKt10 ... last format: list io ...
    (comp.lang.fortran)