[EMAIL PROTECTED] (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. -- http://mail.python.org/mailman/listinfo/python-list