BDCSVD hangs the machine

Submitted by eugvas

Assigned to Nobody

Link to original bugzilla bug (#1214)
Version: 3.3 (current stable)
Operating system: Linux

Description

When compiling the following code against the Eigen version 3.3-beta1
http://stackoverflow.com/questions/36959506/eigen-library-svd-is-slow-compared-to-gsl
with the Intel compiler icc version 13.1.3, the code hangs on the call to BDCSVD. The same code compiled with g++ 4.4.7 runs fine. Optimization levels -O1 to -O3 have been tried.
Additionally, during the compilation with icc several screens of warnings are issued (apparetnly not related to the problem, but annoying):
Eigen/src/Core/ProductEvaluators.h(543): warning #2536 (closed): type qualifiers are meaningless here

Blocking

#558 (closed)

Edited by Eigen Bugzilla