Software Archive
Read-only legacy content
17060 Discussions

Linking CVF with Intel Fortran object files

Intel_C_Intel
Employee
447 Views
We want to use the full speed of vectorization and parallelism of dual Xeons 1.7 and want therefor link some critical subroutines compiled with Intel fortran 5.0.1 as object files to our large main code using CVF6.5A. We get link error 2005 on symbol __qw32used, which seems to be defined in both dfconsol.lib and libIECF90.lib. This error appears already on a minimal test case with some dummy main and sub and executing

ifl /c /Gm sub1.f
df main.f sub1.obj

BTW, compiling the sub with CVF and main with intel gives the same error.

Any solution ?
Thanks
Martin
0 Kudos
1 Reply
Steven_L_Intel1
Employee
447 Views
Offhand, the best I can think of is to put the Intel code in a DLL.

Steve
0 Kudos
Reply