|
| subroutine | mpi_mod_send_int32_array (to, buffer, tag, n, comm) |
| subroutine | mpi_mod_send_int64_array (to, buffer, tag, n, comm) |
| subroutine | mpi_mod_send_wp_array (to, buffer, tag, n, comm) |
| subroutine | mpi_mod_send_ep_array (to, buffer, tag, n, comm) |
◆ mpi_mod_send_ep_array()
| subroutine mpi_gbl::mpi_mod_send::mpi_mod_send_ep_array |
( |
integer(mpiint), intent(in) | to, |
|
|
real(ep), dimension(:), intent(in) | buffer, |
|
|
integer, intent(in) | tag, |
|
|
integer, intent(in) | n, |
|
|
integer(mpiint), intent(in), optional | comm ) |
◆ mpi_mod_send_int32_array()
| subroutine mpi_gbl::mpi_mod_send::mpi_mod_send_int32_array |
( |
integer(mpiint), intent(in) | to, |
|
|
integer(int32), dimension(:), intent(in) | buffer, |
|
|
integer, intent(in) | tag, |
|
|
integer, intent(in) | n, |
|
|
integer(mpiint), intent(in), optional | comm ) |
◆ mpi_mod_send_int64_array()
| subroutine mpi_gbl::mpi_mod_send::mpi_mod_send_int64_array |
( |
integer(mpiint), intent(in) | to, |
|
|
integer(int64), dimension(:), intent(in) | buffer, |
|
|
integer, intent(in) | tag, |
|
|
integer, intent(in) | n, |
|
|
integer(mpiint), intent(in), optional | comm ) |
◆ mpi_mod_send_wp_array()
| subroutine mpi_gbl::mpi_mod_send::mpi_mod_send_wp_array |
( |
integer(mpiint), intent(in) | to, |
|
|
real(wp), dimension(:), intent(in) | buffer, |
|
|
integer, intent(in) | tag, |
|
|
integer, intent(in) | n, |
|
|
integer(mpiint), intent(in), optional | comm ) |
The documentation for this interface was generated from the following file:
- /scratch.ssd/codes/ukrmol-in-git/source/gbtolib/source/mpi_mod.F90