1
1

Be sure to return the new communicator. :-)

This commit was SVN r6199.
Этот коммит содержится в:
Jeff Squyres 2005-06-27 22:48:51 +00:00
родитель 818d6474fd
Коммит 05fcb9b373

Просмотреть файл

@ -648,6 +648,7 @@ int ompi_comm_dup ( ompi_communicator_t * comm, ompi_communicator_t **newcomm)
return rc;
}
*newcomm = newcomp;
return MPI_SUCCESS;
}
/**********************************************************************/