impirun -client <rank> <host:port> <cmd_line>
<rank> specifies where the processes belonging to this client should
be placed in
MPI_COMM_WORLD relative to the other clients and must be a unique number
between 0 and count-1, inclusive.
<host:port> is the host:port string provided by the server.
<cmd_line> is implementation-specific.