Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

disabling user-directed function packaging (COMDATs)

Bardelloni__Mauro
906 Views

Hi!

I've been working on a library for HPC. So, I have enabled O2 and Qipo flags.

Compiling my library in Visual Studio using icc 18.0 I got this message:

ipo-2: : warning #11031: disabling user-directed function packaging (COMDATs)

Do you have any idea why this happen?

 

0 Kudos
3 Replies
Viet_H_Intel
Moderator
906 Views

Can you try with 19.0 version to see if the message disappears?

0 Kudos
SUKLA
Beginner
838 Views

It does not disappear in 19.1 version.

0 Kudos
Viet_H_Intel
Moderator
812 Views

You can disable this warning by -wd11031 flag.

Thanks,

0 Kudos
Reply