Hi Mahesh
At least in simple cases you can use normal socket functions for this.
I used this in order to change the run-time behaviour of an application
of a master-worker MPI application. I implemented a simple TCP-Server
which runs in a separate thread on the Master processor; connecting to
this server i could then send commands which changed the state of the
master.
Jody
On Tue, Oct 12, 2010 at 6:14 AM, Mahesh Salunkhe
<mahesh.salunkhe_at_[hidden]> wrote:
>
> Hello,
> Could you pl tell me how to connect a client(not in any mpi group ) to a
> process in a mpi group.
> (i.e. just like we do in socket programming by using connect( ) call).
> Does mpi provide any call for accepting connections from outside
> processes?
>
> --
> Regards
> Mahesh
>
> _______________________________________________
> users mailing list
> users_at_[hidden]
> http://www.open-mpi.org/mailman/listinfo.cgi/users
>
|