/*D
   MPI_Publish_name - Publish a service name for use with MPI_Comm_connect

Synopsis:
.vb
int MPI_Publish_name(const char *service_name, MPI_Info info,
                     const char *port_name)
.ve

Input Parameters:
+ service_name - a service name to associate with the port (string)
. info - implementation-specific information (handle)
- port_name - a port name (string)

Notes:
The maximum size string that may be supplied for 'port_name' is
'MPI_MAX_PORT_NAME'.

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_ARG
.N MPI_ERR_INFO
.N MPI_ERR_OTHER

D*/

