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

Fortran Libraries

ekeom
Novice
666 Views

Hello,

I have to compile a Fortran code that should include different libraries coming from 2 different compilers : Intel Fortran Compiler and Microsoft Visual Fortran (old version).

I have to set the calling convention to: CVF(/iface:cvf) for Visual Fortran, or to : default for Intel Fortran Compiler. How can I make both working together?

Best regards,

Didace

0 Kudos
2 Replies
Steven_L_Intel1
Employee
666 Views
You can't - object code from any other Fortran compiler is not linkable with Intel Fortran, because of differing run-time libraries. (There was never a "Microsoft Visual Fortran" - Microsoft's product was called Fortran Powerstation.)
0 Kudos
ekeom
Novice
666 Views
Thank you Steve for your response.

Best regards,

Didace
0 Kudos
Reply