Intel 17.0 Update 4 and VS2017 /FR (Browse Information) Fails
The /FR (browse information) compiler option does not work correctly with Intel 17.0 Update and VS2017. BSCMAKE generates an error about being unable to access the .sbr file.This works correctly under...
View ArticleMapping compiler options from Tru64 to Intel
Can anyone help with this? I am porting a legacy c program from UNIX Tru64 to Intel64. I have not had any luck in mapping the following options: -source_listing -assume noaligned_objects...
View Articleproblem with C99 functions prototipes on Intel C 2017
Hi, I keep my Intel C compiler 2013 until recently. A few days ago I bought the 2017 version. The Intel C 2017 is integrated with VS 2015, Community Edition. I frequently use functions such as sincos()...
View Articlegdb-ia ImportError No module named site
I am porting legacy c applications from tru64 to LINUX. I need to debug some of these codes and am stumbling along trying to understand the debuggers I can use. I was told INTEL no longer uses idb,...
View Articlecannot open file 'libucrt.lib'
I have Visual Studio 2017 version 15.2 and Parallel Studio XE 2017 Update 4, after getting linker errors the other day I repaired visual studio and all was fine but now I open the same project to find...
View ArticleUnresolved externs STD::COUT
hiI am getting the following unresolved externsUsing Microsoft header <iostream> with the intel compiler and I have to link with intel .libs is there anything comparable with the intel compiler...
View Article__builtin_expect() chokes on dfp754
As defined in IEEE-754 comparisons with NAN should always yield false, this works: #define __STDC_WANT_DEC_FP__ #include <dfp754.h> if (0.4dd > nand64("")) { return 1; } return 0; Now,...
View ArticleIntel Compiler 15 Error After Installing Parallel Studio 2017
I've downloaded a project through SVN. I've downloaded and installed Parallel Studio 2017. And I have Visual Studio 2015. I changed my project's platform toolset to Intel C++ Compiler 17. In the...
View ArticleInstalling Parallel Studio 2017 on Debian Linux - Problem with paths and...
Hello,I am a student which I have successfully qualified for academic licence. I would like to use Intel C++ compiler in conjuction to IntelMPI. I have installed (as root user) Intel Parallel Studio...
View ArticleI2C interface on Atom E3845
Hi, All!I have a board with intel atom E3845. This processor has a I2C controller. I setup a driver for windows7 64bit, and I want write a some code. I cannot find any documentations or examples about...
View Article__builtin_nandX
Is there a reason that __builtin_nand32, __builtin_nand64, __builtin_nand128, __builtin_infd32, __builtin_infd64, __builtin_infd128 aren't exposed in icc, even with gcc compatibility turned on?While it...
View ArticleGetting segmentation fault for no reason.
I am running on RHE6.7 which comes with gcc 4.4.7. My source code that requires c++11 compatible compiler, so I have downloaded gcc 4.8.2. I am able to compile with gcc 4.8.2 and run.The Intel compiler...
View ArticleIntel C++ Compiler 17 - Access violation or stack overflow. Please contact...
I compile project in Visual Studio 2015 with Intel C++ Compiler 17 without any error. Modify some codes and compile again without any errors again.But when I shutdown the computer and turn on again,...
View ArticleHybrid MPI+ OpenMP tasks
Running an application that uses MPI, OpenMP tasks in MPI_THREAD_MULTIPLE mode I get this error;[26] trying to free memory block that is currently involved to uncompleted data transfer operation free...
View ArticleCompiling TensorFlow with Intel C Compiler
Just Tried to build TF with icc and it keeps failing. the following is the command used for building:CC=icc bazel build --verbose_failures --config=mkl --copt=-msse4.2 --copt="-DEIGEN_USE_VML" -c opt...
View ArticleStrange linker errors
I just reinstalled the XE 2017 compiler with a new installation of VS 2017 Community edition on Window 10 Pro.It is giving error messages with which I am unfamiliar and cannot find in the help...
View Articleinternal error: IERROR_MODULE_ID_1204
I was trying to compile Geant4 package with parallel_studio_xe_2017.4.056 software (on Linux), it was working fine however when I tried to compile static libraries it gave...
View ArticleCrash in _kmp_dephash_free on program exit
Intel Compiler XE 2017, Windows 64-bit.Can anyone give some hints as to what this indicates ... Its clearly some kind of OpenMP threading issue that is hard to track. Intel Inspector is not giving me...
View ArticleExisting projects are not converting properly to VS2017
I recently installed VS2017 and Intel XE 2017 and hoped that my existing projects (all Intel C++ 17) would work, but no such luck.When I open a solution and select Properties for a project, it shows...
View ArticleFMA
Hi,I use Intel 17.0.4 compiler and Intel Xeon E5 2697 V4 (Broadwell) processor. I know that this processor supports fused multiply add instruction.For this line of code: yy += (A[i] * B[i]);If I...
View Article