Top "Icc" questions

ICC is Intel's C++ compiler, actually a group of C/C++ compilers that are available for Windows, Linux, and MacOS.

C preprocessor __TIMESTAMP__ in ISO 8601:2004

How can I have a __TIMESTAMP__ replacement in ISO 8601:2004? __TIMESTAMP__ Sat Jul 6 02:50:06 2013 vs __TIMESTAMP_ISO__ 2013-07-06T00:50:06Z

c gcc clang c-preprocessor icc
How to force OpenMPI to use GCC instead of ICC? Is recompiling OpenMPI necessary?

I have a C-code for parallel computing written for gcc, and I want to compile it on a cluster, which …

c gcc compilation icc openmpi
ld: library not found for -lcrt1.10.6.o after running Intel icc compiler on OS Mavericks

I just upgraded from OS Mountain Lion to Mavericks, ran intel icc compiler, icc test.c, it said #include <…

macos compiler-warnings icc
ICC vs GCC - Optimization and CPU architecture

I'm interested in knowing how GCC differs from Intel's ICC in terms of the optimization levels and catering to specific …

gcc x86 compiler-construction 64-bit icc
Is "g++ -MMD" better than include scanning?

Whilst looking at build systems, a lot of them (SCons, bjam, cmake, Tundra, etc) have a built-in #include scanner. Yet …

gcc include dependencies icc
Diferences between pragmas simd and ivdep vector always?

I am currently trying to vectorize a program and i have observed an odd behaviour Seems that a for loop …

c++ vectorization pragma icc