Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!bloom-picayune.mit.edu!news From: chasman@athena.mit.edu (David Chasman) Newsgroups: comp.sys.sgi Subject: conversion of VAX ULTRIX UNFORMATTED FORTRAN DATA FILES Message-ID: <1991Jun24.193023.11415@athena.mit.edu> Date: 24 Jun 91 19:30:23 GMT Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 13 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