GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis  111
Public Member Functions | List of all members
mpi_memory_gbl::mpi_memory_allocate_integer_2dim Interface Reference

Public Member Functions

integer function mpi_memory_allocate_int32_2dim_alc (array, nelem1, nelem2, comm)
 Allocate 2D allocatable 32-bit integer array. More...
 
integer function mpi_memory_allocate_int32_2dim_ptr (array, nelem1, nelem2, comm)
 Allocate 2D shared MPI default integer array pointer. More...
 
integer function mpi_memory_allocate_int64_2dim_alc (array, nelem1, nelem2, comm)
 Allocate 2D allocatable 64-bit integer array. More...
 
integer function mpi_memory_allocate_int64_2dim_ptr (array, nelem1, nelem2, comm)
 Allocate 2D shared MPI 64-bit integer array pointer. More...
 

Member Function/Subroutine Documentation

◆ mpi_memory_allocate_int32_2dim_alc()

integer function mpi_memory_gbl::mpi_memory_allocate_integer_2dim::mpi_memory_allocate_int32_2dim_alc ( integer(int32), dimension(:,:), intent(inout), allocatable  array,
integer, intent(in)  nelem1,
integer, intent(in)  nelem2,
integer(mpiint), intent(in), optional  comm 
)

Allocate 2D allocatable 32-bit integer array.

Author
Z Masin, J Benda
Date
2017 - 2020

◆ mpi_memory_allocate_int32_2dim_ptr()

integer function mpi_memory_gbl::mpi_memory_allocate_integer_2dim::mpi_memory_allocate_int32_2dim_ptr ( integer(int32), dimension(:,:), intent(inout), pointer  array,
integer, intent(in)  nelem1,
integer, intent(in)  nelem2,
integer(mpiint), intent(in), optional  comm 
)

Allocate 2D shared MPI default integer array pointer.

Author
Z Masin, J Benda
Date
2017 - 2019

If the sub-group communicator 'comm' is not given, then the memory will be allocated on 'shared_communicator', which is set up by mpi_mod.

◆ mpi_memory_allocate_int64_2dim_alc()

integer function mpi_memory_gbl::mpi_memory_allocate_integer_2dim::mpi_memory_allocate_int64_2dim_alc ( integer(int64), dimension(:,:), intent(inout), allocatable  array,
integer, intent(in)  nelem1,
integer, intent(in)  nelem2,
integer(mpiint), intent(in), optional  comm 
)

Allocate 2D allocatable 64-bit integer array.

Author
J Benda
Date
2020

◆ mpi_memory_allocate_int64_2dim_ptr()

integer function mpi_memory_gbl::mpi_memory_allocate_integer_2dim::mpi_memory_allocate_int64_2dim_ptr ( integer(int64), dimension(:,:), intent(inout), pointer  array,
integer, intent(in)  nelem1,
integer, intent(in)  nelem2,
integer(mpiint), intent(in), optional  comm 
)

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

Author
J Benda
Date
2020

If the sub-group communicator 'comm' is not given, then the memory will be allocated on 'shared_communicator', which is set up by mpi_mod.


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