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 Interface Reference

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...
 

Member Function/Subroutine Documentation

◆ mpi_memory_allocate_integer_alc()

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.

Author
Z Masin
Date
2017

◆ mpi_memory_allocate_integer_ptr()

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.

Authors
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.


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