Re: [OMPI users] R: Re: MPI_LOOKUP_NAME BUG

2006-09-07 Thread Renato Golin
Hi Devel list, crossposting as this is getting weird... Alfonso did a client/server using MPI_Publish_name / MPI_Lookup_name and it runs fine on both MPICH2 and LAM-MPI but fail on Open MPI. It's not a simple failure (ie. returning an error code) it breaks the execution line and quits. The server

Re: [OMPI users] R: Re: MPI_LOOKUP_NAME BUG

2006-09-07 Thread Renato Golin
On 9/7/06, Eng. A.A. Isola wrote: For the other discussion...I have used only the MPI2 rouines inside my programs and nothinf other. Then is not possible that it doesn't works. I can understand, for example, that inside Open_MPI the threads or the Client- Server routines are realized in differen

[OMPI users] R: Re: MPI_LOOKUP_NAME BUG

2006-09-07 Thread Eng. A.A. Isola
Yes, you have right!, I send you the real program. For the other discussion...I have used only the MPI2 rouines inside my programs and nothinf other. Then is not possible that it doesn't works. I can understand, for example, that inside Open_MPI the threads or the Client- Server routines are re

Re: [OMPI users] R: Re: MPI_LOOKUP_NAME BUG

2006-09-07 Thread Renato Golin
Hi Alfonso, I couldn't even compile your code directly, is it the one you're using ? It does not even makes sense... can you send the code you are using, or at least a working portion of it that contains MPI_LOOKUP_NAME with which we can reproduce your error ? I have the same problem also if I

[OMPI users] R: Re: MPI_LOOKUP_NAME BUG

2006-09-07 Thread Eng. A.A. Isola
Simple Client-Server Example. This is a simple example; the server accepts only a single connection at a time and serves that connection until the client requests to be disconnected. The server is a single process. Here is the server. It accepts a single connection and then processes data until