1
1
This commit was SVN r12213.
Этот коммит содержится в:
George Bosilca 2006-10-20 03:28:51 +00:00
родитель 4dad3ef3ef
Коммит 527bb7a197

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

@ -112,7 +112,7 @@ int mca_coll_hierarch_reduce_tmp(void *sbuf, void *rbuf, int count,
int i, err, size;
char *pml_buffer = NULL;
ptrdiff_t extent, lb;
int rank = ompi_comm_rank(comm);;
int rank = ompi_comm_rank(comm);
/* If not root, send data to the root. */
if (rank != root) {