[Numpy-discussion] Cython-based OpenMP-accelerated quartic polynomial solver

Sturla Molden sturla.molden at gmail.com
Wed Sep 30 20:32:49 EDT 2015


On 01/10/15 02:20, Juha Jeronen wrote:

> Then again, the matter is further complicated by considering codes that
> run on a single machine, versus codes that run on a cluster.Threads
> being local to each node in a cluster,

You can run MPI programs on a single machine and you get OpenMP 
implementations for clusters. Just pick an API and stick with it.

Sturla




More information about the NumPy-Discussion mailing list