Intel Short Vector Math Library (SVML) Feature Request 001
Hello,I really think Intel Short Vector Math Library (SVML) is great. Yet I find I'm missing few features which would be great if you could add them:Ability to Select Precision by Function Naming....
View ArticleIntel Compiler 19 and C++17 on Windows
I can't get even a basic project to compile with the Intel compiler in Visual Studio 2017 15.8.5 when C++17 language support is enabled. Creating a Windows Console Application with no changes except...
View Articleicpc pthread_cancel raises exception in C++ program
Hi,The following piece of code shows a scenario where the main thread calls pthread_cancel on a background thread that is sleeping.The sleeping thread would then raise an abort signal that would cause...
View Articleerror: namespace "boost::type_traits" has no member "yes_type"
hi, I compile code calling some api of the boost by inter c++ compiler; but met massive errors as follow:In file included from /usr/local/include/boost/type_traits/is_convertible.hpp(17),...
View ArticleUsing SVML intrinsics in Clang/MSVC
Hi, I own Intel Parallel Studio 2016, but I find the compiler way too slow, unreliable and actually providing worse code than Clang, but the SVML (and IPP) is great, so I'm trying to use it via Agner...
View ArticleIntel Parallel Studio Licensing Question
I am looking at purchasing a named user license for Intel Parallel Studio Cluster Edition. I am interested in using the C++ and Fortran compilers for MPI applications which I want to compile with Intel...
View ArticleC++ Compiler has not installed yet
The C++ compiler is not working at the time of installation so please resolve this issue and I also try on avast customer service but didn't get any response.
View ArticleError assigining dependent value to variable at file scope
I want to make a few read-only variables, at file-scope. A couple of them are dependent on other such variables. A sample code is as follows: static const double A = 1.0; static const double B = A/5;...
View ArticleCannot find icl on Windows
I'm new to intel's software products and I am now following a tutorial of MKL on Windows (link). This tutorial says we can use `icl` or `build` to build the sample code, but when I run them, I was...
View Articletrouble building pit tool outside directory
I am trying to compile pinetrace.cpp from examples on Ubuntu but there is a catch. I am doing it from outside the directory and i have included the full path to pin.H in the code. I intend to modify...
View ArticlemacOS 10.14 Mojave and Xcode 10.0 support
Hi, I recently upgraded my macOS system from 10.13.6 High Sierra and Xcode 9.4.1 to Mojave and Xcode 10.0. I had been using "Intel® Parallel Studio XE Composer Edition for C++ macOS* version 2018...
View ArticleSupport of OpenMP task priorities
Hello,The current version of the LLVM OpenMP runtime seems to not implement OpenMP task priorities. Does the Intel compiler support them (eg. using another runtime compatible with the IOMP interface)?...
View ArticleRedistributable information
Hello,I have Intel C++ 2018 installed on Windows. I am going through the EULA and the following passage is of particular interest:"Redistributables" mean the files (if any) listed in the “redist.txt”,...
View ArticleUnable to build Go 1.4 Bootstrap using Intel Compilers
So I'm attempting to do the following (from https://golang.org/doc/install/source)To build a bootstrap toolchain from source, use either the git branch release-branch.go1.4 or...
View ArticleHow does one compile for Windows from Linux?
That is, crossing compiling with a target of Windows from an environment like those provided by WSL, MSYS2, Cygwin (or of course a 'real' Linux OS). I can't seem to figure out a way if it's at all...
View ArticleIPP patched ZLIB missing symbols
I patched ZLIB 1.2.11 using IPP 2016 (and 2019), all went fine, all compiled fine (using MSVC). But linker comes with following missing symbols (I added all necessary libs, and I actually tried adding...
View ArticleLinker error using std::thread with /MTd
When I try to compile the following program with runtime library Multithreaded Debug (/MTd).#include <thread> #include <iostream> int main() { auto a = std::this_thread::get_id(); std::cout...
View Articleicc sin cos issue
Hello,During compilation my code I faced with the following issue: warning #13383: No instance of function "cos_sin" satisfies math function attributes "max-error=4.0 domain-exclusion=0...
View Articleicc 18 renaming symbols internally - omp_set_num_threads
I've found icc18 renaming symbols internally. Basic test.cpp:extern "C" { void omp_set_num_threads(int num_threads); } void somefun(void) { omp_set_num_threads(3); }Attempt to compile with:$ icpc...
View Articlecompiler vars on PATH
Hi All,So I've installed Parallel Studio XE on my Ubuntu machine, and following the 'Get Started with...' file in the documentation, I've initialised the tools using 'source psxevars.sh', so all well...
View Article