[python-hpc] Parallel Cython with OpenMP

Guy K. Kloss guy.kloss at aut.ac.nz
Tue Sep 20 02:40:48 CEST 2011


[sorry for cross posting]

This looks *very* interesting. Cython has recently made inroads of featuring 
OpenMP supported parallelisation on SMP/multi-core machines. This gives a 
good/brief introduction on how this can be accomplished, and what can be 
expected. Python now really becomes capable of being a language of choice for 
writing computationally intensive codes for single machines. Together with 
PyMPI or any other simple multi-host distribution technique (ParallelPython, 
multiprocessing, PyRO, ...) it can then also easily scale to clusters, while 
still (mostly) retaining the ease and speed of development we all love Python 
for.

http://www.rcloud.me/2011/09/18/parallel-cython-implementation/

Guy

-- 
Guy K. Kloss
School of Computing + Mathematical Sciences
Auckland University of Technology
Private Bag 92006, Auckland 1142
phone: +64 9 921 9999 ext. 5032
eMail: Guy.Kloss at aut.ac.nz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.python.org/pipermail/python-hpc/attachments/20110920/875ff012/attachment.pgp>


More information about the Python-HPC mailing list