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.

Fortran Libraries

ekeom
Novice
700 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
700 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
700 Views
Thank you Steve for your response.

Best regards,

Didace
0 Kudos
Reply