|
subroutine | mpi_mod_rotate_arrays_around_ring_wp (elem_count, int_array, wp_array, max_num_elements, comm_opt) |
| This will rotate a combination of the number of elements, an integer array and float array once around in a ring formation. More...
|
|
subroutine | mpi_mod_rotate_arrays_around_ring_ep (elem_count, int_array, ep_array, max_num_elements, comm_opt) |
| This will rotate a combination of the number of elements, an integer array and float array once around in a ring formation. More...
|
|
◆ mpi_mod_rotate_arrays_around_ring_ep()
subroutine mpi_gbl::mpi_mod_rotate_arrays_around_ring::mpi_mod_rotate_arrays_around_ring_ep |
( |
integer(longint), intent(inout) |
elem_count, |
|
|
integer(longint), dimension(:), intent(inout) |
int_array, |
|
|
real(ep), dimension(:), intent(inout) |
ep_array, |
|
|
integer(longint), intent(in) |
max_num_elements, |
|
|
integer(mpiint), intent(in), optional |
comm_opt |
|
) |
| |
This will rotate a combination of the number of elements, an integer array and float array once around in a ring formation.
◆ mpi_mod_rotate_arrays_around_ring_wp()
subroutine mpi_gbl::mpi_mod_rotate_arrays_around_ring::mpi_mod_rotate_arrays_around_ring_wp |
( |
integer(longint), intent(inout) |
elem_count, |
|
|
integer(longint), dimension(:), intent(inout) |
int_array, |
|
|
real(wp), dimension(:), intent(inout) |
wp_array, |
|
|
integer(longint), intent(in) |
max_num_elements, |
|
|
integer(mpiint), intent(in), optional |
comm_opt |
|
) |
| |
This will rotate a combination of the number of elements, an integer array and float array once around in a ring formation.
The documentation for this interface was generated from the following file:
- /home/jacob/Work/codes/UKRmol/gitlab/ukrmol-in/source/gbtolib/source/mpi_mod.F90