comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Error in reading large Fortran unformatted files
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Error in reading large Fortran unformatted files [message #75189 is a reply to message #75121] Fri, 18 February 2011 01:45 Go to previous messageGo to previous message
Nigel Wade is currently offline  Nigel Wade
Messages: 286
Registered: March 1998
Senior Member
On 17/02/11 18:15, OM wrote:
> On Feb 17, 6:16 pm, Nigel Wade <nmw-n...@ion.le.ac.uk> wrote:
>> On 17/02/11 15:02, Kenneth P. Bowman wrote:
>>
>>> In article
>>> < 45a7d29c-1223-4e0e-8390-5a549f91c...@s11g2000yqh.googlegroup s.com >,
>>> OM <metu...@gmail.com> wrote:
>>
>>>> The output is now:
>>>> nb1=2147483657
>>>> nb2=995288272
>>
>>>> I still have no idea what this means.
>>
>>> nb1 is the largest possible positive 32-bit signed integer
>>
>>> IDL> print, 2L^31 - 1
>>> 2147483647
>>
>> The value quoted is 2147483657, which is 10 more than that. Assuming OM
>> cut'n'pasted the output, so it's not just a typo, it's a number which
>> has no immediate significance that I can think of.
>>
>> I do, however, agree that the problem is almost certainly due to trying
>> to write 4GB of data as a single FORTRAN unformatted record. I doubt
>> that when the FORTRAN unformatted format was devised it was never
>> envisioned that someone would try to output that much data in a single
>> write statement. The record length is a 32bit quantity. I don't see that
>> that can be altered based on platform, the format must be the same for
>> 32bit and 64bit platforms, and applications. I think the max. you can
>> possibly write in a single record is 2GB-1. To write 4GB will require at
>> least 3 records.
>>
>> --
>> Nigel Wade
>
> Well, here's the pickle - I'm getting no errors in writing the file,
> and with slight modifications I can read the data in Fortran and it
> seems to be valid.
>
> Ofer.

Well, maybe the underlying point is that the actual contents of FORTRAN
unformatted records are actually undefined, at least they never were
defined up to F77 which is last version of FORTRAN I used. They are an
implementation issue, each compiler on each platform was free to define
the format to be what it chose. Unformatted data was never meant to be
portable, it was merely an efficient means of saving data from one
FORTRAN program which could be read back by another FORTRAN program
compiled by the same compiler on the same platform.

An ad hoc "standard" developed, which was that the first 4 and last 4
bytes contained the record length. This allowed some consistency check
and limited portability (endian issues and other things). Maybe the
FORTRAN compiler you are using has a different way of writing
unformatted data records which extend beyond the limit of the previous
2GB "standard". Obviously it can read back data which it wrote, but IDL
cannot.

--
Nigel Wade
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Video Mosaicking
Next Topic: Re: BUG: How to crash IDL using !null

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 08:44:41 PDT 2025

Total time taken to generate the page: 0.52083 seconds