Intel Compiler for IA-64 v11.0.075 Win32 - Internal Error: ECG_MODULE_ID_LRA_750
*** Intel Compiler for IA-64 v11.0.075 Win32 - Internal Error: ECG_MODULE_ID_LRA_750 ***
View ArticleWebinar on Accelerate Application Performance with OpenMP* and SIMD Parallelism
We welcome you all for the webinar tomorrow morning at 9am PST where Martyn Corden is going to show you how to tune a SAD kernel using Intel Software Tools. He will walk thru the steps on how to look...
View ArticleAuthorization for MPI compiled program
if I use the Cluster Edition compile my program with MPI function, can my users also run the program with MPI function on cluster without installing mpich2 or openmpi compiled by intel fortran.Zone:...
View ArticleIntel C++ compiler on HP-UX 11i operating systems
*** Intel C++ compiler on HP-UX 11i operating systems ***
View ArticleKMP_AFFINITY
Hi,Does anyone know I can internally change KMP_AFFINITY in the sub-process invoked from my program? My experiment shows it does not work with intel compiler but however it is under gcc compiler.here...
View Articleerror TRK0005: Failed to locate: "icl.exe". The system cannot find the file...
I had just my machine rebuilt, because I could not update the intel software tools.I installed the parallel studio XE 2017 (basic)I am using win7, 64bit with VS2010, VS2013 and VS2015.I received the...
View Articlepragma omp task priority(n) - when?
I would like to specify task priority in OpenMP. This is not available in V17.0.1 (nor mentioned in release notes for V17.0.4).My intended use if for an MPI with OpenMP application where on rank 0, a...
View Article[OMP, C++] Threadprivate with Intel Compiler decreases performance
Hi, I have parallelized my program with OpenMP. I have many of these "#pragma omp threadprivate"directives in my code:static float cost_penalty; static float bc_penalty; static float explicit_cost;...
View ArticleC Language Reference, and identifier lengths
Hey folks, new to the forum, if not the language or compiler ;). I have a couple related questions.1. Is there any C language reference (other than referring to ANSI standards and gnu and Microsoft...
View ArticleIntel Compiler 17.0u3 not calling move constructor
On Windows, I have some fairly straightforward move constructors defined for some matrix classes.One would expect the move constructor to be called when the object is returned from the example function...
View ArticleICC faster on Windows than on Linux
I have a dual-boot on my computer since I prefer to code on linux. On windows, I use Intel Composer XE 2013, and to compare I installed the same version on linux (at first I used the intel compiler 17...
View ArticleC Language Reference, and identifier lengths (follow-up)
Followup to: https://software.intel.com/en-us/forums/intel-c-compiler/topic/736065This question was answered by providing a link to the compiler reference, thanks.But actually, I am looking for a...
View ArticleVisual Studio v120 vs v140 performance, Intel C++ 17
I switched over from Visual Studio 2013 with Intel C++ 15 to Visual Studio 2015 with Intel C++ 17 (rev 4). Since the old compiler is still installed on my system, I can select to build with C++ 17 with...
View Articlesegmentation fault with icpc
Hi, Segmentation fault sometimes occurs in a program when icpc is used.The version of icpc I am using is 17.0.2 20170213, and the version of g++ is 5.2.0.It does not happen when g++ is used.This issue...
View ArticleICInstallDir
In my installation of PSXE 2017 (basic, i.e. no update) (win7, 64bit on VS2010, 2013, 2015) one sees 2 directories, namely:a)C:\Program Files...
View ArticleChoosing between multiple versions of MSVC
I have the Intel C++ compiler installed onto a Windows machine, which has been using MSVC 10 (2010). I recently installed MSVC 12 (2013) alongside the MSVC 10 compiler, and now icpc seems to be...
View Articleoffload to Iris Pro Graphics P580
Sorry if this is slightly off-topic but I didn't see a more applicable forum. I am trying to use Cilk offload for GPGPU applications and I can't find a driver that works with the E3-1585v5 / Iris Pro...
View ArticleGenerating and modifing constexpr tuples
Intel compiler: icpc (ICC) 17.0.2 20170213 g++: g++ (GCC) 5.4.0 clang++: clang version 3.5.2The following code compiles with g++ and clang++ but not with the intel compiler (using -std=c++14):using...
View ArticleHow to renew the Parallel Studio License for Linux (Open source developers)
I have installed Parallel Studio for Linux about a year a go using an open source developer license. The license has now expired but I can't seem to find a way to renew it. When I check my profile on...
View ArticleVisual Studio 2017 integration
Hi,On my machine, I have installed VS Community 2015, then Parallel Studio XE 2017 update 4, and then VS Community 2017.I have the integration of Parallel Studio in VS 2015, but not in VS 2017. I have...
View Article