> > You may want to look at MPI, e.g. mpi4py is convenient for this kind of > work. For numerical work across processes it is close to a de facto > standard. > > It requires an MPI implementation set up on your machine though (but for > single-machine use this isn't hard to set up, typically just install > e.g. OpenMPI), and that you launch Python through > > mpiexec -n 4 python somescript.py >
Thanks for this tip. I'm looking at the mpi4py docs now. Seems kinda complicated... In fact, I should have specified previously: I need to deploy on MS-Win. On first glance, I can't see that mpi4py is installable on Windows. Bryan _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion