Linking with System Libraries

To use the Intel(R) Math Kernel Library (Intel(R) MKL) FFT, Trigonometric Transform, or Poisson, Laplace, and Helmholtz Solver routines, link in the math support system library by adding " -lm " to the link line.

On Linux OS, the libiomp library relies on the native pthread library for multi-threading. Any time libiomp is required, add -lpthread to your link line afterwards (the order of listing libraries is important).


Submit feedback on this help topic

Copyright © 2006 - 2010, Intel Corporation. All rights reserved.