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

ipo: warning 11016: Warning unknown option -no_deduplicate

K_O_
Beginner
581 Views

Hello everyone,

I compile with Intel Fortran Compiler 16 as Xcode 7.3.1 being my IDE on OS X El Capitan 10.11.5 and I get this error whenever I compile a fortran file. It doesn't frustrate my code being compiled, but I wonder if this issue has any effect on my code or will be?

Thanks.

 

0 Kudos
2 Replies
Kevin_D_Intel
Employee
581 Views

This is a known issue occurring only for the debug build under Xcode 7.3. You can safely ignore the warning. It does not impact your build. We'll keep you posted about a fix in a future release.

(Internal tracking id: DPD200411087)

0 Kudos
K_O_
Beginner
581 Views

Kevin D. (Intel) wrote:

This is a known issue occurring only for the debug build under Xcode 7.3. You can safely ignore the warning. It does not impact your build. We'll keep you posted about a fix in a future release.

(Internal tracking id: DPD200411087)

Thanks Kevin. 

0 Kudos
Reply