byteswap I/O

byteswap I/O

Imagen de pedro.gonnet


Hello,

I need to share binary output files with FORTRAN programs compiled with the Portland Group's pgf90 using the -Mbyteswap option, which basically reverses the byte-order of all basic types. Is there any such switch for the Intel Fortran Compiler?

Many Thanks
Pedro

publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Steve Lionel (Intel)

Yes - at present it's done through an environment variable at run-time. See the Intel Fortran for Linux User Guide description of "big-endian" I/O support. In a future release, there will be switches and OPEN options.

Steve

Steve

Inicie sesión para dejar un comentario.