KMP_AFFINITY=bunged_up
My system is Linux CentOS 3.6, Parallel Studio XE 2013Compiling for MIC KMP_AFFINITY=compact and KMP_AFFINITY=scatter works as expected (I have Xeon Phi). Threads are pinned properly.Compiling for host...
View Articlecan't open file 'libmmt.lib' error
Hello,I am trying to build a project (or a solution) in Microsoft Visual C++ 2010 ultimate, and I got a compiling error: "LINK: fatal error LNK1104: cannot open file 'libmmt.lib'". I know this should...
View ArticleNetcdf-4.3.0 Installation Compiler Error
#./configure --prefix=/app/netcdf-4.3.0 LDFLAGS="-L/app/hdf5-1.8.1/libWhile I was trying to install netcdf with hdf5 I am getting the following error message.Stage 1 Error: c4var.c: In function...
View ArticleNetcdf-4.3.0 Installation Compiler Error
Netcdf version = 4.3.0#./configure --prefix=/app/netcdf-4.3.0 LDFLAGS="-L/app/hdf5-1.8.1/libWhile I was trying to install netcdf with hdf5 I am getting the following error message.Stage 1 Error:...
View ArticleCompiler warning #2553: nonstandard second parameter "char *[]" of "main",...
Hi,Using warning level -W4 or -W5 I get this strange compiler warning. Can anyone see what I'm doing wrong?Intel(R) C++ Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version...
View ArticleMy daemon fell, probaly because bug in intel compiler.
Hello there, I met interesting bug, may be it's not bug.I have daemon and I have to use OpenMP for parallel and ipp. My daemon fell. I wrote minimal app which repeat this bug. There is bug only if I...
View Articlea warning related libcmt.lib
I am using VC++ 2010 and Intel C++ Compiler for a project, and I got a warning:LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:libraryHas anybody had...
View ArticleProblems with -profile-functions option
Hi!I am getting familiar with the icpc compiler and tried the -profile-functions option.To test it I wrote an extended hello world program which defines and calls some functions.But in the output only...
View ArticleCannot build Boost 1.54 with Composer 2013 SP1 on Win7
HiI am unable to build Boost 1.54 with Composer 2013 SP1 on Win7 (VS2012). I keep getting dialogs popping up saying "Windows can't open this file: positional_options.obj.rsp" and many other .obj.rsp...
View Articlec++ 14.0 Optimization is Broken
Hi,I have code that compiles and runs correctly with C++ 12.1. However, when I upgrade to C++ 14.0 it does not work. Values are not correct. If I turn off optimizations or leave it to minimum size,...
View ArticleAutomatic parallelization lost in static library?
I have a highly separable, embarrassingly parallel image processing code.When I have a standalone program I see a nice speedup when I enable automatic parallelization.Unfortunately, when I build my...
View Article[BUG] icc accepts -std=c11 but doesn't conform
$ icc -V Intel(R) C Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 14.0.1.106 Build 20131008 Copyright (C) 1985-2013 Intel Corporation. All rights reserved. Although not...
View ArticleCompiler warnings!
Why does the compiler generate a warning when I do explicit type cast as in the following:src\homo\ipfac.c(15511): warning #2259: non-pointer conversion from "__int64" to "integer32={integer={int}}"...
View ArticleC++11 final keyword & virtual function calls optimization
Should making a derived class "final" cause calls to its virtual member functions to be replaced with static function calls? (Assuming the pointer type of your instance is the final type.) I tested the...
View ArticleCan't uninstall Composer XE 2013 Update 5 for Windows
I'm trying to uninstall a previous compiler version and the uninstallation fails. These are the last few lines in the log:MSI(i) [14:35:09.724] | === Verbose logging stopped: 12/7/2013 14:35:09 ===...
View ArticleIntel C++ Compiler for Android - KitKat+ support?
The FAQ doesn't mention this so does Intel C++ Compiler for Android 14 support the latest version of Android namely 4.4 KitKat? Also, given that there are radical changes in the works with Android...
View Articleprecompiled header
This looks like a weird bug/behavior to me. If I compile a source file using a precompiled headers extra defines passed to compiler are ignored, meaning that it is impossible to switch between...
View ArticleError about hello-jni
Hello members,Now, I’m setting the Intel C++ Compiler for Android. But I can’t set the configuration.[Error Coment] Command Prompt Error (by Build Environment for Android)...
View ArticleBinscope of binaries compiled by Intel Compiler shows FrontEnd version 0.0.0.0
Hi, when we run binscope on files compiled by the Intel compiler, we see errors like the following. Seems like the frontend is not specifying a version and this is resulting in these Binscope errors....
View Articleconfiguring intel composer xe
Hi everyone,can anybody tell me that how can I configure Intel Composer xe with my home directory. In case I don't have root access so is there any guide to do this?regards,Abdul Jabbar
View Article