Parallel Python

Paul Rubin http
Wed Jan 10 13:21:32 EST 2007


nmm1 at cus.cam.ac.uk (Nick Maclaren) writes:
> Yes, I know that it is a bit Irish for the best way to use a shared
> memory system to be to not share memory, but that's how it is.

But I thought serious MPI implementations use shared memory if they
can.  That's the beauty of it, you can run your application on SMP
processors getting the benefit of shared memory, or split it across
multiple machines using ethernet or infiniband or whatever, without
having to change the app code.



More information about the Python-list mailing list