GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis 111
Loading...
Searching...
No Matches
mpi_memory_gbl::mpi_memory_deallocate_integer_2dim Interface Reference

Public Member Functions

subroutine mpi_memory_deallocate_int32_2dim_alc (array, nelem, window, comm)
 Deallocate 2D allocatable 32-bit integer array.
subroutine mpi_memory_deallocate_int32_2dim_ptr (array, nelem, window, comm)
 Deallocate 2D shared MPI 32-bit integer array pointer.
subroutine mpi_memory_deallocate_int64_2dim_alc (array, nelem, window, comm)
 Deallocate 2D allocatable 64-bit integer array.
subroutine mpi_memory_deallocate_int64_2dim_ptr (array, nelem, window, comm)
 Deallocate 2D shared MPI 64-bit integer array pointer.

Member Function/Subroutine Documentation

◆ mpi_memory_deallocate_int32_2dim_alc()

subroutine mpi_memory_gbl::mpi_memory_deallocate_integer_2dim::mpi_memory_deallocate_int32_2dim_alc ( integer(int32), dimension(:,:), intent(inout), allocatable array,
integer, intent(in) nelem,
integer, intent(in) window,
integer(mpiint), intent(in), optional comm )

Deallocate 2D allocatable 32-bit integer array.

Author
Z Masin, J Benda
Date
2017 - 2020

◆ mpi_memory_deallocate_int32_2dim_ptr()

subroutine mpi_memory_gbl::mpi_memory_deallocate_integer_2dim::mpi_memory_deallocate_int32_2dim_ptr ( integer(int32), dimension(:,:), intent(inout), pointer array,
integer, intent(in) nelem,
integer, intent(in) window,
integer(mpiint), intent(in), optional comm )

Deallocate 2D shared MPI 32-bit integer array pointer.

Author
Z Masin, J Benda
Date
2017 - 2020
Here is the call graph for this function:

◆ mpi_memory_deallocate_int64_2dim_alc()

subroutine mpi_memory_gbl::mpi_memory_deallocate_integer_2dim::mpi_memory_deallocate_int64_2dim_alc ( integer(int64), dimension(:,:), intent(inout), allocatable array,
integer, intent(in) nelem,
integer, intent(in) window,
integer(mpiint), intent(in), optional comm )

Deallocate 2D allocatable 64-bit integer array.

Author
J Benda
Date
2020

◆ mpi_memory_deallocate_int64_2dim_ptr()

subroutine mpi_memory_gbl::mpi_memory_deallocate_integer_2dim::mpi_memory_deallocate_int64_2dim_ptr ( integer(int64), dimension(:,:), intent(inout), pointer array,
integer, intent(in) nelem,
integer, intent(in) window,
integer(mpiint), intent(in), optional comm )

Deallocate 2D shared MPI 64-bit integer array pointer.

Author
J Benda
Date
2020
Here is the call graph for this function:

The documentation for this interface was generated from the following file: