- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
I am having some very strange problems with my fortran code. I am reading a large sequential binary data file (300 MB) and on some machines, i get this:
Input/Output Error 216: !Internal Error! Unknown data size
on other machines it works fine. I have compiled my code with -static tough, so i think it can't be a library issue.
The manual tells me, this is a big/little endian conversion error.
Did anyone have a similar error? Would it help to read the data in some other form and then internally convert?
i'd really appreciate any hint.
chris
I am having some very strange problems with my fortran code. I am reading a large sequential binary data file (300 MB) and on some machines, i get this:
Input/Output Error 216: !Internal Error! Unknown data size
on other machines it works fine. I have compiled my code with -static tough, so i think it can't be a library issue.
The manual tells me, this is a big/little endian conversion error.
Did anyone have a similar error? Would it help to read the data in some other form and then internally convert?
i'd really appreciate any hint.
chris
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page