We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a77d6 commit a50519cCopy full SHA for a50519c
ompi/mca/coll/han/coll_han_alltoallv.c
@@ -787,8 +787,8 @@ int mca_coll_han_alltoallv_using_smsc(
787
peers[jrank].counts = (struct peer_counts *)serialization_buf;
788
peers[jrank].sbuf = sbuf;
789
peers[jrank].rbuf = rbuf;
790
- peers[jrank].recvtype = &sdtype->super;
791
- peers[jrank].sendtype = &rdtype->super;
+ peers[jrank].recvtype = &rdtype->super;
+ peers[jrank].sendtype = &sdtype->super;
792
peers[jrank].map_ctx[0] = NULL;
793
peers[jrank].map_ctx[1] = NULL;
794
peers[jrank].map_ctx[2] = NULL;
0 commit comments