Quantcast
Channel: Intel® Software - Intel® C++ Compiler
Browsing all 1175 articles
Browse latest View live

Compiling MPICH/FFTW/PETSc with 2019 version

Dear All,I wanted to upgrade to the newest parallel studio XE cluster edition and have installed 2019 update 2.Installation worked, but now I have a lot of problems compiling the libraries I need:When...

View Article


Debian Buster - can't compile simple program

I was able to install it but I can't compile a simple hello world program.$ ls test.cpp $ cat test.cpp #include <iostream> int main() { std::cout << "Hello world"<< std::endl; return...

View Article


Averaging Filter SDLT Sample

Hi allI am not able to understand the output we receive from the Averaging filerwith SDLT , the output is:The time taken in number of ticks is 774874281The time taken just for filter operation is...

View Article

Cannot convert non-capturing lambda closure to function pointer using the...

I've come up with an issue when trying to use some generic code involving lambda functions. Here it is a minimal code to reproduce it:#include <iostream> int main() { auto f = [] { std::cout...

View Article

assertion 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 Article


Image may be NSFW.
Clik here to view.

intel v19 compilation failure - tensorflow-1.12.0

Hi,I was able to compile tensorflowv1.12.0 (CPU version) with gcc 4.8.5 (system default) from source, and i am currently having issues while compiling tensorflow with intel. Here are some details wrt....

View Article

The license file(s) you provided are not valid for this product

I downloaded a fresh copy of the license file.I downloaded parallel_studio_xe_2018_update4_professional_edition.tgzunzipped and untarred it and cd'ed to the directorytried to run install_gui.shIt...

View Article

Missing post after editing title

After editing a post title to note that it was reporting a bug, it disappeared from the posts list and therefore is no longer accessible without its direct link.The post I'm referring to is this:[Bug...

View Article


difference in vectorization with different versions of Intel compiler

Hi all,I have a complex code that calls many Fortran and MKL functions which I need to optimize it. As the first step, I've started with compiler optimization -O 3. I've compiled my code once with MKL...

View Article


How to use Compiler 17 from Parallel Studio

Hello, I have installed the compiler and the mpss for the xeno phi. From this post: https://software.intel.com/en-us/forums/intel-many-integrated-core/topic... it says I need to use compiler 17. Is...

View Article

Intel Parallel studio XE 2018 Update 3 Installation hangs

Hi,I am trying to install Intel Parallel studio XE 2018 Update 3 but after providing all details and license files etc the installation hangs on "installing Component 1". I have visual studio 2017...

View Article

"Intel Advisor cannot show source code for this location"

Hello,I recently started using Intel Compiler 2019 and am learning about the compiler. After having taken a few tutorials, I started checking to see how I improve my C++ program. Unlike the tutorial,...

View Article

OpenMP parallelization and compiler options

Fellow code developers, I've got several years of experience in code parallelization with mpi. Recently I begin to use OpenMP, and I quickly get a lot of problems. Right now the most troubling one is...

View Article


-qopt-malloc-option=(n) not being recognized in Intel Compiler 19.0

System: macOS 10.14 (Mojave)Chip Family: Skylake, Core i7Intel Compiler Version: v19.0I'm having an issue compiling a program using the -qpot-malloc-options flag icpc is stating that it does not...

View Article

Integration with MS VisualStudio

I have MS VisualStudio version 15.9.7 installed on my Windows computer.  Intel C++/Fortran version 19, update 2 doesn't seem to recognize it.  Is this a known issue?  If so, what do I do?

View Article


C++ compiler 19.0.2.187 crashes with provided reproducer

Using icpc (ICC) 19.0.2.187 20190117, when trying to compile the following code:struct a { ~a(); }; struct b { a c; a d; }; struct e { b f[4]; }; class g { e h{}; }; void i() { g(); }the compiler...

View Article

icpc program fails with double free when it shouldn't

Hi The following program fails with " double free or corruption" error. I believe it is a compiler bug. Could someone please have a look at it.icpc version 14.0.1 (gcc version 4.7.0 compatibility)icpc...

View Article


32 bit intel c++ compiler

How do I download an older version of the c++ comiler for duo core processers.I have a 32 bit operating system. windows 10 32 bit

View Article

use OpenMP in Xcode

i want to use OpenMP lib in Xcode with intel compiler, but when i use "#include <omp.h>" it show me "'omp.h' file not found".

View Article

icl.exe segfaults when compiling certain C99 code

It appears that the following C99 program will reliably segfault the Intel C/C++ compiler on Windows:struct s { void *wibble; void *wobble; }; static struct s my_struct; int main(void) { static int x;...

View Article
Browsing all 1175 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>