Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

Xeon Phi native Distribution

P__Robert
Beginner
801 Views

Hello,

Are there any plans to include native support for Xeon Phi KNC?

Ideally, I am looking for a revamped RPM set with python/numpy/matplotlib that can be easily installed on the KNC.

 

Thanks,

Rob

0 Kudos
6 Replies
Robert_C_Intel
Employee
801 Views

We support KNL, but appear to be missing a library for KNC. I'll look into getting a hotfix/workaround.

0 Kudos
ephraim_l_
Beginner
801 Views

Any update on when this might be fixed or what library we can add in to fix it?

0 Kudos
Robert_C_Intel
Employee
801 Views

Here is a workaround for the beta.

To use KNC from linux download and unpack this file:

https://my.syncplicity.com/share/i0ahomjz2cmxzaf/mic_lib

password: libs4knc

Then set these environment variables:

MIC_LD_LIBRARY_PATH=<directory for unpacked files>
MKL_MIC_ENABLE=1
# Optional. Fail if offload is not possible
MKL_MIC_DISABLE_HOST_FALLBACK=1 
0 Kudos
ephraim_l_
Beginner
801 Views

Works perfectly. Thanks so much.

0 Kudos
Robert_C_Intel
Employee
801 Views

We released a new version of Intel Python today. You no longer need the workaround from this note. Follow the directions here: https://software.intel.com/en-us/articles/using-intel-python-with-coprocessor-cards

Here is the new version of python: https://software.intel.com/en-us/intel-distribution-for-python

Ignore the text about free trial/buy while we fix up the new web page. Intel Python is no charge.

0 Kudos
P__Robert
Beginner
801 Views

Fantastic, Thanks!

0 Kudos
Reply