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

Public Member Functions

subroutine mpi_mod_rotate_arrays_around_ring_wp (elem_count, int_array, wp_array, max_num_elements, comm_opt)
 This will rotate a combination of the number of elements, an integer array and float array once around in a ring formation. More...
 
subroutine mpi_mod_rotate_arrays_around_ring_ep (elem_count, int_array, ep_array, max_num_elements, comm_opt)
 This will rotate a combination of the number of elements, an integer array and float array once around in a ring formation. More...
 

Member Function/Subroutine Documentation

◆ mpi_mod_rotate_arrays_around_ring_ep()

subroutine mpi_gbl::mpi_mod_rotate_arrays_around_ring::mpi_mod_rotate_arrays_around_ring_ep ( integer(longint), intent(inout)  elem_count,
integer(longint), dimension(:), intent(inout)  int_array,
real(ep), dimension(:), intent(inout)  ep_array,
integer(longint), intent(in)  max_num_elements,
integer(mpiint), intent(in), optional  comm_opt 
)

This will rotate a combination of the number of elements, an integer array and float array once around in a ring formation.

◆ mpi_mod_rotate_arrays_around_ring_wp()

subroutine mpi_gbl::mpi_mod_rotate_arrays_around_ring::mpi_mod_rotate_arrays_around_ring_wp ( integer(longint), intent(inout)  elem_count,
integer(longint), dimension(:), intent(inout)  int_array,
real(wp), dimension(:), intent(inout)  wp_array,
integer(longint), intent(in)  max_num_elements,
integer(mpiint), intent(in), optional  comm_opt 
)

This will rotate a combination of the number of elements, an integer array and float array once around in a ring formation.


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