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

OMP: Error #13

michaelaeriksen
Beginner
337 Views
I get this error with the latest Intel compiler when I run my code in release mode...

OMP: Error #13: Assertion failure at z_Windows_NT_util.c(426).
OMP: Hint: Please submit a bug report with this message, compile and run command
s used, and machine configuration info including native compiler and operating s
ystem versions. Faster response will be obtained by including all program source
s. For information on submitting this issue, please see http://www.intel.com/sof
tware/products/support/.
0 Kudos
1 Reply
JenniferJ
Moderator
337 Views
Quoting - michaelaeriksen
OMP: Error #13: Assertion failure at z_Windows_NT_util.c(426).

I did a search and couldn't find any info about this error.

Could you set the following env-var and run the program again?
KMP_SETTINGS=1
KMP_VERSION=1

You'll get some info about the omp setting. could you post the output here?

Jennifer
0 Kudos
Reply