Internals

Warning

This section isn't part of the official API. Things might change at any point without further notice.

Utility

MKL

ThreadPinning.MKL.mkl_fullpathMethod

Returns the full path to the libmkl_rt library if the latter is loaded. Will try to locate the library and, if successfull, will cache the result. Throws an error otherwise.

To force an update of the cache, provide force_update=true.

source