Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28445 Discussions

How to use CVF modules with Intel FORTRAN?

pashka
Beginner
446 Views
How to use modules generated by Compaq FORTRAN with Intel FORTRAN?
0 Kudos
2 Replies
Steven_L_Intel1
Employee
446 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
446 Views
Thanks.
0 Kudos
Reply