conversion of VAX ULTRIX UNFORMATTED FORTRAN DATA FILES

David Chasman chasman at athena.mit.edu
Tue Jun 25 05:30:23 AEST 1991


I am writing a file on a VAX runing ULTRIX

I have a complex array temp_fe_complex(128,128,128), which I write with


    open(unit = 12 ,file = dat1,status='new',form='unformatted')
    write(12)temp_fe_complex.

I wish read this file on an SGI box - preferrably w/out writing ascii
at any point -as the file is 16 MB unformatted.  Help will be greatly
appreciated

--David Chasman



More information about the Comp.sys.sgi mailing list