Hi everyone,<br><br>First of all thanks for IPython, which I think is a fantastic software. I used to work with Matlab but I have switched to Python a couple of years ago and never looked back. <br><br>I'm a postdoc working in fluid dynamics and acoustics and have to compute Fourier transforms on very big arrays (~ 4GB). I've stumbled upon this video <a href="http://www.youtube.com/watch?v=Sa3SHmiXxbw">http://www.youtube.com/watch?v=Sa3SHmiXxbw</a> which demos distributed arrays in Python. It shows how to distribute an array seemlessly over several processors, and how to carry out sevral operations (including the fft). I was really impressed. This is exactly what I would need. <br>
<br>However I haven't been able to find more information on this. I've only found this old Trac repository <a href="http://ipython.scipy.org/ipython/ipython/browser/ipythondistarray/trunk/ipythondistarray?rev=2990">http://ipython.scipy.org/ipython/ipython/browser/ipythondistarray/trunk/ipythondistarray?rev=2990</a>, but I don't know how to download or clone it. Is the project still active? I'd be happy to help revive this.<br>
<br>Any pointers would be much appreciated.<br><br>Sam<br><br>