You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can cheat the displacement unsafety of ALLTOALLW using MPI_TYPE_CREATE_RESIZED. This is a truly disgusting hack, but I want to do it:
(1) to prove that it's disgusting and the MPI Forum needs to pass https://svn.mpi-forum.org/trac/mpi-forum-web/ticket/430.
(2) because it might be broken in MPI implementations.
(3) because it eliminates the need for neighborhood ALLTOALLW, which means we can skip the graph communicator.
The text was updated successfully, but these errors were encountered:
We can cheat the displacement unsafety of ALLTOALLW using MPI_TYPE_CREATE_RESIZED. This is a truly disgusting hack, but I want to do it:
(1) to prove that it's disgusting and the MPI Forum needs to pass https://svn.mpi-forum.org/trac/mpi-forum-web/ticket/430.
(2) because it might be broken in MPI implementations.
(3) because it eliminates the need for neighborhood ALLTOALLW, which means we can skip the graph communicator.
The text was updated successfully, but these errors were encountered: