|
GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis
111
|
Public Member Functions | |
| integer function | mpi_memory_allocate_real_wp_alc (array, nelem, comm) |
| Allocate 1D allocatable real(wp) array. More... | |
| integer function | mpi_memory_allocate_real_ep_alc (array, nelem, comm) |
| Allocate 1D allocatable real(ep) array. More... | |
| integer function | mpi_memory_allocate_real_wp_ptr (array, nelem, comm) |
| Allocate 1D shared MPI real(wp) array pointer. More... | |
| integer function | mpi_memory_allocate_real_ep_ptr (array, nelem, comm) |
| Allocate 1D shared MPI real(ep) array pointer. More... | |
| integer function mpi_memory_gbl::mpi_memory_allocate_real::mpi_memory_allocate_real_ep_alc | ( | real(ep), dimension(:), intent(inout), allocatable | array, |
| integer, intent(in) | nelem, | ||
| integer(mpiint), intent(in), optional | comm | ||
| ) |
Allocate 1D allocatable real(ep) array.
| integer function mpi_memory_gbl::mpi_memory_allocate_real::mpi_memory_allocate_real_ep_ptr | ( | real(ep), dimension(:), intent(inout), pointer | array, |
| integer, intent(in) | nelem, | ||
| integer(mpiint), intent(in), optional | comm | ||
| ) |
Allocate 1D shared MPI real(ep) 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.
| integer function mpi_memory_gbl::mpi_memory_allocate_real::mpi_memory_allocate_real_wp_alc | ( | real(wp), dimension(:), intent(inout), allocatable | array, |
| integer, intent(in) | nelem, | ||
| integer(mpiint), intent(in), optional | comm | ||
| ) |
Allocate 1D allocatable real(wp) array.
| integer function mpi_memory_gbl::mpi_memory_allocate_real::mpi_memory_allocate_real_wp_ptr | ( | real(wp), dimension(:), intent(inout), pointer | array, |
| integer, intent(in) | nelem, | ||
| integer(mpiint), intent(in), optional | comm | ||
| ) |
Allocate 1D shared MPI real(wp) 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.