xilib: : error #10036: unable to run 'lib'
I've tried to build project in VS2013 on Win8.1 machine. Intel compiler installed here:C:\Program Files (x86)\Intel\System Studio 2015 for Windows.4.027\I have following related diagnostic...
View Articleicc 17.0.1 miscompiles valid C code at -Os and above on x86_64-linux-gnu
Compiler version and platform: Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.1.132 Build 20161005 $ icc -O1 small.c; ./a.out $ $ icc -Os small.c; ./a.out 0 $ $...
View Articleicc 17.0.1 miscompiles valid C code at -Os (only) on x86_64-linux-gnu
Compiler version and platform: Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.1.132 Build 20161005 $ icc -O1 small.c; ./a.out; echo $? 1 $ $ icc -Os small.c;...
View ArticleUnable to uninstall Intel Cluster Studio XE 2013 SP1 Update 1
Hi,I have completed my 30 day trial period and now I want to uninstall from my machine. But it is throwing an error and not allowing me to uninstall, I have attached the error snapshot. Could you help...
View Articlelicense cost
Hi,Could you tell me the license cost for Intel Composer XE 2013 SP1. thanks,Pradeep
View Articleicc 17.0.1 miscompiles valid C code at all optimization levels (including...
Compiler version and platform: Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.1.132 Build 20161005 $ gcc -O0 small.c; ./a.out $ clang -O0 small.c; ./a.out $ $ icc...
View Articleicc 17.0.1 miscompiles valid C code at -O2 (only) on x86_64-linux-gnu
Compiler version and platform: Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.1.132 Build 20161005 $ icc -Os small.c; ./a.out $ icc -O3 small.c; ./a.out $ $ icc...
View Articleicc 17.0.1 crashes on valid C++ code on x86_64-linux-gnu (Segmentation...
Compiler version and platform: Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.1.132 Build 20161005 $ g++ -c small.cpp $ clang++ -c small.cpp $ $ icc -c...
View ArticleWindow x64 17.0.1 compiler, Visual Studio 2015, and std::list checked...
I have encountered a number of mysterious crashes on Windows x64 using 17.0.1 in _DEBUG mode only. In _DEBUG mode on Windows, various STL functions are validated using what are called "checked...
View Article[windows] math.h warnings when using cl from Intel Env (cmd)
I have the following installation:- Windows 10- Visual Studio 2015 (community edition)- Intel 17.0 Update 1 (parallel studio xe composer edition for fortran and C++)There are reasons to use VS/cl with...
View Articleicc (ICC) 17.0.1 20161005 miscompiles C++11 code (related to move constructor ?)
Given test.cpp#include <string> #include <cassert> class CPLString : public std::string { public: CPLString( const std::string &oStr ) : std::string( oStr ) {} }; int main() { CPLString...
View ArticleIntel Premier Support Legacy Status Update
See: Intel Premier Support Legacy Status Update
View ArticleHow to switch to IA-32 compiler in VS2015?
I have recently installed Intel Parallel Studio XE 2017 on Windows 7 64-bit that had Microsoft Visual Studio Professional 2015 (Version 14.0.23107.0 D14REL). It works fine, and I can build Win32 build...
View ArticleCompiler fails with: internal error: assertion failed at:...
Using beast library and example from https://github.com/vinniefalco/Beast/tree/master.Using ICC: 17.0.1 20161005When compiling the example, compiler fails with "internal error":In file included from...
View ArticleCompiler 17.0.1 Windows "Emit Optimization Diagnostics to File=No" broken?
It was really nice in Visual Studio 2013/Intel Compiler 15.0 that Windows "Emit Optimization Diagnostics to File=No" would send data to the "Compiler Optimization Report" Window of Visual StudioNow it...
View ArticleUnexpected ICC sloweness while starting
Dear all, we're having a very strange issue in one of our clusters: while running "icc -v", for example the binary gets stuck for several seconds while waiting for something and then the strace output...
View Articlemcpcom generated command line too large for mcpcom
Hi,while examining various Intel optimizations, I ran:icc -march=native -E -v - </dev/null 2>&1 | grep mcpcomThe output...
View Articleicpc fails to alert on an obvious compilation error in a call to std::copy
The following simple code shows a strange behavior compiled by icpc:#include <algorithm> #include <complex> #include <vector> struct Float { float _f; }; struct Float2 { float _f1;...
View ArticleXcode 8.2 Support
Hi, I installed Intel C++ Compiler (and GDB, nothing more) using Parallel Studio XE 2017 Update 1 on a macOS 10.12.2 with Xcode 8.2.When asked about environment, I selected the option "Both command...
View ArticleVS Profiler Instrumentation of dlls compiled with Intel Compiler 16.0
Hi all,we are experiencing some problems when trying to profile a dll with the Visual Studio Profiler in instrumentation mode. Our setup is such that we compile VS 2015 or 2010 solutions with the Intel...
View Article