ipo: warning #11010: file format not recognized for /usr/lib64/libm.so
......libtool: link: /opt/intel/bin/icc -shared .libs/garray.o .libs/gasyncqueue.o .libs/gatomic-gcc.o .libs/gbacktrace.o .libs/gbase64.o .libs/gbitlock.o .libs/gbookmarkfile.o .libs/gbuffer.o...
View ArticleDumping AST, CFG, IR?
Does anyone know if ICC is capable of dumping an AThanks, Christian
View ArticleCUDA7 samples failed with ICC Package ID: w_ccompxe_2015.2.180
Hi, I compiled the CUDA7 samples with IC Compiler Package ID: w_ccompxe_2015.2.180 Compiling CUDA7 Projectmap "Samples_vs2012"(144 Projects) Active configuration: Debug x64 Using Visual C++ Compiler .....
View Articlex86_64-k1om-linux-ld: warning: xxx.so, needed by yyy.so, not found (try using...
I use "icc -mmic" to compile it.Why there are so maney warnings "x86_64-k1om-linux-ld: warning: xxx.so, needed by ../glib/.libs/libglib-2.0.so, not found"?I'm sure ../glib/.libs/libglib-2.0.so...
View Articleicc -mmic: x86_64-k1om-linux-ld: cannot find -lselinux
compile with "icc -mmic" failed. ...... x86_64-k1om-linux-ld: skipping incompatible /usr/lib64/libselinux.so when searching for -lselinux x86_64-k1om-linux-ld: cannot find -lselinux......[root@amax...
View Articletemplate substitution bug with default template arguments
The following code compiles fine with gcc and clang but gives an error with icc 2016.#include <utility> struct A { using value_type = double; }; struct K { template<class T, class V = typename...
View ArticleApplication generating core dump
i am currently working on one application which is generating core dump files. Application is compiled using icpc(2013) and running on Intel(R) Xeon(R) E5-2670 processor. if i am using return 0 then...
View ArticleVisual Studio 2013: cannot open file libmmd.lib on vc++ projects
I downloaded and installed the trial of Parallel Studio XE 2015 for Windows, and tried to use it to compile a Visual Studio 2013 solution. This solution contains about 50 vc++ projects. Some use MFC,...
View ArticleSig fault on aligned structure
Dear Intel developers,I'm using Intel 15 on Intel(R) Xeon(R) CPU E5-2670 processor. I allocated an array of structure of array by using _mm_malloc_ as the follow: struct traces_32 { float* r; float* i;...
View Articlevalid code corrupts compiler and causes bug in template deduction
The following code below works fine in clang or gcc, but fails with intel compiler 2016.Note if you comment out the section of code labeled block A (which has nothing to do with anything and isn't...
View ArticleSSE horizontal sum
Dear Intel developers,I have to do an horizontal sum of float by using SSE and adding the results on another float. I wrote this: float x=0; float denom_arr_tmp[4]; _mm128 denom_tmp; for(.....) {...
View ArticleIntel(R) F16C instructions
What compiler option, supported in Intel C++ Compiler for Linux, v15.0.0 excludes a dependency on processor support for Intel (R) F16C instructions?
View Articleodd message from linker about sincosf using icc15.0
I'm using icc 15.0.2 on 64bit linux (Centos 6.5) and when I go to link a .so I get this message: 646 1 sincosf{ic=SINCOSF}( (F32) phi_8909_V$17a, (F32 *)sinphi_8909_V$17b, (F32 *)cosphi_8909_V$17c );...
View Articlestd::move with icc 15.0 on OS X ?
Hi,I have a lot of code and libraries on the mac that were built with libstdc++. I'm wondering if there is a way I can compile things to continue to use that version of the c runtime and yet use...
View ArticleQT and VIsual Studio using OpenCL x86 undefined reference to symbol
Hardware specs : Core: Intel Core i7 2600 GPU: Nvidia Geforce Gtx-580Software environment: IDE 1: QT 4.8 IDE 2: Visual Studio 2013 OS: Windows 7 Compiler for QT: mingw32-g+.exe Compiler for VS:...
View ArticleComposer XE 2015 Update 3?
When I follow a link for the release notes for Composer XE 2015, there is an entry for Update 3. Reading the notes there is a date of April 9th in the document. However, there doesn't seem to be an...
View ArticleGetting xilink: : error #10014 on a large VS Solution with /fast
I'm trying to get a very large Visual Studio 2013 solution to compile (100+ big projects). All of the projects are being compiled with the /fast flag. After waiting around 20-30 minutes for the...
View ArticleConverting Mixed C/Fortran from MSV2008 to MSV2012, C2065 errors
I'm in process of converting from Microsoft Visual Studio 2008 to MSV2012 for my mixed code, C and FORTRAN application. The code compiles and executes perfectly for MSV2008 but I receive many, many...
View Articlebug with variadic template-template parameters
This code works with gcc and clang but doesn't compile with icc 2016 with std=c++14#include <vector> #include <iostream> template<template<class...> class Cont, class... Params>...
View Articleicc bug with nested parameter packs
The below code compiles fine with gcc and clang but gives this error with icc 2016:main.cpp(11): error: parameter pack "IX2" was referenced but not expanded KA(const A<IX2>&... ax) {...
View Article