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

FORM='BINARY' specifier of OPEN on Linux

byankel
Beginner
502 Views
I have been building Fortran applications on both Windows and Linux using the Intel Fortran Compiler v9, and the code contains OPEN statements using the FORM='BINARY' specifier. The compiler documentation states that this specifier is only valid on 32 and 64-bit Windows, but it works fine on 32 and 64-bit Linux as well.

Does anyone know why this works on Linux? Is it actually supported automatically, or is the OPEN statement translated into something else before it is compiled? Any help would be greatly appreciated.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
502 Views
The specifier is valid and supported on Linux. It wasn't in our first release but was added later - perhaps we missed updating the documentation. I'll look into that.
0 Kudos
Reply