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

Public Member Functions

subroutine mpi_mod_recv_int32_array (from, tag, buffer, n, comm)
 
subroutine mpi_mod_recv_int64_array (from, tag, buffer, n, comm)
 
subroutine mpi_mod_recv_wp_array (from, tag, buffer, n, comm)
 
subroutine mpi_mod_recv_ep_array (from, tag, buffer, n, comm)
 

Member Function/Subroutine Documentation

◆ mpi_mod_recv_ep_array()

subroutine mpi_gbl::mpi_mod_recv::mpi_mod_recv_ep_array ( integer(mpiint), intent(in)  from,
integer, intent(in)  tag,
real(ep), dimension(:), intent(out)  buffer,
integer, intent(in)  n,
integer(mpiint), intent(in), optional  comm 
)

◆ mpi_mod_recv_int32_array()

subroutine mpi_gbl::mpi_mod_recv::mpi_mod_recv_int32_array ( integer(mpiint), intent(in)  from,
integer, intent(in)  tag,
integer(int32), dimension(:), intent(out)  buffer,
integer, intent(in)  n,
integer(mpiint), intent(in), optional  comm 
)

◆ mpi_mod_recv_int64_array()

subroutine mpi_gbl::mpi_mod_recv::mpi_mod_recv_int64_array ( integer(mpiint), intent(in)  from,
integer, intent(in)  tag,
integer(int64), dimension(:), intent(out)  buffer,
integer, intent(in)  n,
integer(mpiint), intent(in), optional  comm 
)

◆ mpi_mod_recv_wp_array()

subroutine mpi_gbl::mpi_mod_recv::mpi_mod_recv_wp_array ( integer(mpiint), intent(in)  from,
integer, intent(in)  tag,
real(wp), dimension(:), intent(out)  buffer,
integer, intent(in)  n,
integer(mpiint), intent(in), optional  comm 
)

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