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

ICC compiler error

seongyun_k_
Beginner
478 Views

 

I tried compile my application with mpiicpc 2017,

it gives the following error message.

": internal error: ** The compiler has encountered an unexpected problem.
** Segmentation violation signal raised. **
Access violation or stack overflow. Please contact Intel Support for assistance.

compilation aborted for *** (code 4)

Should I provide my source code to Intel development team?
(Isn't there any privacy problem here?)

 

MPI-version

mpiicpc for the Intel(R) MPI Library 2017 for Linux*
Copyright(C) 2003-2016, Intel Corporation.  All rights reserved.
icpc version 17.0.0 (gcc version 4.9.2 compatibility)

Flags that I used for compilation

-std=c++11 -mt_mpi -qopenmp

 

0 Kudos
3 Replies
TimP
Honored Contributor III
478 Views

If you wish to keep the code private, you have the  choice between reporting the problem via your support account or waiting in hope that someone from intel will invite you to send a private reply.  Preferably you would try a more recent release to verify if the problem persists.

0 Kudos
SergeyKostrov
Valued Contributor II
478 Views
>>Should I provide my source code to Intel development team? >>(Isn't there any privacy problem here?) You can but If you will be able to create a reproducer of the problem ( and upload it ) you can get a faster response from community members.
0 Kudos
Yuan_C_Intel
Employee
478 Views

Hi, Seongyun

You can submit a ticket through our new customer portal: www.intel.com/supporttickets. Select "Intel Customer Support" to report an issue.

You can provide your source code in the ticket that is only accessible between you and the Intel support person.

Thanks.

0 Kudos
Reply