Hello all,
I get the following run time error when compiling some Fortran code
thru
f2c. "MODTRAN" is the code if any one is interested.
Any how the following is the error lio: unformatted io not allowed.
The following is in the code
OPEN(ITAPE9,FILE='BMTP.ASC',STATUS='OLD',recl=140)
OPEN(UNIT=10,FILE='DIRAC',STATUS='UNKNOWN',
X ACCESS='DIRECT',FORM='UNFORMATTED',RECL=32,
x recordtype='fixed')
Any help or advice about the linux file system is most appreciated.
Tim Meehan