Below is description of the process of creating shared library from MKL.
- Download MKL Library from: http://software.intel.com/en-us/articles/non-commercial-software-download/ (for noncommercial use).
- Unpack archive and install
- Follow this useful article: http://software.intel.com/en-us/articles/using-intel-mkl-in-your-python-programs/
Steps for me:
-
/tools/environment/mklvarsem64t.sh - cd
/tools/builder - $ cat > ring_list
dsyevr_
^D - $ make em64t name=mkl4py export=ring_list
- Done. Use mklpy.so and
/lib/em64t/libiomp5.so.
MKL online documentation: http://software.intel.com/en-us/articles/intel-math-kernel-library-documentation/. See "Building Custom Shared Object".
No comments:
Post a Comment