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

List of ICC error codes

Ashwin_D_1
Beginner
1,106 Views

Hi,

I am using ICC for one of my school projects using the heterogeneous offload programming model. I was wondering if there is a list of error codes that intel provides which I can use for debugging.

Thanks

0 Kudos
3 Replies
KitturGanesh
Employee
1,106 Views

Hi Ashwin,
Well, the only way you can get a dump of all the errors/codes is by using the -diag-dump switch which will display the currently enabled diagnostic messages to stdout or to a specified diagnostic output file. For some related diagnostics elaboration you may find some KB articles with some explantation on some key diagnostics in the knowledge base which you can try searching for in IDZ( Intel developer zone) at: https://software.intel.com/en-us

_Kittur 

0 Kudos
Ashwin_D_1
Beginner
1,106 Views

Thanks for this!

0 Kudos
KitturGanesh
Employee
1,106 Views

Pleasure Ashwin, please let me know if you need any other info or clarification on the diagnostics or related to the dumped info as well.

_Kittur

0 Kudos
Reply