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 );
>
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