.desc: Unpublish a service name published with MPI_Publish_name
MPIX_Spawn_async:
.desc: Spawn new processes asynchronously, call is collective, allocate new resources from RMS (via root proc) if required (only one active MPIX_Spawn at a time)
.file: spawn_async_x
.skip: validate-STRING_ARRAY, validate-ERROR_CODE
command: STRING, root_only=True, constant=True, [name of program to be spawned]
argv: STRING_ARRAY, root_only=True, [arguments to command]
maxprocs: COMM_SIZE, root_only=True, [maximum number of processes to start]
info: INFO, root_only=True, [a set of key-value pairs telling the runtime system where and how to start the processes]
root: RANK, [rank of process in which previous arguments are examined]
resize_allocation: LOGICAL_BOOLEAN, [If true, root can request additional nodes from RMS (if required w.r.t. maxprocs)]
status: INFO, direction=out, [Summary of the spawn status right after the call]