Visual Studio 2017 15.9
Can anyone tell me if there are any problems with VS 2017 15.9 ( latest update) and the Intel 2018/2019 compilers. I have been badly burnt before by VS 2017 updates breaking the Intel Compilers.......
View ArticleCompiling NCBI BLAST 2.7.1 -- error #3377: constexpr function return is...
Hi,I've been trying to compile the NCBI BLAST toolkit 2.7.1 release in CentOS 7.5 using the 2017 (17.0.2 20170213) version of the Parallel Studio. I keep getting the following error when...
View ArticleTransfer license owner
I need some help with transferring floating license ownership from a person who has left my company to myself.
View ArticleLinker Error in debug build
Using icpc (ICC) 19.0.1.144 20181018. The following (stand alone) code compiles and links as expected when using"icpc -std=c++17 error.cpp -o exec"However, building a debug executable by turning on...
View ArticleICC: Multiple issues when header not included
With ICC 19.0.1.144 as well as older versions I experience the following behavior which I think are bugs in the compiler:Take the following very simple code:--- #include int main (int argc, char*...
View ArticleIssue with Serial Number for Parallel Studio XE Installation
Hello everyone,I am sorry to post this here but I wasn't able to find any other related forums. I am trying to install Intel Cluster Tools 2013 SP1 Update 1 on Windows 10, As I am a student, Intel...
View ArticlePin Tool Building Issues in Windows
Hi,Before I start in case I should post this question in a different section, please let me know I would be happy to move it.I'm currently facing the below issue while building the PinTool.Below is the...
View Articleicc 18.0.0 20170811 seems to be unsupported in Xcode 9.1!!!
After updating last week Xcode from 9.0 to 9.1, it seems to me that the icc compiler (version 18.0.0 20170811) stopped to be supported by the editor. I was wondering whether there may be a workaround I...
View Articleicpc incorrectly links to symbolic linked library
We are using icpc to dynamically link to an oracle library as follows:icpc -shared -m64 -static-intel -Wl,--version-script .... (object list) ... -L/home/oracle/app/oracle/product/12.1.0/dbhome_1/lib...
View Articlecatastrophic error - bits/c++config.h (icpc 19.0.1.144)
Hi,I am trying to compile a simple program with icpc version 19.0.1.144 (gcc version 8.2.0 compatibility) and I get the following error:icpc -g -O2 -std=c++17 -I. -c main.cc -o main.oIn file included...
View ArticleAssertion in shared/cfe/edgcpfe/exprutil.c
Compiling revisionhttps://github.com/idaholab/moose/pull/12703/commits/7e842a5348523cebe36...of the MOOSE Framework with icc 18.0.1 gives: [Ubuntu-16][/ssd/schwd/moose/modules]> make -j 32 Compiling...
View ArticleGraphic library to use with intel C++
Hello all.Am writing a fortran code using the intel fortran ..Now I want to write a GUI for it. if I use IVF it cannot be used in Linux systems. So I thought to write GUI in C++ and call my fortran...
View Articleassertion failed: reconcile_routine_types: shared param types unexpected...
Hello!Here is minimal working example, where combination of typedefed templated method type with static keyword results into compilation failure:template<typename T> using func_t = void (T x);...
View ArticleLicense Compliance Fail: Missing redist.txt files in Intel Parallel Studio XE...
Since the 2016 Intel Composer Suite product release, there have been several redistribution license files for elements of the comprehensive product that are missing. I was able to audit the following...
View ArticleBuild C/C++ application using VSCODE
Hi,I have latest Intel Parallel Studio XE 2019.1, and I want to compile my C/C++ sources using Intel Compiler toolchain using VSCode.It has build task configuration, Launch and Attach configuration I...
View ArticleInline variable support in intel 19 compiler
The following code compiles and runs properly with gcc 8.2.0 (using -std=c++17). It also compiles with icc 19.0.1.144, but throws a 'Floating point exception' when trying to access 'map' in the...
View ArticleFFTW compilation issue (autoconf for standard headers fails)
Hi,I try to compile FFTW 3.3.8 on Ubuntu 18.10 and get the following errors (note that I have remove some lines)checking fcntl.h usability... no checking fcntl.h presence... yes configure: WARNING:...
View ArticleDebugging OpenMP programs
Hello,I have a program - call it A - that makes heavy use of OpenMP. I see the CPU time going down as I increase the number of threads in my "#pragma omp for" loops.When this program is called from...
View ArticleAnnotated source listing for template
I use /Qopt-report-annotate to annotate source files with optimisation reporting. It's very useful and simple to use. I go directly to the part that I know is slow and I read what the compiler have...
View Articleicc 17.0 can't compile immintrin.h header from gcc 4.4.7
I am trying to compile our project with icc with -mavx option, and it cannot recognise gcc built-ins from avxintrin.h (such as __builtin_ia32_loadupd256 and __m256d). We don't include the header...
View Article