Quantcast
Browsing all 1175 articles
Browse latest View live

Why Can't I Compile? Non-Technical.

I got a C++ Compiler trial installation.  Then about a week ago I paid 250 bucks to regular usage of the compiler.The icc command now produces, Error: Product support for your (Comp-CM) license has...

View Article


Intel C++ Compiler 17.0 Update 5 + VS2017 5.7.1 = Access Violation

This code snippet:#include <exception> #include <iostream> int main() { try { throw std::runtime_error("Hello World!"); } catch (const std::exception &e) { std::cout << e.what()...

View Article


BIG Problems with Inel C++ and Visual Studio 2017

Some years ago (actually, quite a few), I used to rely on the Intel C/C++ Compiler to check my software for subtle/potential errors: it was brilliant.Then, a few day ago, Intel granted my an "Educator"...

View Article

Error in setting up the compiler environment

Hi, For months I have been using intel C++ compiler and each time I have used the same command "source /opt/intel/bin/compilervars.sh intel64" and it has gone through successfully. Just today, I used...

View Article

-xCORE-AVX512 vs. -xSKYLAKE-AVX512

I am experimenting with AVX-512 on a Skylake-SP processor using the Intel C++ Compiler version 18.2.I am curious to know the difference, if any, between these two options to the...

View Article


Intel compiler doesn't support '__builtin_shuffle'

Hi,I failed to build freetype-2.9.1, harfbuzz-1.7.6 and libpng-1.6.34 using 'icc (ICC) 18.0.1 20171018'The following is my building steps for your reference:cd libpng-1.6.34 && ./autogen.sh...

View Article

Unable to execute programs with Intel MPI under Windows Subsystem Linux (WSL)

The same issue has also been posted on WSL repository: https://github.com/Microsoft/WSL/issues/3231 * Your Windows build number:  Microsoft Windows [version 10.0.17134.48] A simple test program...

View Article

Can't use 'mpiicc' after installation of Parallel Studio

Hello all, I just installed parallel_studio_xe_2018_update2_professional_edition. After some digging I've found how to enable the command 'icc'. Can't find references about how to enable 'mpiicc'...

View Article


What’s new in the Intel® Compiler 19.0 beta

We’ve added a “What’s new in Intel® Compiler 19.0 beta” presentation to our main beta page. You are welcome to review it and try out the new features.To learn more, visit Intel® Parallel Studio XE 2019...

View Article


Intel c++ compiler error with pybind11 using -std=c++17

Hello, I am getting a compile error when using the Intel c++ compiler (ICC - 19.0.0.046 20180317) when compiling a simple code, basically importing pybind11 with the option -std=c++17. The error log is...

View Article

How to build Boost with the Intel C++ compiler under macOS

This question has already been posted on https://stackoverflow.com/questions/48252486/how-to-build-the-boost-shared-libraries-with-the-intel-2018-compiler-and-c11-s , but I got no replies. Maybe...

View Article

Executable form Intel compiler crashes the PC

Hello,I'm not 100% sure this is completely the right place, but since it sounds related to the usage of executables compiled with Intel compiler... (otherwise feel free to redirect me to the proper...

View Article

identifier "SIG_BLOCK" is undefined

Dear all,I have problems building Cmake 3.11.2 with Intel 17up5 compilers. The same build with GCC 4.8.5 works without any issues. So it looks like this is something specific to Intel compilers, as...

View Article


Setting gcc version

I have several versions of gcc installed on my system, the latest, 8.1.0 is not compatible with Intel's compiler (18 update 3). So I've been trying to convince the compiler to compile using an older...

View Article

Image may be NSFW.
Clik here to view.

Compiler errors for C++17 with WSL 18.04

Firstly, Let me explain briefly the environment :Windows x64 Platform - Windows 10 1803 (build 17134.81)Windows Linux Subsystem - Ubuntu 18.04 (via Windows Store)GCC version installed on WSL - GCC...

View Article


[bug report] Variable length array in statement expression

Hi,I encountered a phenomenon that a statement expression is always evaluated as zero when variable length array is declared inside it. Constant-length array did not cause this problem, including an...

View Article

OpenMP Array Reduction Syntax Rejected Under ICPC 18.0.3 (Linux)

Hello, the following OpenMP 4.5 syntax is rejected under Linux with Intel C++ Compiler for Linux v18.0.3template <typename T, unsigned int N = 256> class histogram_t { public: . . . template...

View Article


CMAKE error :TBB_tbb_LIBRARY_DEBUG (ADVANCED) variable set to not found

System: LinuxI am getting the following error when trying to run a C++ code. When I run cmake .., I get -srishti@ubuntu:~/realtimeKCF/build$ cmake .. FINALLL TBB_LIBRARIES =...

View Article

private member error with Complex header

I'm trying to build ITK 4.13.0 with icpc 2018.1.163 and am seeing the following error:In file included from /dev/shm/ITK/4.13.0/intel-2018a-Python-2.7.14/easybuild_obj/Wrapping/itkFixedArray.cxx:1: In...

View Article

Intel MKL support for VS2010 with x86 Architecture

I would like to know which version of Intel MKL libraries will be supported in Visual Studio 2010 with x86 Architecture.Regards, Tamil.

View Article
Browsing all 1175 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>