GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis
111
|
Public Member Functions | |
subroutine | mpi_mod_scan_sum_int32 (src, dst, comm_opt) |
Wrapper aroung MPI_Scan. More... | |
subroutine | mpi_mod_scan_sum_int64 (src, dst, comm_opt) |
Wrapper aroung MPI_Scan. More... | |
subroutine mpi_gbl::mpi_mod_scan_sum::mpi_mod_scan_sum_int32 | ( | integer(int32), intent(in) | src, |
integer(int32), intent(inout) | dst, | ||
integer(mpiint), intent(in), optional | comm_opt | ||
) |
Wrapper aroung MPI_Scan.
Calls MPI_Scan for 32-bit scalar integer with operation MPI_SUM.
subroutine mpi_gbl::mpi_mod_scan_sum::mpi_mod_scan_sum_int64 | ( | integer(int64), intent(in) | src, |
integer(int64), intent(inout) | dst, | ||
integer(mpiint), intent(in), optional | comm_opt | ||
) |
Wrapper aroung MPI_Scan.
Calls MPI_Scan for 64-bit scalar initeger with operation MPI_SUM.