Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-18 Thread Robert Latham
On Tue, Jul 11, 2006 at 12:14:51PM -0400, Abhishek Agarwal wrote: > 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. The other replies have covered this pretty well but if you are dea

Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread George Bosilca
From: Edgar Gabriel Reply-To: Open MPI Users To: Open MPI Users Subject: Re: [OMPI users] MPI_Info for MPI_Open_port Date: Tue, 11 Jul 2006 13:29:53 -0500 John Robinson wrote: The MPI publish/lookup calls should handle this, if OpenMPI has them. I haven't tried this with OpenMPI yet, b

Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread John Robinson
Hi Edgar, I really was responding to the original poster, not to you. The MPI port should be treated as an opaque object, really, right? I was also wondering whether the user was worried about the TCP port that MPI daemons use to communicate with each other (assuming there are daemons involved)

Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread Abhishek Agarwal
advice further is there is a way to start a service at a particular port. Thanks Abhishek From: Edgar Gabriel Reply-To: Open MPI Users To: Open MPI Users Subject: Re: [OMPI users] MPI_Info for MPI_Open_port Date: Tue, 11 Jul 2006 13:29:53 -0500 John Robinson wrote: > The MPI publish/loo

Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread Edgar Gabriel
John Robinson wrote: The MPI publish/lookup calls should handle this, if OpenMPI has them. I haven't tried this with OpenMPI yet, but it claims MPI-2 compilance, right? ;-) of course, but MPI does not say what an MPI port has to be. For Open MPI this is *not* equal to a TCP port number... S

Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread John Robinson
The MPI publish/lookup calls should handle this, if OpenMPI has them. I haven't tried this with OpenMPI yet, but it claims MPI-2 compilance, right? ;-) /jr --- Ralph H Castain wrote: On 7/11/06 11:59 AM, "Edgar Gabriel" wrote: Abhishek Agarwal wrote: Hello, Is there a way of providing

Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread Ralph H Castain
On 7/11/06 11:59 AM, "Edgar Gabriel" wrote: > Abhishek Agarwal wrote: >> 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. > > the MPI port-name in Open MPI has nothing to do with

Re: [OMPI users] MPI_Info for MPI_Open_port

2006-07-11 Thread Edgar Gabriel
Abhishek Agarwal wrote: 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. the MPI port-name in Open MPI has nothing to do with a TCP port number. The port-name right now is a combination

[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