[Matrix-SIG] parallelized NumPy?

Paul F. Dubois dubois1@llnl.gov
Mon, 4 Jan 1999 16:28:25 -0800


-----Original Message-----
From: Alan Grossfield <alan@groucho.med.jhmi.edu>
To: matrix-sig@python.org <matrix-sig@python.org>
Date: Monday, January 04, 1999 6:03 AM
Subject: [Matrix-SIG] parallelized NumPy?


>I'm curious -- is anyone working on a parallelized version of NumPy?
>I poked around the various archives but didn't turn anything up.
>
If you mean, a numerical object that is actually a distributed array, no. My
best guess is that the quickest means to that end would involve using LANL's
data-parallel arrays in their POOMA project.
See http://www.acl.lanl.gov/software. If you mean arrays that do their
operations on shared data with many threads, no.