GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis
111
|
Public Member Functions | |
integer function | mpi_memory_allocate_integer_alc (array, nelem, comm) |
Allocate 1D allocatable integer array. More... | |
integer function | mpi_memory_allocate_integer_ptr (array, nelem, comm) |
Deallocate 1D shared MPI default integer array pointer. More... | |
integer function mpi_memory_gbl::mpi_memory_allocate_integer::mpi_memory_allocate_integer_alc | ( | integer, dimension(:), intent(inout), allocatable | array, |
integer, intent(in) | nelem, | ||
integer(mpiint), intent(in), optional | comm | ||
) |
Allocate 1D allocatable integer array.
integer function mpi_memory_gbl::mpi_memory_allocate_integer::mpi_memory_allocate_integer_ptr | ( | integer, dimension(:), intent(inout), pointer | array, |
integer, intent(in) | nelem, | ||
integer(mpiint), intent(in), optional | comm | ||
) |
Deallocate 1D shared MPI default integer array pointer.
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.