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

Eliminating DFORMD ?

rre9518
Beginner
418 Views

Using 9.1 of Intel Compiler. However I cannot get a link without including DFORMD.

How can I discover what requires CVF and get rid of the dependence?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
418 Views
You can search the .obj and .lib files you're linking and look for references to dformd. I use Agent Ransack for this rather than the Windows search, which is useless. You should make sure that all objects and libraries are rebuilt with Intel Fortran.
0 Kudos
Reply