You seem to have suppressed
You seem to have suppressed important text for your source code.Are you sure you used icc rather than icpc, and the same version of g++, in both cases? The current icpc probably works best with g++...
View Articlesorry for that. I wanted to
sorry for that. I wanted to include complex and cmath.I used icc, but icpc gives the same result.This is all running on the same machine. We use CentOS 6.4 with gcc 4.4.7 because of the Xeon Phi cards.
View ArticleI confirmed this problem.
I confirmed this problem. I thought it might be related to g++ version, but it seems not. icpc (on host) sometimes misses support for C++11 features on account of g++ 4.4 not supporting them, but the...
View ArticleI will report this to
I reported this to Development and will keep this post updated as I learn more. No need for formal problem report.(Internal tracking id: DPD200295115)
View ArticleI'm sorry I missed your post
I'm sorry I missed your post earlier. Unfortunately, there is no work around at this time. I inquired w/Development regarding the status of a fix. I reiterated the impact/urgency (this has also...
View ArticleI'm still experiencing issues
I'm still experiencing issues about a "missing symbol definition of __builtin_signbit" when including <algorithm> with C++11 support and offloading to the Xeon Phi (whether actual algorithms of...
View ArticleHi,
Hi,looking further into it, the inclusion of any one of the following three headers seems to cause trouble: algorithm, cmath and random. A minimal example to reproduce the issue (Compiler version 14.0...
View ArticleHello,
Hello,the problem is fixed with Intel(R) Composer XE 2013 SP1 Update 3. Please give it a try.Best regards,Georg Zitzlsberger
View Article