Octopus
comm_oct_m Module Reference

Data Types

interface  comm_allreduce
 

Functions/Subroutines

subroutine dcomm_allreduce_0 (grp, aa)
 
subroutine dcomm_allreduce_1 (grp, aa, dim)
 
subroutine dcomm_allreduce_2 (grp, aa, dim)
 
subroutine dcomm_allreduce_3 (grp, aa, dim)
 
subroutine dcomm_allreduce_4 (grp, aa)
 
subroutine dcomm_allreduce_5 (grp, aa)
 
subroutine zcomm_allreduce_0 (grp, aa)
 
subroutine zcomm_allreduce_1 (grp, aa, dim)
 
subroutine zcomm_allreduce_2 (grp, aa, dim)
 
subroutine zcomm_allreduce_3 (grp, aa, dim)
 
subroutine zcomm_allreduce_4 (grp, aa)
 
subroutine zcomm_allreduce_5 (grp, aa)
 
subroutine icomm_allreduce_0 (grp, aa)
 
subroutine icomm_allreduce_1 (grp, aa, dim)
 
subroutine icomm_allreduce_2 (grp, aa, dim)
 
subroutine icomm_allreduce_3 (grp, aa, dim)
 
subroutine icomm_allreduce_4 (grp, aa)
 
subroutine icomm_allreduce_5 (grp, aa)
 
subroutine lcomm_allreduce_0 (grp, aa)
 
subroutine lcomm_allreduce_1 (grp, aa, dim)
 
subroutine lcomm_allreduce_2 (grp, aa, dim)
 
subroutine lcomm_allreduce_3 (grp, aa, dim)
 
subroutine lcomm_allreduce_4 (grp, aa)
 
subroutine lcomm_allreduce_5 (grp, aa)
 

Function/Subroutine Documentation

◆ dcomm_allreduce_0()

subroutine comm_oct_m::dcomm_allreduce_0 ( type(mpi_grp_t), intent(in)  grp,
real(real64), intent(inout)  aa 
)
private

Definition at line 209 of file comm.F90.

◆ dcomm_allreduce_1()

subroutine comm_oct_m::dcomm_allreduce_1 ( type(mpi_grp_t), intent(in)  grp,
real(real64), dimension(:), intent(inout), contiguous  aa,
integer, intent(in), optional  dim 
)
private

Definition at line 229 of file comm.F90.

◆ dcomm_allreduce_2()

subroutine comm_oct_m::dcomm_allreduce_2 ( type(mpi_grp_t), intent(in)  grp,
real(real64), dimension(:, :), intent(inout)  aa,
integer, dimension(:), intent(in), optional  dim 
)
private
Parameters
[in]dim(2)

Definition at line 256 of file comm.F90.

◆ dcomm_allreduce_3()

subroutine comm_oct_m::dcomm_allreduce_3 ( type(mpi_grp_t), intent(in)  grp,
real(real64), dimension(:, :, :), intent(inout)  aa,
integer, dimension(:), intent(in), optional  dim 
)
private
Parameters
[in]dim(3)

Definition at line 300 of file comm.F90.

◆ dcomm_allreduce_4()

subroutine comm_oct_m::dcomm_allreduce_4 ( type(mpi_grp_t), intent(in)  grp,
real(real64), dimension(:, :, :, :), intent(inout), contiguous  aa 
)
private

Definition at line 344 of file comm.F90.

◆ dcomm_allreduce_5()

subroutine comm_oct_m::dcomm_allreduce_5 ( type(mpi_grp_t), intent(in)  grp,
real(real64), dimension(:, :, :, :, :), intent(inout), contiguous  aa 
)
private

Definition at line 368 of file comm.F90.

◆ zcomm_allreduce_0()

subroutine comm_oct_m::zcomm_allreduce_0 ( type(mpi_grp_t), intent(in)  grp,
complex(real64), intent(inout)  aa 
)
private

Definition at line 464 of file comm.F90.

◆ zcomm_allreduce_1()

subroutine comm_oct_m::zcomm_allreduce_1 ( type(mpi_grp_t), intent(in)  grp,
complex(real64), dimension(:), intent(inout), contiguous  aa,
integer, intent(in), optional  dim 
)
private

Definition at line 484 of file comm.F90.

◆ zcomm_allreduce_2()

subroutine comm_oct_m::zcomm_allreduce_2 ( type(mpi_grp_t), intent(in)  grp,
complex(real64), dimension(:, :), intent(inout)  aa,
integer, dimension(:), intent(in), optional  dim 
)
private
Parameters
[in]dim(2)

Definition at line 511 of file comm.F90.

◆ zcomm_allreduce_3()

subroutine comm_oct_m::zcomm_allreduce_3 ( type(mpi_grp_t), intent(in)  grp,
complex(real64), dimension(:, :, :), intent(inout)  aa,
integer, dimension(:), intent(in), optional  dim 
)
private
Parameters
[in]dim(3)

Definition at line 555 of file comm.F90.

◆ zcomm_allreduce_4()

subroutine comm_oct_m::zcomm_allreduce_4 ( type(mpi_grp_t), intent(in)  grp,
complex(real64), dimension(:, :, :, :), intent(inout), contiguous  aa 
)
private

Definition at line 599 of file comm.F90.

◆ zcomm_allreduce_5()

subroutine comm_oct_m::zcomm_allreduce_5 ( type(mpi_grp_t), intent(in)  grp,
complex(real64), dimension(:, :, :, :, :), intent(inout), contiguous  aa 
)
private

Definition at line 623 of file comm.F90.

◆ icomm_allreduce_0()

subroutine comm_oct_m::icomm_allreduce_0 ( type(mpi_grp_t), intent(in)  grp,
integer, intent(inout)  aa 
)
private

Definition at line 719 of file comm.F90.

◆ icomm_allreduce_1()

subroutine comm_oct_m::icomm_allreduce_1 ( type(mpi_grp_t), intent(in)  grp,
integer, dimension(:), intent(inout), contiguous  aa,
integer, intent(in), optional  dim 
)
private

Definition at line 739 of file comm.F90.

◆ icomm_allreduce_2()

subroutine comm_oct_m::icomm_allreduce_2 ( type(mpi_grp_t), intent(in)  grp,
integer, dimension(:, :), intent(inout)  aa,
integer, dimension(:), intent(in), optional  dim 
)
private
Parameters
[in]dim(2)

Definition at line 766 of file comm.F90.

◆ icomm_allreduce_3()

subroutine comm_oct_m::icomm_allreduce_3 ( type(mpi_grp_t), intent(in)  grp,
integer, dimension(:, :, :), intent(inout)  aa,
integer, dimension(:), intent(in), optional  dim 
)
private
Parameters
[in]dim(3)

Definition at line 810 of file comm.F90.

◆ icomm_allreduce_4()

subroutine comm_oct_m::icomm_allreduce_4 ( type(mpi_grp_t), intent(in)  grp,
integer, dimension(:, :, :, :), intent(inout), contiguous  aa 
)
private

Definition at line 854 of file comm.F90.

◆ icomm_allreduce_5()

subroutine comm_oct_m::icomm_allreduce_5 ( type(mpi_grp_t), intent(in)  grp,
integer, dimension(:, :, :, :, :), intent(inout), contiguous  aa 
)
private

Definition at line 878 of file comm.F90.

◆ lcomm_allreduce_0()

subroutine comm_oct_m::lcomm_allreduce_0 ( type(mpi_grp_t), intent(in)  grp,
integer(int64), intent(inout)  aa 
)
private

Definition at line 975 of file comm.F90.

◆ lcomm_allreduce_1()

subroutine comm_oct_m::lcomm_allreduce_1 ( type(mpi_grp_t), intent(in)  grp,
integer(int64), dimension(:), intent(inout), contiguous  aa,
integer, intent(in), optional  dim 
)
private

Definition at line 995 of file comm.F90.

◆ lcomm_allreduce_2()

subroutine comm_oct_m::lcomm_allreduce_2 ( type(mpi_grp_t), intent(in)  grp,
integer(int64), dimension(:, :), intent(inout)  aa,
integer, dimension(:), intent(in), optional  dim 
)
private
Parameters
[in]dim(2)

Definition at line 1022 of file comm.F90.

◆ lcomm_allreduce_3()

subroutine comm_oct_m::lcomm_allreduce_3 ( type(mpi_grp_t), intent(in)  grp,
integer(int64), dimension(:, :, :), intent(inout)  aa,
integer, dimension(:), intent(in), optional  dim 
)
private
Parameters
[in]dim(3)

Definition at line 1066 of file comm.F90.

◆ lcomm_allreduce_4()

subroutine comm_oct_m::lcomm_allreduce_4 ( type(mpi_grp_t), intent(in)  grp,
integer(int64), dimension(:, :, :, :), intent(inout), contiguous  aa 
)
private

Definition at line 1110 of file comm.F90.

◆ lcomm_allreduce_5()

subroutine comm_oct_m::lcomm_allreduce_5 ( type(mpi_grp_t), intent(in)  grp,
integer(int64), dimension(:, :, :, :, :), intent(inout), contiguous  aa 
)
private

Definition at line 1134 of file comm.F90.