Serial number/license file not working for Parallel Studio 2016 XE Windows
I am trying to install Parallel Studio 2016 XE on Windows ( I have an existing XE 2015 installation) as an upgrade. My old license is single user.Go to registration center @intel.com. Everything looks...
View ArticleUsing MKL 11.3 with Intel Parallel Studio 2015 XE (Windows)
I am using MKL with Visual Studio and Intel Parallel Studio 2015For various reasons I want to stay with the Intel Compiler 2015, but I want to use MKL 11.3. The Intel integrations with Visual Studio...
View ArticleExplanation of how node-locked licenses works with new licensing?
Hi,I am looking for an explanation of how Parallel Studio XE 2016 compiler licensing now works for renewals of 'existing' node-locked licenses.For example, I just installed XE 2016 on a windows machine...
View ArticleIntel compiler licensing 2016 with new node locked licenses breaks IncrediBuild
People might know of IncrediBuild - easy to install and amazing software for distributing a build over a local set of machines - it's not necessary to install the compiler on the other machines ( it...
View Articleequivalent of Matlabs conv2(A,B,'same') using VSL
I need to implement the equivalent of Matlabs conv2(A,B,'same') using VSL as part of a conversion of some Matlab code to C++. I am not a signal processing expert and am struggling a bit with this. Some...
View ArticleVisual Studio 2015 Update 1
Just installed Visual Studio 2015 Update 1 and unfortunately Intel compiler 15 and 16 can not compile new updated headers (STL and co).Any info when this will be fixed ?thanks.
View ArticleBuild Boost 1.59 with Intel 16.0 (I have parallel studio 2016 professional)
I'm using parallel studio 2016 professional and visual studio 2015.Boost seem not to be able to find my Intel Compiler when I I run bootstrap.bat. I will only adds "MSVC" and not the Intel compiler.How...
View Article[[noreturn]] not supported in Intel Compiler 15.0 Update 6
struct S { [[noreturn]] void function() const;};Fails to compile with Intel Compiler 15.0 Update 6 (but does compile with Intel Compiler 16.0 Update 1)1>CompileTest.cpp(7): error : expected an...
View Article11.3 Update 1 integer divide by zero when using MKL_DIRECT
I am using the "direct" calls set by MKL_DIRECT and am moving from MKL 11.2 to MKL 11.3 Update 1I am finding my code is throwing a "integer divide by zero" exception at this call when using 11.3...
View ArticleFORTRAN compilation broken on Windows: Operation could not be completed....
I do mainly C++ development, with some FORTRAN using Visual Studio 2013.I just installed Intel Parallel Studio 16.0 Update 2 and now all my FORTRAN projects will not compile a single file , with above...
View ArticleVisual Studio 2015 Update 2 and Intel Compiler 16.0 Update 2 incompatible?
I have installed Visual Studio 2015 Update 2 and the latest Intel Compiler 16.0 ( I updated to Parallel Studio 2016 Update 2) will not compile "hello world".#include <iostream>int main() {...
View ArticleUsing newer version of gcc compilers on Centos 6.x (devtoolset-3) with icc
Our primary development platform on Linux is Centos 6.7 with Composer XE 2015 - the default gcc version is 4.4.7. We need to use C++11 and STL features as supported by gcc 4.9.2. This gcc version can...
View ArticleVariables in nested scope not visible to Visual C++ 2013 debuggger
I am re-posting this as I think Intel only replies to new posts.I am using Intel Compiler C++ XE 2015 Update 6, with Visual Studio 2013 ( 64-bit code). When in full debug mode variables that are...
View ArticleAny known issues with dcopy ( MKL 11.2.4) in multithread environment?
My software seems to be 'randomly' deadlocking inside dcopy. I have lots of threads running. Is this a known issue? Running Intel Inspector XE always shows a litany of data race issues inside MKL but I...
View ArticleIntelPackage failed to load after Composer XE 2015 Update 7 installation
After updating to Update 7, VS 2013 complains on launch that IntelPackage failed to load. 384 2016/06/21 16:39:40.964 Error VisualStudio End package load [IntelPackage]...
View ArticleVisual Studio 2015 Update 3 C++ compiler vs Intel 16.0
The Visual Studio Compiler team have introduced new optimization capabilities in VS 2015 Update 3 see (https://blogs.msdn.microsoft.com/vcblog/2016/05/04/new-code-optimizer/) and I have to say it...
View Articlezgemm3m and MIC automatic off load
I have noted that zgemm will be taken by AO to the Xeon PHI, but not zgemm3m. This is a bit annoying as AO can give a significant boost to zgemm performance, but zgemm3m is faster than ZGEMM...
View ArticleMKL 11.x, turning on Pardiso OOC via env variables....
HI,Is their anyway to turn on MKL DSS/ PARDISO OOC by using an environment variable? I notice it is possible to tune the OOC via env variables, but it is a bit unclear if it can be switched on and off...
View ArticleImportance of size of lwork array when passed to ?getri
Just a FYI for MKL users, as this caught me....I was profiling and noticed that calls to zgetri was not scaling as the # of threads increased. Also Intel Amplifier showed that that OMP threads apart...
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