Merge pull request #1216 from artpol84/icgatherv_fix
Fix NBC iGatherv for inter-communicators.
Этот коммит содержится в:
Коммит
4b3dac5933
@ -118,7 +118,7 @@ int ompi_coll_libnbc_igatherv_inter (const void* sendbuf, int sendcount, MPI_Dat
|
|||||||
NBC_Handle *handle;
|
NBC_Handle *handle;
|
||||||
ompi_coll_libnbc_module_t *libnbc_module = (ompi_coll_libnbc_module_t*) module;
|
ompi_coll_libnbc_module_t *libnbc_module = (ompi_coll_libnbc_module_t*) module;
|
||||||
|
|
||||||
rsize = ompi_comm_size (comm);
|
rsize = ompi_comm_remote_size (comm);
|
||||||
|
|
||||||
if (MPI_ROOT == root) {
|
if (MPI_ROOT == root) {
|
||||||
res = ompi_datatype_type_extent(recvtype, &rcvext);
|
res = ompi_datatype_type_extent(recvtype, &rcvext);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user