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

Linking to a library built with CVF

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