c

Link/UrlTags
Accelerating compilation: Part 1: ccache [Knowledgebase]
by Daniel Robbins Compiling Faster In this two-part series, I'll introduce you to two technologies that can be used to accelerate the process of compiling C and C++ programs: cache and distcc. In th ...

Posted: 2008-11-19 14:21:38 by Daniel Robbins (Intel)
C++, compilers, c
Diagnostic 10149: option '-cxxlib-gcc' not supported with the current installed GCC [Knowledgebase]
Cause:When compiling with the Intel(R) Compilers on Linux*, the error message: "Diagnostic 10149: option '-cxxlib-gcc' not supported with the current installed GCC" is an indication that some inconsis ...

Posted: 2009-07-06 09:54:12 by Wendy Doerner (Intel), Ganesh Rao (Intel)
Fortran, error, C++, c, gcc, warning, remark, g++, cxxlib-gcc, compiler
historical reason of existence (Fortran vs. C) [Forums]
Hi allIt's well know the use of row major order for C and collum major order for Fortran. Last night I surprised myself wondering "why"? Each approach favors certain mathematical matrix operations, wh ...

Posted: 2009-02-22 03:36:59 by rreis
Fortran, c, array ordering, history
Where is BLACS in the MKL? [Forums]
I am trying to use BLACS from Visual Studio to use ScaLapack functions.  However, I cannot find the blacs functions anywhere in the header files.  They do exist in the DLLs, however.  How am I supp ...

Posted: 2009-03-24 18:28:21 by schmmd
c, MKL, scalapack, blacs