Re: [OMPI users] MPI_Open_port returns port 0.0.0:2000

2006-05-04 Thread Amit Schreiber
rt-name as a string from one application to another (e.g. passing it at startup of the second application), it should work. Thanks Edgar Amit Schreiber wrote: >Hi, > >I have a simple program which performs the following code: >MPI_Init( &argc, &argv ); >

[OMPI users] MPI_Open_port returns port 0.0.0:2000

2006-05-01 Thread Amit Schreiber
Hi, I have a simple program which performs the following code: MPI_Init( &argc, &argv ); MPI_Errhandler_set(MPI_COMM_WORLD, MPI_ERRORS_RETURN); MPI_Open_port(MPI_INFO_NULL, port_name); printf("accepting connections on port: %s\n", port_name); (... then the program MPI_Comm_accept) I run the progr