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

/gen-dep

lklawrie
Beginner
603 Views
Will this compiler switch detect circular dependencies?

If not, can anyone suggest a tool that will?

Linda
0 Kudos
1 Reply
Lorri_M_Intel
Employee
603 Views

Hi Linda -

/gen-dep won't explicitly detect circular dependencies, it generates dependencies to put into makefile, similar to "gcc -M"

I don't know if you can use that output to manually search for circular dependencies or not.

-- Lorri

0 Kudos
Reply