Microsoft 'libcpmt.lib' and Intel 'libmmt.lib' locale-related conflicts for...
Hello everyone,For Qt builds using ICC on Windows got error: cd planets-qml\ && ( <span class="code-keyword">if</span> not exist Makefile...
View ArticleWrong section alignments on linux ELF cause linking problems
We wanted to use the LLVM LLD linker, but it complains about an incorrect section alignment emitted by ICPC. Here is my corresponding bug report to LLVM: https://bugs.llvm.org/show_bug.cgi?id=35854 ....
View ArticleNon-commercial license renewal process?
I work on a number of open source projects and try to support the Linux icc compiler where possible on those projects.To do that, last year I went through the non-commercial license process to obtain...
View Article[Bug report] name-resolution inside generic lambdas
In a generic lambdas same names are not found correctly, if in the surrounding scope names from a different namespace are imported:namespace ns { template <class F> void bar2(F f) { f(0); }...
View ArticleCompiler code emsiion changes for Meltdown/Spectre?
Does Intel plan, or need to for that matter, issue an update to the C++ compiler and/or Profile Guided Optimization process for mitigation of meltdown and spectre? I see that GCC and LLVM are releasing...
View ArticleHardcoded installation path for Parallel Studio XE Professional 2018 Update 1...
When I try to install Parallel Studio XE Professional 2018 Update 1 for Windows on my computer it hadcodes the path and will not let me change it. Is there some way around this problem ? When I...
View ArticleTransfering license holder
Hi,I am responsible for the administration of the systems in my company, including the renewal of support for Intel Parallel Studio XE Cluster Edition for Linux. We have renewed the license but the...
View Article[Bug report] Return type deduction for in-class friend functions
In the following example, the return type of a friend function cannot be deduced:struct B {}; template <class T> struct A { friend auto bar(A const&) { return B{}; } }; int main() { using L =...
View ArticlePerformance and optimization
I am going to upgrade to a newer version of the Intel C++ compiler (current is 2015) but I experience problems when optimizing large files/functions. In extreme cases the Intel compiler (versions 2017...
View ArticleMPX support for Win32 project
I've installed the MPX drivers and successfully threw the exception when running some sample code within a console project. However when trying to put the same sample code (and same additional option)...
View ArticleCompatibility of ICC Intel® C++ Compiler 18.0 with XCode 9
Hi guys.. A question about subject.. How can i use the compiler with Xcode 9? I tried the guide on:https://software.intel.com/en-us/get-started-with-cpp-compiler-18.0-for-... but Xcode doesn't find...
View ArticleAVX and omp simd vectorization of functions
I am having trouble understanding the output of ICC (18.0.1.163) when generating vectorized functions with pragma omp declare simd. Consider the following simple code for a vectorized pow10...
View ArticleCompiling Gromacs 2018 using Intel 2018.1 compiler on OSX 10.13.3
I’m trying to compile Gromacs 2018 with icc 2018.1.126 on a iMac using flag cmake .. -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc -DGMX_GPU=on -DGMX_USE_OPENCL=on -DGMX_SIMD=AVX2_256...
View ArticleContinuing problems with debugging information emitted by ICC 18 on Windows
There have been many ongoing issues with debugging information emitted by ICC on Windows - typically the issue is that no data is visible for variables or 'this' when you stop in the Visual Studio 2017...
View Articlelibstdc++.a undefined reference to symbol '__tls_get_addr@@GLIBC_2.3'
Hi.I'm trying to use icpc to compile code generated by xmds2 software and I'm getting this error:xmds2 version 2.2.2 "XMDS2 is a game of two halves" (Debian package 2.2.2+dfsg-2) Copyright 2000-2014...
View Articleicc reports "Requires 'install path' setting gathered from 'gcc'"
# what happenedsample code("main.c"): ``` int main(){} ```when run `icc main.c`, it reports: ``` icc: error #10417: Problem setting up the Intel(R) Compiler compilation environment. Requires 'install...
View Articlefail to build ffmpeg with icc 14
Hi,I use the following command to build the latest ffmpeg from master branch:./configure --cc=/opt/intel/bin/icc --enable-version3 --enable-asm --enable-avfilter --disable-static --enable-shared...
View ArticleUnable to compile c++ code in Fedora linux
Hi,I am unable to compile the following c++ code. #include <iostream> int main () { std::cout<<"Hello world !"<<std::endl ; return 0 ; }gcc version 8.0.1 20180131icpc version 18.0.1...
View ArticleIntel c++ compiler not recognizing in visual studio 2015
Hicmake -G "Visual Studio 14 2015 Win64" -T"Intel C++ Compiler 17.0" .. whenever i use the above command it , it says INTEL c++ compiler is not found. It recognizes the MSVC 19.0.24215.1 by default. my...
View Articlebuilding libiomp5md.dll
Hello!I have been struggling all weekend to build libiomp5.dll on Visual Studio 2010. I wonder if anyone can offer some help. First, let me explain the motivation. One of our software components, the...
View Article