Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Big_endian binary file conversion with efc....?

enda
Beginner
893 Views
Hello,

I've seen that the environment variable F_UFMTENDIAN works fine with ifc/IA-32 systems for run-time conversion of big_endian binary files.

However, it doesn't work with efc/IA-64 systems. In fact, it garbles the reading of all binary input files - big or little_endian!

Does anyone know of a workaround? Will there be a working F_UFMTENDIAN analogue for Itanium-2?

Thanks!
Enda
0 Kudos
3 Replies
Steven_L_Intel1
Employee
893 Views
I suggest you file a bug report on this with Intel Premier Support.

Steve
0 Kudos
enda
Beginner
893 Views
Hello again,

Just tried F_UFMTENDIAN again on my Itanium2, and now it works as advertised!

So my problems earlier must be attributed to user error. I must have screwed up, and I must be going senile too because my test is really simple...

Apologies for raising a false alarm.

Enda
0 Kudos
Steven_L_Intel1
Employee
893 Views
I'm glad it's working for you now, and that we don't have a bug to fix here!

Steve
0 Kudos
Reply