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

Uninstallation method

YiranLi
Beginner
732 Views

Hi! I tried IntelPython and found certain desired features absent, such as parallelization of np.random.rand and Scipy sparse matrix multiplication. However, I cannot find how to uninstall Intel Distribution for Python (installed with .sh script) on the Intel website. Help will be appreciated!

0 Kudos
3 Replies
Vipin_Singh1
Moderator
683 Views

Hi Yiran, we have sent you a private message. Kindly check your community inbox.


0 Kudos
Vipin_Singh1
Moderator
626 Views

Hi, Yiran; thank you for sharing an update on the ticket. We are glad that the issue has been resolved.  

 

If you have any further queries, please post a new question as this thread will no longer be monitored by Intel®. 


0 Kudos
StefR_Intel
Moderator
611 Views

Hi Yiran,

 

Please note that Intel provides the mkl_random (mkl_random/README.md at master · IntelPython/mkl_random) package which exposes the pseudo-random-number generation layer of classical MKL. The MKL's RNG is not threaded, but it is vectorized (uses vector registers). mkl_random comes with an example of parallel random number generation: https://github.com/IntelPython/mkl_random/tree/master/examples

 

Regards,

Stef

0 Kudos
Reply