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

ICC hangs on scipy 0.19.0 compilation of scipy/special/cython_special.c

Tim_P_2
Beginner
479 Views

ICC hangs on scipy 0.19.0 compilation of scipy/special/cython_special.c for 32 bit linux. Works fine on 64 bit linux, and 32 bit with gcc. The process just hangs and won't proceed. 

Compiling with numpy 0.12.0 and mkl/icc/ifort. Flags are --compiler=intel --fcompiler=intel

Preprocessed is here:

https://fossies.org/linux/scipy/scipy/special/cython_special.c

icc 17.0.2

gcc 4.7.3

Compiler flags: icc -fPIC -fp-model strict -O3 -fomit-frame-pointer -openmp

 

0 Kudos
1 Reply
Judith_W_Intel
Employee
479 Views

 

I assume you are saying the compilation hangs while compiling a particular file?

If so please provide:

(1) a preprocessed file (add -E or -P to the command line and send the output file)

(2) the compilation flags you are using

(3) the version of the compiler you are using (do an icc-V)

(4) the version of GNU on your system (do an gcc -V)

thanks

Judy

0 Kudos
Reply