C complex number usage

Kent Johnson kent37 at tds.net
Sun Jan 6 14:26:48 EST 2008


Bruce Labitt wrote:
> Thanks, Kent.
> 
> It actually did help.  Maybe I'll show up to the January PySig and annoy 
> people there...  

Or January MerriLUG where I am presenting on Python.

Do you know if Python (scientific/scipy) is available
> for the CELL processor, aka PS3?

This document suggests that CorePy can interface to numpy:
http://www.netlib.org/utk/people/JackDongarra/PAPERS/scop3.pdf

and this page shows using yum to install numpy on a PS3 running FC6 so I 
guess it is not out of the question.
   I've got a massively parallel problem
> I need to solve...  My initial look at python was favorable - it appears 
> to be higher level than C.

Python is *much* higher-level than C! However one area where Python is 
weak is in taking advantage of multiple cores. It's not impossible but 
you should be aware of that.
> 
> However, right now I need to do this in C...  I'm eventually going to 
> use the FFTW libraries to help solve my problem.

scipy apparently will use fftw if it is available:
http://www.scipy.org/FAQ?highlight=%28fftw%29#head-690f5c7fb8d9a6998229bb2b271a198e078a7975

Kent


More information about the gnhlug-discuss mailing list