|
subroutine | mpi_memory_deallocate_real_2dim_wp_alc (array, nelem, window, comm) |
| Deallocate 2D allocatable real(wp) array. More...
|
|
subroutine | mpi_memory_deallocate_real_2dim_ep_alc (array, nelem, window, comm) |
| Deallocate 2D allocatable real(ep) array. More...
|
|
subroutine | mpi_memory_deallocate_real_2dim_wp_ptr (array, nelem, window, comm) |
| Deallocate 2D shared MPI real(wp) array pointer. More...
|
|
subroutine | mpi_memory_deallocate_real_2dim_ep_ptr (array, nelem, window, comm) |
| Deallocate 2D shared MPI real(ep) array pointer. More...
|
|
◆ mpi_memory_deallocate_real_2dim_ep_alc()
subroutine mpi_memory_gbl::mpi_memory_deallocate_real_2dim::mpi_memory_deallocate_real_2dim_ep_alc |
( |
real(ep), dimension(:,:), intent(inout), allocatable |
array, |
|
|
integer, intent(in) |
nelem, |
|
|
integer, intent(in) |
window, |
|
|
integer(mpiint), intent(in), optional |
comm |
|
) |
| |
Deallocate 2D allocatable real(ep) array.
- Author
- Z Masin
- Date
- 2017
◆ mpi_memory_deallocate_real_2dim_ep_ptr()
subroutine mpi_memory_gbl::mpi_memory_deallocate_real_2dim::mpi_memory_deallocate_real_2dim_ep_ptr |
( |
real(ep), dimension(:,:), intent(inout), pointer |
array, |
|
|
integer, intent(in) |
nelem, |
|
|
integer, intent(in) |
window, |
|
|
integer(mpiint), intent(in), optional |
comm |
|
) |
| |
Deallocate 2D shared MPI real(ep) array pointer.
- Author
- Z Masin
- Date
- 2017
◆ mpi_memory_deallocate_real_2dim_wp_alc()
subroutine mpi_memory_gbl::mpi_memory_deallocate_real_2dim::mpi_memory_deallocate_real_2dim_wp_alc |
( |
real(wp), dimension(:,:), intent(inout), allocatable |
array, |
|
|
integer, intent(in) |
nelem, |
|
|
integer, intent(in) |
window, |
|
|
integer(mpiint), intent(in), optional |
comm |
|
) |
| |
Deallocate 2D allocatable real(wp) array.
- Author
- Z Masin
- Date
- 2017
◆ mpi_memory_deallocate_real_2dim_wp_ptr()
subroutine mpi_memory_gbl::mpi_memory_deallocate_real_2dim::mpi_memory_deallocate_real_2dim_wp_ptr |
( |
real(wp), dimension(:,:), intent(inout), pointer |
array, |
|
|
integer, intent(in) |
nelem, |
|
|
integer, intent(in) |
window, |
|
|
integer(mpiint), intent(in), optional |
comm |
|
) |
| |
Deallocate 2D shared MPI real(wp) array pointer.
- Author
- Z Masin
- Date
- 2017
The documentation for this interface was generated from the following file: