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

icpc: error #10106: Fatal error in /opt/intel/composer_xe_2015.1.133/bin/intel64/mcpcom, terminated by floating point exception

Dmitry_A_1
Beginner
1,259 Views

Translation unit produced when compiling Firefox:

$ icpc -std=c++11 -w0 -O3 -c icpc-sig136.ii
icpc: error #10106: Fatal error in /opt/intel/composer_xe_2015.1.133/bin/intel64/mcpcom, terminated by floating point exception
compilation aborted for icpc-sig136.ii (code 1)

Works fine with -O2 instead of -O3. Preprocessed translation unit (gzipped) attached.

0 Kudos
4 Replies
KitturGanesh
Employee
1,258 Views

Hi, 

Let me investigate this issue and get back to you soon.

_Kittur 

0 Kudos
KitturGanesh
Employee
1,258 Views

Hi,

Thanks I am able to reproduce the issue and will file with the developers accordingly. I'll also keep you updated as soon as the release with the fix is out, appreciate much.


_Kittur

0 Kudos
KitturGanesh
Employee
1,259 Views

Hi,
This issue is fixed in the latest product release (which you can download from https://registrationcenter.intel.com), thx.

_Kittur

0 Kudos
Shaikh__Samir
Beginner
1,259 Views

Hi,

Im getting same error while installing gromacs-2020 with intel compiler 19.5 version.

I have used gcc-8.3.0 with intel-19.5 

icpc: error #10106: Fatal error in /home/opt_ohpc_pub/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64/mcpcom, terminated by floating point exception
compilation aborted for /home/samir/gromacs_2020/gromacs-2020/src/gromacs/pulling/pullutil.cpp (code 1)

0 Kudos
Reply