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

Public Member Functions

subroutine mpi_reduceall_min_int32 (src, dest, comm_opt)
 Choose smallest elements among processes from 32-bit integer arrays. More...
 
subroutine mpi_reduceall_min_int64 (src, dest, comm_opt)
 Choose smallest elements among processes from 64-bit integer arrays. More...
 

Member Function/Subroutine Documentation

◆ mpi_reduceall_min_int32()

subroutine mpi_gbl::mpi_reduceall_min::mpi_reduceall_min_int32 ( integer(int32), intent(in)  src,
integer(int32), intent(inout)  dest,
integer(mpiint), intent(in), optional  comm_opt 
)

Choose smallest elements among processes from 32-bit integer arrays.

Author
Z Masin, J Benda
Date
2017 - 2020

◆ mpi_reduceall_min_int64()

subroutine mpi_gbl::mpi_reduceall_min::mpi_reduceall_min_int64 ( integer(int64), intent(in)  src,
integer(int64), intent(inout)  dest,
integer(mpiint), intent(in), optional  comm_opt 
)

Choose smallest elements among processes from 64-bit integer arrays.

Author
Z Masin, J Benda
Date
2017 - 2020

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