Linking with Compiler Run-time
Libraries
Dynamically link
libiomp5
or
library even if you link other libraries statically.
lib
tbb
Linking to the
libiomp5
statically can be problematic because the more complex your operating
environment or application, the more likely redundant copies of the library are
included. This may result in performance issues (oversubscription of threads)
and even incorrect results.
To
link
environment variable is defined correctly.
libiomp5
or
dynamically, be sure the
lib
tbb
DY
LD_LIBRARY_
PATH