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

Guided autoparallelism error in Visual Studio Community 2017 + Educator Intel Parallel Studio XE Cluster

Cplex__User
Beginner
784 Views

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.

 

0 Kudos
4 Replies
Cplex__User
Beginner
784 Views

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.

 

0 Kudos
Viet_H_Intel
Moderator
784 Views

Did you build with /Qipo option? 

0 Kudos
Cplex__User
Beginner
784 Views

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    
 

 

0 Kudos
Viet_H_Intel
Moderator
784 Views

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 ;

0 Kudos
Reply