All Articles Tagged ICC
| Link/Url | Tags |
|---|---|
| ERROR while installing ICC 11.1 on Ubuntu 12.04 LTS Precise Pangolin[Forums] Hi, I am wondering if there is any support for ICC 11.1 on Ubuntu 12.04 LTS. Since the Ubuntu distro is the latest, and ICC 11.1 is one generation old, I am not sure if it is still supported. I cannot... Posted: 2012-05-14 12:03:36 | 11, ICC |
| How to build GCC* cilkplus branch in 64bit Ubuntu* 12.04[Knowledgebase] Introduction: Intel® Cilk™ Plus is an open source project now. It is supported in GCC* 4.7 but still not merged into the released GCC* 4.7.0 version. We can build the 'cilkplus' branch of GCC* to make... Posted: 2012-04-14 09:00:00 by Shenghong Geng (Intel) | Cilk Plus, gcc, ICC |
| Build QT Libraries with Intel compiler (Linux)[Knowledgebase] Download QT libraries source code from: http://qt.nokia.com/downloads/linux-x11-cpp Build with GCC: 1. unzip the package and go to the root folder. 2. Build: mkdir prefix ./configure --prefix=./prefix/ make make... Posted: 2012-03-11 09:00:00 by Shenghong Geng (Intel) | ICC, Linux, QT |
| Compiliation error with icpc[Forums] Hello, I downloaded tbb40_20111130oss_src.tgz and the make failed for icpc. I was wondering if there was any idea of how to get this going. Everything worked fine with gcc. $ icpc --versionicpc (ICC)... Posted: 2012-02-13 07:03:44 | compilation, ICC, TBB |
| Source code of \"leaf\" functions in IPP-optimized audio codecs[Forums] I am analyzing IPP-optimized MP3 decoder, integer version.Function mp3idec_decode_data_LayerIII in mp3_dec_int/src/ mp3dec_layer3_int.c is the major function. I need to read the source code of, e.g.,... Posted: 2011-12-01 13:55:39 | audio-video-codec, ICC, mp3 |
| Optimal Tile Size in Icc[Forums] Hello, I'm currently using icc version 12.0.4 20110427. I would like to know what is the default tile factor considered by the compiler when performing loop tiling. In the case of gcc (as of gcc 4.6),... Posted: 2011-11-25 21:15:32 | compiler, ICC, loop blocking, loop tiling |
| icc installation / license question[Forums] Icc is extremely slow for me. E.g., even the \"icc --version\" command takes 10 minutes to finish. strace reveals that my self-intsalled icc gets stuck in trying to contact isl-mp1.jf.intel.com, which... Posted: 2011-11-23 13:17:08 | ICC, Install, license, License server |
| Turning off loop blocking and unrolling [Forums] Hello, I'm currently using icc version 12.0.4 20110427. I read in the compiler optimization manual that. -O3 option, by default switches on the loop unrolling and loop blocking. I want to turn off... Posted: 2011-08-14 23:23:46 | compilation, ICC, O3, optimizations |
| Linking glibc2.* with icc (Intel C Compiler)[Forums] Hello people, I have spent the previous day but could not figure out the way yet to solve my problem. I want to use the function sched_getcpu(); to get the core ids where... Posted: 2011-06-23 07:37:33 | compiler, Core, glibc, ICC, openmpi |
| Configure and Building perl with intel icc compiler[Forums] HiI have many times built perl using gcc. Now tring to install the perl using intel icc compiler.I got evaluation version in my linux machine. I ran ./Configure -Dcc=icc plus some addtional options.But... Posted: 2010-08-20 01:32:45 | build, Configure, ICC, Perl |
| 64-bit Ct Windows Linker with Parallel Studio SP1[Knowledgebase] Problem : When using 64-bit ct.dll in conjuction with Parallel Studio SP1, the linker will appear to spin, but will eventually crash with an out-of-memory error. Environment : 64-bit Windows, Ct Beta... Posted: 2010-06-07 21:00:00 by Noah Clemons (Intel) | 64-bit, Composer, dll, ICC, memory, parallel studio, SP1, Visual Studio, windows |
| how to un-install C++ compiler in fedora 10-12??? i need to re-install(missing dependencies now fixed)[Forums] hi everyone, i just joined the forum here at intel, and i have a question... i have installed ICC complier on my fedora 12 system, and i messed up my install, as i was missing some dependencies, and... Posted: 2010-01-23 23:28:25 | ICC, Intel Compiler, linux, uninstall |
| Compiling OpenCV: warning #68: integer conversion resulted in a change of sign[Forums] Hello, I have an Intel Core Duo (T2350) CPU. I'm running Ubuntu 9.10 Karmic Koala. I am using icc version 11.1 to compile some OpenCV code I made (using the i386 Ubuntu repository version). When... Posted: 2009-12-23 22:59:38 | ICC, opencv |
| unordered_man problem[Forums] Hi, When compiling my code, I got the following error icc main_toplu.cpp -openmp -I/home1/mutlu/mysql-connector-c++/include -L/home1/mutlu/mysql-connector-c++/lib -lmysqlcppconn -o main_toplu/usr/include/c++/4.1.2/tr1/hashtable(1041):... Posted: 2009-10-22 01:22:18 | ICC, unordered_map |
| Internal error: 0_1428[Forums] Hi all,I've come across a problem in the Intel C/C++ compiler for Mac OS X, and would like any advice on fixes, or alert the code maintainers to it.The situation is this: I compile the attached file, and... Posted: 2009-10-06 13:01:13 | 11.1.067, ICC, ICC Optimizations Bug, Mac OS X 10.6, Snow Leopard |
| Intel C++ compiler 11.1.038 integrated to MSVC IDE IPO link phase internal error 0_1149[Forums] Greetings, Previous version had not this bug. When I compile with "debug" profile (w/o IPO phase), all is OK. When I turn on optimizations in "release" profile, multi-file IPO link phase ends with internal... Posted: 2009-08-13 05:17:00 | 0_1149, 11.1.038, code 4, ICC, internal error, internal error 0_1149, IPO, link error, MSVC project, multi-file optimization compilation, problem during multi-file optimization compilation, problem during multi-file optimization compilation (code 4) |
| Unresolved symbol error when running Scipy compiled with icc[Forums] Hi. I'm trying to compile Python, Numpy, and Scipy on a Linux cluster using icc (ICC) 10.1 20070913. I can successfully build and run Python and Numpy with Intel tools. Scipy builds just fine, but... Posted: 2009-07-06 16:54:10 | ICC, Python, scipy, unresolved symbols |
| Building OpenCV with icpc on MacOS 10.5.6 - strange linker error[Forums] Hello, I'm building OpenCV as a framework on MacOS 10.5.6 with icpc 11.0 #064 (most recent version for the Mac), using the make_frameworks.sh script that comes with OpenCV. At first, I got some linker... Posted: 2009-04-07 10:04:21 | ICC, Mac OS X |
| optimization errors[Forums] Hi all, While im trying to optimize an application im getting the following errors,when im running make: icpc: command line warning #10156: ignoring option '-W'; no argument requiredicpc: command line... Posted: 2008-12-20 20:27:32 | ICC, optimization, warnings |
| openmp omp tasking environment variables for 11.0.074 / linux[Forums] Hiya, I'm having difficulty getting (omp) tasking to work with icc 11.0.074 on linux (downloaded yesterday). In particular, I don't seem to be getting any parallelism at all. This is on a machine with... Posted: 2008-12-14 15:06:50 | ICC, OpenMP, task, tasking |
| Which assembler does Intel Compiler icc10 & icc11 use?[Forums] Hello friends , After a lot of observation , i am pretty much sure that icc compiler is faster than the GCC compiler. It must be because of some default optimizations used by icc or the assembler its... Posted: 2008-11-17 01:20:28 | assembler, gcc, ICC, optimization |
| Need "wrapper" to compile the Linux kernel with ICC[Forums] I am a developer with an idea to start a new kernel source for Gentoo that is specifically for the Intel ICC compiler. Evidentally there is a "wrapper" that is needed to be applied to the kernel source... Posted: 2008-11-14 12:16:05 | compile, ICC, kernel, Linux, wrapper |
| internal error: assertion failed at: "shared/edgcpfe/checkdir.c"[Forums] I've seen this error mentioned before on this forum, but I have never experienced it myself w/ my OMP code throughout v10. But, I just upgraded to v11, and all of a sudden my OMP code no longer compiles, saying:... Posted: 2008-11-14 10:02:26 | ICC, internal error, omp |
| Fedora 10, libstdc++.so.5 and libstdc++.so.6 problem.[Forums] Hi, Does anyone know when icc will be compiled against libstdc++.so.6 instead of libstdc++.so.5? This means that Fedora 10 users cannot use it since Fedora 10 uses libstdc++.so.5. $ icc --versionicc... Posted: 2008-10-16 03:35:10 | Fedora, fedora10, ICC, icpc, libstdc++.so.5, libstdc++.so.6, mcpcom |
| Compile with ICC[Knowledgebase] Here's some helpful suggestions for compiling the Midbrowser with the Intel® C++ Compiler. To build with ICC you need to do the following: 1) You need to define the following variables: export CC=icc export... Posted: 2008-10-03 00:00:00 by Dale Taylor (Intel) | browser, ICC, MID |
