icc 17.0.0 rejects valid C++ code with template class inheritance
Compiler version and platform: Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.0.098 Build 20160721$ g++-6.2 small.cpp $ clang++ small.cpp $ $ icc small.cpp...
View Articleicc 17.0.0 rejects valid C++ code with variable argument function
Compiler version and platform: Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.0.098 Build 20160721The latest clang also incorrectly rejects the code. $ g++-6.2...
View ArticlePreprocessor macro expansion
Is there any compiler option for Intel C++ 17.0 which will show me the expansion of a preprocessor macro step-by-step when compiling a source file ?I know that I can compile a complete source file's...
View ArticleRecognition (and processing) of "long double" in C++
I have used VS Community 2015 for a few months but my project needs the "long double" to work. VS treats "long double" exactly like "double". I read that the Intel C++ Compiler would recognise and...
View ArticleNo Intel compiler in visual studio
I installed the Parallel Studio Cluster Edition 2017 for student. However, in my Visual Studio community 2015, I don't see the intel compiler in it. Just showing an Intel Visual Fortran. So anyone...
View Article"inline namespace" cannot be compiled with Intel C++ compiler 16 or 17
I'm using Intel C++ compiler 16 with Visual Studio 2015 (platform toolset v140), which has inline namespace literals {} defined in string file. Intel C++ compiler 16 cannot compile it. I tried Intel...
View ArticleIntel Parallel Studio Won't Install/Uninstall
I can't get Parallel Studio to update/install or uninstall. I have downloaded the setup to uninstall it and It still gives an error about the installation source not found.I'm trying to install 2017...
View ArticleVery Slow Compile Times on OS X After Compiler Upgrade
Compiler: Intel 16.0.3OS: OS X 10.10.5Hello,We are experiencing much slower compile times with on our OS X machines after we upgraded from the Intel compiler 13.0.3 to 16.0.3. The intel flags used to...
View ArticleInstalling an old version of PSXE
Hi,Is it OK to install an old version of parallel studio XE on top of a new one so we can test both?I have PSXE 2017 update 1 and I would like to install PSXE 2016 update 2 and keep the first one. Is...
View ArticleInstalling Intel Parallel studio XE 2017 Update 1
Anyone tried installing Intel professional studio 2017 to a different directory? I have extract the file to D:\download then when I run setup it appears to hardcode to c: program files directory.I also...
View ArticleValue of 1E10 when assigned to an integer is different in intel C++ and...
Hi,The integer value is different for intel C++ compiler and visual studio MSVC compiler.The value of 1E10 when assigned to an integer is "1410065408" for MSVC compiler and whereas for intel C++ is...
View ArticleIPO is incomplete on a 64 bit build
We have a program that compiles fine under 32 bits but when we move to 64 it appears that one of the IPOs generated is incomplete and so we are not able to link.We noticed that the ipo-1 is incomplete...
View ArticleInstalling Intel Parallel Studio under bash for Windows
I am trying to do something a bit "unorthodox" by installing Intel C++ Composer under bash for windows (using windows for Linux subsystem).The idea is to use a bash prompt directly from windows and not...
View ArticleIntel C++ 17 vector destructor exception
Using the Intel C++ 17.0 compiler in Visual Studio 2015 I'm getting an access violation exception in std::vector destructor (or its clear method) when running in debug mode. It only seems to occur when...
View ArticleOpenMP bug with nested parallel for
Compiler version: icc 17.0.1 20161013OS version: macOS Sierra 10.12.1The code below generates wrong output.#include <stdio.h> int main(void) { #pragma omp parallel for for (int i = 1; i < 2;...
View ArticleIssue with cstring standard header
Dear all,I have installed the C++ compiler with Parallels XE 2017 on a fresh Ubuntu 16.04 LTS distribution.I am trying to compile a first test program, configured with CMake and the Unix...
View ArticleRemote monitoring errors
About every 15-20 minutes, Windows puts up an error "Remote monitoring client has stopped working".Event viewer shows the errors always come from intelremotemonagent2.exeWith details such as...
View ArticleGuided Auto Parallelism
Hi,I ran Guided Auto Parallelism analysis. I see there are 0 remarks in the output window, does it mean there are no changes required in the code for optimization?Also when I ran the application with...
View ArticleIntel 2016 C++ Parallel Studio, Eclipse package: Error parser does not work...
Hello there :)We are using parallel_studio_xe_2016.2.062 on Linux Mint 18.0 (based upon Ubuntu, kernel is 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015 x86_64 x86_64 x86_64...
View Articleicc 17.0.1 miscompiles valid C code at -O1 and above on x86_64-linux-gnu
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Menlo; color: #000000; background-color: #ffffff} span.s1 {font-variant-ligatures: no-common-ligatures}Compiler version and platform: Intel(R) C...
View Article