Hi David,
"David Wilkinson" <no-reply@effisols.com> ha scritto nel messaggio
news:eU0oUY6sJHA.4324@TK2MSFTNGP05.phx.gbl...
Does anyone know if it is possible to use static linking of CRT with
OpenMP?
Reading this article from MSDN:
"Reap the Benefits of Multithreading without All the Work"
http://msdn.microsoft.com/en-us/magazine/cc163717.aspx
we can find:
<cite>
Note that Visual C++ does not support static linking of the OpenMP
runtime, although static linking is supported in the version for Xbox 360.
</cite>
However, a search on Intel implementation of OpenMP seems to lead to the
conclusion that Intel implemenation does support static linking:
http://www.intel.com/software/products/compilers/docs/flin/main_for/mergedprojects/optaps_for/common/optaps_par_libs.htm
static linking of CRT (just as system DLL's do).