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

Public Member Functions

subroutine mpi_mod_allgather_character (send, receive, comm)
 All gather for one string of length MPI_MAX_PROCESSOR_NAME send from every process. More...
 
subroutine mpi_mod_allgather_int32 (send, receive, comm)
 All gather for one integer send from every process. More...
 
subroutine mpi_mod_allgather_int64 (send, receive, comm)
 

Member Function/Subroutine Documentation

◆ mpi_mod_allgather_character()

subroutine mpi_gbl::mpi_mod_allgather::mpi_mod_allgather_character ( character(len=*), intent(in)  send,
character(len=*), dimension(:), intent(out)  receive,
integer(mpiint), intent(in), optional  comm 
)

All gather for one string of length MPI_MAX_PROCESSOR_NAME send from every process.

◆ mpi_mod_allgather_int32()

subroutine mpi_gbl::mpi_mod_allgather::mpi_mod_allgather_int32 ( integer(int32), intent(in)  send,
integer(int32), dimension(:), intent(out)  receive,
integer(mpiint), intent(in), optional  comm 
)

All gather for one integer send from every process.

◆ mpi_mod_allgather_int64()

subroutine mpi_gbl::mpi_mod_allgather::mpi_mod_allgather_int64 ( integer(int64), intent(in)  send,
integer(int64), dimension(:), intent(out)  receive,
integer(mpiint), intent(in), optional  comm 
)

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