Re: [OMPI users] connecting to MPI from outside

2010-10-12 Thread jody
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 thi

[OMPI users] connecting to MPI from outside

2010-10-12 Thread Mahesh Salunkhe
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