RE: [Pympi-users] Reposted: Web Services and pyMPI:
Status: Alpha
Brought to you by:
patmiller
From: Julian C. <rjc...@cs...> - 2005-08-03 03:56:05
|
Pat: Tks for the server code. Actually, I'm still trying to understand it. It looks like you are subdividing mpi.WORLD and allocating portions of it to incoming requests? -----Original Message----- From: pym...@li... [mailto:pym...@li...]On Behalf Of Pat Miller Sent: Tuesday, August 02, 2005 2:44 PM Cc: pym...@li... Subject: Re: [Pympi-users] Reposted: Web Services and pyMPI: [...] Here it sounds like you want to have a distributed replacement for what is typically done with threads. E.g. rank 0 takes requests and passes them off to other workers for completion. In pyMPI the workers would be distributed processes instead of local threads. Suppose I introduced the concept of a pyMPI server class.. [...] |