Re: Error in reading large Fortran unformatted files [message #75131 is a reply to message #75068] |
Thu, 17 February 2011 06:15   |
OM
Messages: 12 Registered: February 2011
|
Junior Member |
|
|
On Feb 17, 4:05 pm, Paulo Penteado <pp.pente...@gmail.com> wrote:
> On Feb 17, 6:24 am, OM <metu...@gmail.com> wrote:
>
>>> In any case, I suspect that you have a 64-bit filesystem, but that
>>> Fortran only writes 32-bit record lengths. In this case, your variable
>>> is 4 GB, which will not fit into 32 bits.
>
>> From what I understand, that's not the case:
>
>> IDL> PRINT, !VERSION.FILE_OFFSET_BITS
>> 64
>
> That is just the size of IDL's file offsets. It has no relation to the
> contents of any particular file.
Oh, I'm sorry, I misread your message. How can I check this?
Ofer.
|
|
|