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