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

Linking objects and libraries from CVF 6.6 and IFORT

connell
Beginner
314 Views
Is it possible to link with libraries built with CVF 6.6 and Ifort
Can the same be done with objects?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
314 Views
No and no. All Fortran code must be recompiled with ifort.

The only possible way to avoid this is to build the CVF code into a DLL.
0 Kudos
Reply