[OMPI users] Client Server

2006-07-07 Thread Abhishek Agarwal
Hello All, I would like to know if anyone has tested Client server model using OpenMPI. Is there a place where i can get some simple example of this type of system. Thanks Abhinav

Re: [OMPI users] Dynamic COMM_WORLD

2006-07-07 Thread Abhishek Agarwal
Hello, I have done some work on this using MPICH which is very similar to OpenMPI usage. The i think this is working as soon as you spawn a process it creates a intercommunicator and you can comunicate with the corresponding working using that intercommunicator. If you want to communicate

[OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread Abhishek Agarwal
Hello, Is there a way of providing a specific port number in MPI_Info when using a MPI_Open_port command so that clients know which port number to connect. Do advice of any solution so that we can create the portname inside the client once we know the port number of server. Thanks Abhishek