1
1
This commit was SVN r3216.
Этот коммит содержится в:
Tim Woodall 2004-10-19 22:11:59 +00:00
родитель b1801b88bf
Коммит c65b706c67
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -26,6 +26,7 @@ int MPI_Rsend_init(void *buf, int count, MPI_Datatype type,
{
int rc;
if (dest == MPI_PROC_NULL) {
*request MPI_REQUEST_NULL;
return MPI_SUCCESS;
}

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

@ -26,6 +26,7 @@ int MPI_Ssend_init(void *buf, int count, MPI_Datatype type,
{
int rc;
if (dest == MPI_PROC_NULL) {
*request = MPI_REQUEST_NULL;
return MPI_SUCCESS;
}