| MPI Commands | mpinamed (1MPI) |
mpinamed - Very simple MPI name service
mpinamed [-h] [-d] [-v]
mpinamed minimally implements MPI name service defined in MPI-2.0. It should be run with an environment variable _YAMPI_NAMESERVER=host:port. It starts a name service on the port, ignoring the host part. Running name service is necessary when to use MPI_Publish_name, MPI_Unpublish_name, and MPI_Lookup_name. MPI processes connects to the name service specified by _YAMPI_NAMESERVER.
The following options are supported:
mpinamed never ends.
mpinamed dumps key-value pairs currently held on receiving a QUIT signal.