1
1

Removed cruft - unused variables causing warnings during OMPI build.

This commit was SVN r13772.
Этот коммит содержится в:
Bill D'Amico 2007-02-23 18:55:41 +00:00
родитель dbe82c70d6
Коммит db1c2a58c4
2 изменённых файлов: 2 добавлений и 4 удалений

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

@ -44,8 +44,7 @@ mca_coll_basic_allgather_intra(void *sbuf, int scount,
struct ompi_communicator_t *comm)
{
int err;
char *rbuf_original = NULL, *inplace_temp = NULL;
ptrdiff_t true_lb, true_extent, lb, extent;
ptrdiff_t lb, extent;
/* Handle MPI_IN_PLACE (see explanantion in reduce.c for how to
allocate temp buffer) -- note that rank 0 can use IN_PLACE

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

@ -697,8 +697,7 @@ ompi_coll_tuned_allgather_intra_basic_linear(void *sbuf, int scount,
struct ompi_communicator_t *comm)
{
int err;
char *rbuf_original = NULL, *inplace_temp = NULL;
ptrdiff_t true_lb, true_extent, lb, extent;
ptrdiff_t lb, extent;
/* Handle MPI_IN_PLACE (see explanantion in reduce.c for how to
allocate temp buffer) -- note that rank 0 can use IN_PLACE