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

Easybuild script for Intel Distribution for Python

Soeren_K_
Beginner
584 Views

Hello everyone,

I'd like to give the Intel Distribution a go on our Xeon PHI cluster which uses easybuild modules for setting up the user spaces. Is there an easybuild script available already or do I have to write my own one?

Cheers,

Soeren

0 Kudos
1 Reply
Robert_C_Intel
Employee
584 Views

We have not written an easybuild script.

I see that there is some support for conda https://github.com/hpcugent/easybuild-easyblocks/blob/master/easybuild/easyblocks/generic/conda.py

and you can install intel python with conda: https://software.intel.com/en-us/articles/using-intel-distribution-for-python-with-anaconda

It looks like the script has support for channels and specific packages so would need easybuild to do this:

conda install -c intel intelpython3_full

Please let us if you get it to work.

0 Kudos
Reply