Go to the source code of this file.
Functions/Subroutines | |
| subroutine | spmd_ialltoallv (sendbuf, recvbuf, send_size, total_send_size, sdispls, total_rcv_size, rcv_size, rdispls, request, comm, nb_proc) |
| subroutine spmd_ialltoallv | ( | intent(in) | sendbuf, |
| intent(out) | recvbuf, | ||
| integer, dimension(nb_proc), intent(in) | send_size, | ||
| integer, intent(in) | total_send_size, | ||
| integer, dimension(nb_proc), intent(in) | sdispls, | ||
| integer, intent(in) | total_rcv_size, | ||
| integer, dimension(nb_proc), intent(in) | rcv_size, | ||
| integer, dimension(nb_proc), intent(in) | rdispls, | ||
| integer, intent(in) | request, | ||
| integer, intent(in) | comm, | ||
| integer, intent(in) | nb_proc ) |
Definition at line 31 of file spmd_ialltoallv.F.