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.

Linking to a library built with CVF

gregory_p_clifft
Beginner
521 Views
I have some older FORTRAN code that was compiled into a library with CVF. Can I call those functions using Intel FORTRAN or do I need to have the CVF library rebuilt? If I can link to the CVF library can you elaborate on how that can be done.

Thank you.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
521 Views
The library will have to be rebuilt. You cannot mix object code from Intel Fortran with that of other Fortran compilers. (This is generally true across all Fortran compilers.)
0 Kudos
Reply