1
1
This commit was SVN r22034.
Этот коммит содержится в:
Shiqing Fan 2009-09-30 14:02:47 +00:00
родитель 105ef7eeaf
Коммит 96e9ffa016

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

@ -296,7 +296,7 @@ static int reduce_inorder(void *sbuf, void* rbuf, int count,
return OMPI_ERR_OUT_OF_RESOURCE; return OMPI_ERR_OUT_OF_RESOURCE;
} }
sbuf = inplace_temp - lb; sbuf = inplace_temp - lb;
ompi_datatype_copy_content_same_ddt(dtype, count, sbuf, rbuf); ompi_datatype_copy_content_same_ddt(dtype, count, (char *) sbuf, (char *) rbuf);
} else { } else {
inplace_temp = NULL; inplace_temp = NULL;
} }