Brighid McDonnell
Brighid McDonnell

Reputation: 4343

NumPy Under Xen Client System

I am working on a project built on NumPy, and I would like to take advantage of some of NumPy's optional architecture-specific optimizations. If I install NumPy on a paravirtualized Xen client OS (Ubuntu, in this case - a Linode), can I take advantage of those optimizations?

Upvotes: 1

Views: 106

Answers (1)

Ignacio Vazquez-Abrams
Ignacio Vazquez-Abrams

Reputation: 799110

Yes. The optimizations run in userland and so shouldn't cause any PV traps.

Upvotes: 1

Related Questions