Quantcast
Channel: Intel® Fortran Compiler for Linux* and macOS*
Viewing all articles
Browse latest Browse all 2583

Default Endian convention change between XE15 and XE16

$
0
0

After installing both XE15 and XE16 on one of our Linux clusters, we realized that the simple code here

real(kind=8)::a
a=123456789d0
open(10,file='bin.dat', form='unformatted')
write(10) a
close(10)
end

does not produce the same output (byte order) in the XE15 and XE16 environments.

Has a default value for the FORT_CONVERT.ext, FOR_CONVERTn and/or F_UFMTENDIAN environment variables changed from 15 or 16? Or does this point at an error in our installation?

 


Viewing all articles
Browse latest Browse all 2583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>