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.
29282 Discussions

How to use CVF modules with Intel FORTRAN?

pashka
Beginner
763 Views
How to use modules generated by Compaq FORTRAN with Intel FORTRAN?
0 Kudos
2 Replies
Steven_L_Intel1
Employee
763 Views
If you mean the .MOD files generated by CVF - sorry, can't be done. Every compiler has its own format for compiled module files and they are rarely if ever understood by a different compiler.

Depending on what extensions are in the source, if you have it, you may be able to recompile the Fortran module source with Intel Fortran.

Steve
0 Kudos
pashka
Beginner
763 Views
Thanks.
0 Kudos
Reply