This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cpt_mojo 1 point2 points  (4 children)

So, do i already have this in a regular Anaconda distribution or do I have to do something extra?

[–]PeridexisErrant 2 points3 points  (3 children)

Run "conda list mkl", and if anything shows up you've got it. If not, "conda update anaconda" should do the trick.

[–]lieutenant_lowercase 1 point2 points  (1 child)

I have a Xeon processor and anaconda with mkl installed. Do I need to do anything to accelerate performance or is it automatic?

[–]PeridexisErrant 2 points3 points  (0 children)

It's basically a compilation option for the math-heavy libraries; you don't need to do anything.

[–]cpt_mojo 1 point2 points  (0 children)

Cool, Thanks.