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

Convert="Big Endian" missing?

bsully
Beginner
299 Views
I would like to use the convert="big endian" option in my open statement. Is it true that this option is only available by setting an environment variable in the 32 bit environment and not AT ALL available with the 64 bit compiler?
I have data that was created on a unix machine that is big endian that I must be able to read.
Thanks for your help.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
299 Views
I assume you are talking about Intel Fortran 7.1? You are correct that this feature is not currently available in the 64-bit compiler. It will be there in the next major release.

Steve
0 Kudos
Reply