Remove unused variable (Coverty fix 171).
This commit was SVN r19187.
Этот коммит содержится в:
родитель
417b727006
Коммит
d897710e4f
@ -165,7 +165,6 @@ mca_coll_basic_alltoallv_inter(void *sbuf, int *scounts, int *sdisps,
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int rsize;
|
int rsize;
|
||||||
int rank;
|
|
||||||
int err;
|
int err;
|
||||||
char *psnd;
|
char *psnd;
|
||||||
char *prcv;
|
char *prcv;
|
||||||
@ -179,7 +178,6 @@ mca_coll_basic_alltoallv_inter(void *sbuf, int *scounts, int *sdisps,
|
|||||||
/* Initialize. */
|
/* Initialize. */
|
||||||
|
|
||||||
rsize = ompi_comm_remote_size(comm);
|
rsize = ompi_comm_remote_size(comm);
|
||||||
rank = ompi_comm_rank(comm);
|
|
||||||
|
|
||||||
ompi_ddt_type_extent(sdtype, &sndextent);
|
ompi_ddt_type_extent(sdtype, &sndextent);
|
||||||
ompi_ddt_type_extent(rdtype, &rcvextent);
|
ompi_ddt_type_extent(rdtype, &rcvextent);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user