- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page