[comp.sys.sgi] conversion of VAX ULTRIX UNFORMATTED FORTRAN DATA FILES

chasman@athena.mit.edu (David Chasman) (06/25/91)

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