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.

Please try the CVF 6.6C update

larsm
Beginner
1,110 Views
Steve

I got the same error as a couple of other users, viz.

Error: This module file was generated for a different platform or by an incompatible compiler or compiler release. It cannot be read. [F2KCLI]

when trying to USE the F2KCLI (Fortran 2003 standardized program arguments) interface from Winteracter.

It worked very well in 6.6B.

I will submit the files to vf-support@compaq.com.

I rewrote the stuff using the DFLIB procedures GETARG and
NARGS so it was no big deal, really, but I expected it to work as it was.

LarsM
0 Kudos
8 Replies
Steven_L_Intel1
Employee
1,110 Views
I can reproduce the module problem - not sure what happened here.It seems to relate to modules built with CVF 6.1A. We'll investigate.
I've pulled the 6.6C update for now until we get this settled.
0 Kudos
Steven_L_Intel1
Employee
1,110 Views
I see what changed to cause this to happen. I've asked the developer in charge of this area to fix it, and I should have a program that "fixes" the bad modules for you tomorrow.
0 Kudos
Steven_L_Intel1
Employee
1,110 Views
Attached is a tool that will "fix" the .mod files so that they are acceptable to 6.6C. There's a field in the module header that was apparently left uninitialized by 6.1A. Just run the program and select the .mod files to fix. Let me know how this works.
0 Kudos
durisinm
Novice
1,110 Views

This tool is something people should run only if they encounter this problem with modules, correct?

Mike D.

0 Kudos
Steven_L_Intel1
Employee
1,110 Views
Correct, though it should be harmless otherwise. You should use this only if you get an error from CVF that a .mod file generated by an earlier CVF is incompatible with the compiler version, hardware or operating system.
0 Kudos
gfthomas8
Novice
1,110 Views
If a CVF module is bandjaxed for whatever reason will recompiling it (with CVF of course) fix it and if not why not?
Thanks,
Gerry T.:smileyhappy:
0 Kudos
Steven_L_Intel1
Employee
1,110 Views
Yes, a recompile will also solve the problem. This tool is mainly for use with .mods you get from external vendors for which you don't have the source.
0 Kudos
Steven_L_Intel1
Employee
1,110 Views
It's been bought to my attention that .mod files from earlier DVF versions also have this problem, and the tool currently ignores those.
0 Kudos
Reply