Removed cruft - unused variables causing warnings during OMPI build.
This commit was SVN r13772.
Этот коммит содержится в:
родитель
dbe82c70d6
Коммит
db1c2a58c4
@ -44,8 +44,7 @@ mca_coll_basic_allgather_intra(void *sbuf, int scount,
|
|||||||
struct ompi_communicator_t *comm)
|
struct ompi_communicator_t *comm)
|
||||||
{
|
{
|
||||||
int err;
|
int err;
|
||||||
char *rbuf_original = NULL, *inplace_temp = NULL;
|
ptrdiff_t lb, extent;
|
||||||
ptrdiff_t true_lb, true_extent, lb, extent;
|
|
||||||
|
|
||||||
/* Handle MPI_IN_PLACE (see explanantion in reduce.c for how to
|
/* Handle MPI_IN_PLACE (see explanantion in reduce.c for how to
|
||||||
allocate temp buffer) -- note that rank 0 can use IN_PLACE
|
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)
|
struct ompi_communicator_t *comm)
|
||||||
{
|
{
|
||||||
int err;
|
int err;
|
||||||
char *rbuf_original = NULL, *inplace_temp = NULL;
|
ptrdiff_t lb, extent;
|
||||||
ptrdiff_t true_lb, true_extent, lb, extent;
|
|
||||||
|
|
||||||
/* Handle MPI_IN_PLACE (see explanantion in reduce.c for how to
|
/* Handle MPI_IN_PLACE (see explanantion in reduce.c for how to
|
||||||
allocate temp buffer) -- note that rank 0 can use IN_PLACE
|
allocate temp buffer) -- note that rank 0 can use IN_PLACE
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user