Bug: Intel C++ expects "override" keyword in incorrect grammar position
Copied from the GCC bug I reported, because it applies to Intel C++ as well. At least, the version "18" on https://gcc.godbolt.org/.Intel C++ expects the "override" keyword in an incorrect position in...
View ArticleOpenMP pthread_cond_wait deadlock in v18u1
I wish I had a small bit of code to demonstrate this, but unfortunately I don't. Wondering if anyone else has run into something similar, though.I followed the instructions to link mkl_rt at...
View ArticleError in compiler aliasing
Dear all,First of all I am not a programmer so please excuse me if I use some improper terms.I am trying to compile the hdf5 libraries under ubuntu 16.04 with Intel Parallel Studio XE 2018, but...
View ArticleRun program without Visual Studio and Intel compiler
HiI try to compile my program in windows platform installed Visual Studio and Intel C++ compiler.But when I copy my exe. program to another computer without Intel C++ and VS. It failed. It asked...
View Articleinternal error compiling python 3.6.4 with icc 2018.1 on centos 7.4
Steps to reproduce:$ wget https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tar.xz $ tar -xaf Python-3.6.4.tar.xz $ cd Python-3.6.4/ $ ./configure --with-icc $ icc -I Include -I. -c...
View Articleinstall Intel compilers in Suse Leap 15 stumbling block
I try to test if packages will continue function with this new distro. I had installed Parallel Studio XE 2016 update 4 (even though it is unsupported OS). Found it did not cooperate with gcc 7.3, and...
View ArticleHow to solve the problem of "PATH environment variable size has exceeded its...
Dear allWhen I install C++ on my computer, there are the problem of path variables" PATH environment variable size has exceeded its limit. Installation cannot continue because the length of your path...
View ArticleCompiler bug in version 17 taskloop directive
I have a program that uses the following OpenMP directives together: taskloop and collapse. The program works fine when I compile with GCC 7.2, but it simply crashes when I compile with Intel compiler...
View Articlecatastrophic error: cannot open source file "stdio.h"
Dear Experts,I have recently downloaded and installed the "Intel(R) Parallel Studio XE 2018 Update 1" which seems to lack "stdio.h"? For example, if i try to initiate the env with "psxevars.bat...
View Articlecontrol on math lib to be used under linux
Dear Intel Experts,I describe here an issue relative to control on math lib to be used by an application under Linux.Situation:1. When a compiled fortran code is executed, the computation time is T2....
View ArticleProblems with icc 17.0 and Visual Studio 2017
Running Windows 10, VS Community 2017 15.6.0 and Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.6.270 Build 20171215.The following code does not...
View ArticleVersion 18 not finding constants defined in mkl_vsl_defines.h
I downloaded and built the latest version of the intel c/c++ compilers yesterday and have been trying to do some simple random number generation examples, but keep getting the compile error: icpc...
View ArticleWhich version of Intel Fortran Compiler to be used with ASPEN PLUS V10
Hello everyone,I am a doctoral student and I am working with ASPEN PLUS V10. Now I have to use an Intel Fortran Compiler and link it with the ASPEN PLUS V10 for a custom User model operation. Can you...
View ArticleEnum members are not visible to template specialization
I have a code example which originates from llvm source code but modified to clearly provide the issue.It compiles fine with clang but fails with icl. Here's the code:#include...
View Article-Werror ignored?
I'm wondering why the following doesn't produce an error:$ icc -mavx512f -Werror test.c && echo ok icc: command line warning #10159: invalid argument for option '-m' okThis is with version...
View ArticleIntel fortran compiler error
I installed Intel Parallel studio and before that the Microsoft Visual Studio.When I try to use ifort from command line, I get the errorerror: can't open file moduls.obj for writeI have tried changing...
View ArticleERROR: Architecture is not defined. Accepted values: ia32, intel64
Dear Experts,I have recently downloaded and installed parallel_studio_xe_2018_update1_cluster_edition for a single user on my linux environment (Debian 9.1). The installation was successful however...
View ArticleVS2017 15.6.x and ICC18 Playing Nicely?
Hi All,Just wondering if anyone using ICC18 has successfully upgraded VS2017 to 15.6.x without issue? I've experienced an unusually high number of failure cases with the Intel compiler moving from one...
View ArticleIntegration with Visual Studio 2017, base platform toolset issues
The ability to set a Intel "Base Platform Toolset" older than the latest version seems to have got broken/lost with the Visual Studio 2017 integration in ICC 2017 Update 4.It only shows v141 and...
View ArticleHow to enable C++14/17 features with Intel C++?
I am using Intel Parallel Studio 18 with Latest Visual Studio 2017(15.6.2) version I am trying to use std::variant but I couldn't compile and there is no compiler option to set standard c++ version to...
View Article