Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Internal Error 216

Intel_C_Intel
Employee
465 Views
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
0 Kudos
0 Replies
Reply