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

OPEN(...convert="BIG_ENDIAN")

garylscott1
Beginner
1,046 Views
I need this to work on output in order to produce files suitable for a big endian processor. It appears that this feature only works on input. Is that correct?
0 Kudos
2 Replies
garylscott1
Beginner
1,046 Views
Hmm, it does work for binary files...oops. That should work.
0 Kudos
Steven_L_Intel1
Employee
1,046 Views
Works for unfoirmatted files input and output. For output, it should even reverse the record lengths.
0 Kudos
Reply