Composing a List of Functions

To compose a list of functions for a minimal custom shared object needed for your application, you can use the following procedure:

  1. Link your application with installed Intel MKL libraries to make sure the application builds.

  2. Remove all Intel MKL libraries from the link line and start linking.

    Unresolved symbols indicate Intel MKL functions that your application uses.

  3. Include these functions in the list.

Important Note iconImportant

Each time your application starts using more Intel MKL functions, update the list to include the new functions.

See Also


Submit feedback on this help topic