/*D
   MPIX_Stream_comm_create_multiplex - Create a new communicator with multiple local streams attached

Synopsis:
.vb
int MPIX_Stream_comm_create_multiplex(MPI_Comm comm, int count,
                                      MPIX_Stream array_of_streams[],
                                      MPI_Comm *newcomm)
.ve

Input Parameters:
+ comm - communicator (handle)
. count - list length (non-negative integer)
- array_of_streams - stream object array (handle)

Output Parameters:
. newcomm - new stream-associated communicator (handle)

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_ARG
.N MPI_ERR_COMM
.N MPI_ERR_COUNT
.N MPI_ERR_OTHER

D*/

