function cannot be referenced -- it is a deleted function
I am attempting to build a third-party application, https://github.com/idaholab/moose, using the instructions at http://www.mooseframework.org/getting-started/.To adapt to our Intel Parallel Studio...
View ArticleLNK2038 mismatch detected for '_ITERATOR_DEBUG_LEVEL'
When using the Intel Math Library with Intel C++ 2018 and Visual C++ 2017 (15.5.7), there is a linker problem when using static linked runtime library because there is no debug version of the Intel...
View ArticleProfile generation executables crash on Windows
Hi, I essentially need the profile guided optimizations, because without them the executables are huge and slower. I have ICC 2016 and I also tried ICC 2018, in both cases same results - while the...
View ArticleC++ - 2018 Update1/Update2 broken with CentOS7 devtoolset-6/devtoolset-7
We have the following test case. It compiles and runs normally on CentOS7 with Intel PSXE 2018 and devtoolset-6/devtoolset-7. In PSXE 2018 Update1 or Update 2, the same code compiles, but is broken....
View Article'_LIB_VERSION_TYPE is undefined' icc and icps errors under Debian Sid
Hello,I installed Intel® Parallel Studio XE 2018 both Update 1 and 2 under Debian Stretch and compiling with icc and icpc worked well. Then I upgraded my system to Debian Sid (Unstable) and then when...
View Articleintel software update causing errors in visual studio
I am using the Intel C++ compiler within Visual Studio (Community 2017). After a recent update (Parallel Studio XE 2018 Update 2 for Windows) when I try to build my C++ code I get 100 errors. The...
View ArticleBoost DLL failed to compile with Intel C++ Compiler
Hello,I have tried to report this issue both here (https://software.intel.com/en-us/forums/intel-c-compiler/topic/642800) and by boost (https://svn.boost.org/trac10/ticket/13192,...
View Article/QaxAVX,CORE-AVX2 generates incorrect code for AVX2
I'm currently fighting hard with the newest version of ICL. First the profile generated code crashes in Intel stuff (https://software.intel.com/en-us/forums/intel-c-compiler/topic/760787#co...) and now...
View ArticleUsing latest Intel® Compilers to Mitigate Speculative Execution Side-Channel...
The Intel Parallel Studio XE 2018 (IPSXE2018) update 2 is released last week that contains the Intel compiler 18.0.2. This version of Intel compiler provides the fix for Spectre variant 2. Please refer...
View Articlehow to install ICC into contain via DockerFile
Hi,My environment is Centos 7.I can to install ICC into docker container via bash manually, and then create one new image with icc support.When installing icc via install script, there is user...
View ArticleQuantlib 1.12 with icc 18.0.1 on Ubuntu 17.04
Dear allI tried to compile the library QuantLib-1.12 (a library for quantitative finance, see www.quantlib.org) with icc 18.0.1 (and 18.0.2) on Ubuntu 17.04. I followed the instructions...
View ArticleIntel Compiler bug while deducing template arguments inside decltype
I ran into a problem with the following code, which compiles fine with gcc and clang, but fails with icc 18.0.1:struct S { template< typename... Ts > auto access( ) -> int { return 1; }...
View ArticleFLEXlm license Error on Intel® C++ Composer XE 2013
Hi,I've been using Intel® C++ Composer XE 2013 Update 5 Integration for Microsoft* Visual Studio* 2010, Version 13.0.1211.2010 for 5 years. Howerver, I recieved the following output message from April...
View ArticleIntel Compiler for KNL and Skylake X Problem
HelloI have been trying to compile code for AVX512 with -O2 and all the other optimizations. However stumbled upon a small problem.When using the zmm registers before each arithmetic instruction such...
View ArticleBoost - lockfree queue - CentOS
I am using lockfree queue from boost:#include <boost/lockfree/queue.hpp> #include <boost/atomic.hpp> boost::lockfree::queue<int> queue(10000);Works fine with GCC compiler, but not...
View Articlestd::align_val_t error with c++17 on Mac
Dear Intel-Community,I’m having trouble compiling any project with std=c++17 on Mac with the latest Intel Compiler 18 Update 2. Even a fresh hello world console project gives me the error:enum...
View ArticleHelp: my liscense for parallel studio is expired, how to do?
Just like the topic.Thank you very much.
View ArticleWhere is the download for the C++ compiler?
Downloading the "free" intel compiler. Anyone know where the link to that is? I do not want the entire studio and junk, just the compiler for C++, thanks!
View ArticleIntel C++ Compiler 18 update 2 MacOS thread local compilation failure
#include <iostream> template <class T> class wrapper { public: static T get() { static thread_local T thing(12); return thing; } }; int main() {...
View Article