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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29302 Discussions

Linking to a library built with CVF

gregory_p_clifft
Beginner
525 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
525 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