clang-based frontend for linux?
Could you guys make your clang-based frontend (http://llvm.org/devmtg/2014-04/PDFs/Posters/ClangIntel.pdf) available for linux also?Your EDG frontend has a lot of bugs with c++11/14 code and it would...
View Articletemplate aliases bug
The following code compiles fine with clang and gcc (-std=c++14) but fails with icc 2016.#include <type_traits> #include <utility> #include <tuple> template<class Integer,...
View ArticleThe problem of " libiomp5md.dll!__kmp_suspend_64() " with Intel C++ Compiler...
After running several hours, the code with OpenMP or MKL would lock at libiomp5md.dll!__kmp_suspend_64() libiomp5md.dll!__kmp_barrier() libiomp5md.dll!__kmp_join_barrier()...
View ArticleDose Parallel Studio 2015 support CentOs 7?
I have a set of CentOS 7 machines on which I need to install Parallel Studio 2015 for using the C, C++, and Fortran compilers. However, when I launch the install script the installer informs me that...
View ArticleCan anyone tell me where to find Channel Hash Support?
Sir: I am working with Intel Haswell Architecture. May someone please tell me where to find such information?Any suggestion I would appreciate....
View ArticleIntel Compiler doesn't generate program database for release mode
Hi,I have again a case where compiling my huge program with MSVC works just fine, with ICC -O2 it ends up with almost neverending compilation and linker problems and with -O1 it seems to generate...
View ArticleExplicit Template Instantiation Declaration doesn't avoid code generation.
Hello,Here is a proof of concept :template <typename T> struct zoo { T a; T foo() { return 2 * a; } // at least one function so zoo requires some code generation. // -> explicit decl are more...
View Articleerror: unexpected token 'identifier' #pragma omp end critical
I am trying to compile Tycho CFD application , and i am getting following error: mv -f .deps/write_ic_vtk.Tpo .deps/write_ic_vtk.Po icc -DHAVE_CONFIG_H -I. -I.. -O3 -openmp -MT write_ifrit.o -MD -MP...
View Articleocaml compilation fails with icc ( [pervasives.cmi] Segmentation fault (core...
I am trying to compile ocaml with icc, i encounter segfault ! terminal log is: icc -c -DCAML_NAME_SPACE -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC main.pic.c rm main.pic.c icc -shared -o...
View Articleerror "SEEK_SET is #defined but must not be for the C++ binding of MPI
I am trying to compile RedMD application with intel parallel studio 2013, and i am getting following error!In file included from /share/apps/intel//impi/4.1.3.048/intel64/include/mpi.h:1279, from...
View ArticleCompiler error assertion failed at: "shared/cfe/edgcpfe/lower_init.c" on...
Hi,I installed parallel_studio_xe_2015_update3 on my debian jessie on linux, and when i'm trying to compile the code I'm working on with icpc, there is this strange error...
View ArticleCan we offload openMp to the GPU ?
Hi,I'm using Ubuntu 14.04.1. Is there a way to use openMp and offload the parallel code into the GPU ? (intel HD graphics) ?if yes:2. which icc version do I need ? (can I do it with gcc ?)3. which...
View Articletqli hangs on i7-4790
Hello,i am using the routine tqli from the book Numerical Recipes (www.physics.sdsu.edu/~johnson/phys580/tqli.c) since several years without any problems on different processors and different...
View Articlexilink.exe crashes and MSVS reports error code -1073740777
I was trying to offload some computation to GFX, and process "xilink.exe" crashes and output in visual studio says:2>xilink: : error #10014: problem during multi-file optimization compilation (code...
View ArticleFeature request: improve error messages: Option cannot change across modules: 0
2> Option cannot change across modules: 0 2>xilink: : error #10014: problem during multi-file optimization compilation (code 1) 2>xilink: : error #10014: problem during multi-file optimization...
View ArticleCan't find intel compilers in xcode 6.4
Hi.I've recently installed Intel® Parallel Studio XE 2015 update 3 in my mac (yosemite 10.10.4). I followed the installation tutorial from de doc, but still can't find the compiler at "USAGE" options...
View ArticleHow to configure eclipse with icc
Hi,I'm using Ubuntu14.04,I want to configure eclipse to work with icc (instead of gcc).I follow:https://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntuBut it was very...
View ArticleCompiler error "member member xxx already has an explicit dllexport/dllimport...
Hi everyone,I meet an error with Intel C++ compiler, Error message is following: icl -c /nologo /Zm200 /Qprec /Zc:wchar_t- /Zi /Od /MDd /GS /GR /EHsc /W3 -DUNICODE -DQT_LARGEFILE_SUPPORT -DMUPA...
View ArticleI'm getting symbol _cilk_spawn could not be resolved when compiling with icpc
Hi,Im using Ubuntu 14.04 & eclipse & intel compiler v 15I have 2 same cilk programs (one with as c program and the other as cpp program).I can compile it with icc (without any problem) But when...
View Articlecrashes
I have been operating an open source chess program tournament for a long time, and I have noticed that some contestants compiled with the Intel compiler crash and result in the engine losing the game...
View Article