Hello,
I have a project that builds fine in Release Mode and runs. I have Intel compiler enabled. Then, from within Tools->Intel Compiler->Guided Autoparallelism->Run analysis on project, if I run that, I get the following errors:
1>": : error : ** The compiler has encountered an unexpected problem.
1>** Segmentation violation signal raised. **
1>Access violation or stack overflow. Please contact Intel Support for assistance.
1>
1>xilink: : error #10014: problem during multi-file optimization compilation (code 4)
1>xilink: : error #10014: problem during multi-file optimization compilation (code 4)
1>Done building project "Windows.vcxproj" -- FAILED.
in the build output window.
Is there a way to figure out what is going on ?
Thanks.
Link Copied
Hello,
I am using 2019 Intel Parallel Studio XE in Windows via IDE Visual Studio Community.
The project compiles and builds fine both under debug as well as release mode.
When under release mode I try Tools->Intel Compiler->Guided Autoparallelism, I encounter:
1>": : error : ** The compiler has encountered an unexpected problem.
1>** Segmentation violation signal raised. **
1>Access violation or stack overflow. Please contact Intel Support for assistance.
1>
1>xilink: : error #10014: problem during multi-file optimization compilation (code 4)
1>xilink: : error #10014: problem during multi-file optimization compilation (code 4)
Is there any way to fix this?
Thanks.
Did you build with /Qipo option?
Yes, here is the entire command line version of the compile flags:
/permissive- /GS /Qopenmp /W3 /Gy /Zc:wchar_t /I"C:\Program Files\IBM\ILOG\CPLEX_Studio128\cplex\include" /I"C:\Program Files (x86)\Visual Leak Detector\include" /Zi /O2 /Qopt-report:3 /Fd"x64\Release\vc141.pdb" /fp:precise /D "IL_STD" /D "WIN64" /D "WIN32" /D "_UNICODE" /D "UNICODE" /D "_MBCS" /Qipo /Zc:forScope /Oi /MD /FC /Fa"x64\Release\" /EHsc /nologo /Qparallel /Fo"x64\Release\" /Qprof-dir "x64\Release\" /Fp"x64\Release\Windows.pch"
Here is the output in errors:
Severity Code Description Project File Line Suppression State
Error (active) E1389 redeclaration cannot add dllexport/dllimport to "ldexpf" (declared at line 706 of "c:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\ucrt\corecrt_math.h") Windows c:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019\windows\compiler\include\math.h 701
Error ** The compiler has encountered an unexpected problem. Windows
Error #10014 problem during multi-file optimization compilation (code 4) Windows 1
Error #10014 problem during multi-file optimization compilation (code 4) Windows 1
Looks like you've encountered a compiler issue. If you have a test case you can open a case at http://www.intel.com/supporttickets ;
For more complete information about compiler optimizations, see our Optimization Notice.