Definition at line 129 of file comm.F90.
|
subroutine | dcomm_allreduce_0 (grp, aa) |
|
subroutine | zcomm_allreduce_0 (grp, aa) |
|
subroutine | icomm_allreduce_0 (grp, aa) |
|
subroutine | lcomm_allreduce_0 (grp, aa) |
|
subroutine | dcomm_allreduce_1 (grp, aa, dim) |
|
subroutine | zcomm_allreduce_1 (grp, aa, dim) |
|
subroutine | icomm_allreduce_1 (grp, aa, dim) |
|
subroutine | lcomm_allreduce_1 (grp, aa, dim) |
|
subroutine | dcomm_allreduce_2 (grp, aa, dim) |
|
subroutine | zcomm_allreduce_2 (grp, aa, dim) |
|
subroutine | icomm_allreduce_2 (grp, aa, dim) |
|
subroutine | lcomm_allreduce_2 (grp, aa, dim) |
|
subroutine | dcomm_allreduce_3 (grp, aa, dim) |
|
subroutine | zcomm_allreduce_3 (grp, aa, dim) |
|
subroutine | icomm_allreduce_3 (grp, aa, dim) |
|
subroutine | lcomm_allreduce_3 (grp, aa, dim) |
|
subroutine | dcomm_allreduce_4 (grp, aa) |
|
subroutine | zcomm_allreduce_4 (grp, aa) |
|
subroutine | icomm_allreduce_4 (grp, aa) |
|
subroutine | lcomm_allreduce_4 (grp, aa) |
|
subroutine | dcomm_allreduce_5 (grp, aa) |
|
subroutine | zcomm_allreduce_5 (grp, aa) |
|
subroutine | icomm_allreduce_5 (grp, aa) |
|
subroutine | lcomm_allreduce_5 (grp, aa) |
|
◆ dcomm_allreduce_0()
subroutine comm_oct_m::comm_allreduce::dcomm_allreduce_0 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
real(real64), intent(inout) |
aa |
|
) |
| |
|
private |
◆ zcomm_allreduce_0()
subroutine comm_oct_m::comm_allreduce::zcomm_allreduce_0 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
complex(real64), intent(inout) |
aa |
|
) |
| |
|
private |
◆ icomm_allreduce_0()
subroutine comm_oct_m::comm_allreduce::icomm_allreduce_0 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer, intent(inout) |
aa |
|
) |
| |
|
private |
◆ lcomm_allreduce_0()
subroutine comm_oct_m::comm_allreduce::lcomm_allreduce_0 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer(int64), intent(inout) |
aa |
|
) |
| |
|
private |
◆ dcomm_allreduce_1()
subroutine comm_oct_m::comm_allreduce::dcomm_allreduce_1 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
real(real64), dimension(:), intent(inout), contiguous |
aa, |
|
|
integer, intent(in), optional |
dim |
|
) |
| |
|
private |
◆ zcomm_allreduce_1()
subroutine comm_oct_m::comm_allreduce::zcomm_allreduce_1 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
complex(real64), dimension(:), intent(inout), contiguous |
aa, |
|
|
integer, intent(in), optional |
dim |
|
) |
| |
|
private |
◆ icomm_allreduce_1()
subroutine comm_oct_m::comm_allreduce::icomm_allreduce_1 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer, dimension(:), intent(inout), contiguous |
aa, |
|
|
integer, intent(in), optional |
dim |
|
) |
| |
|
private |
◆ lcomm_allreduce_1()
subroutine comm_oct_m::comm_allreduce::lcomm_allreduce_1 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer(int64), dimension(:), intent(inout), contiguous |
aa, |
|
|
integer, intent(in), optional |
dim |
|
) |
| |
|
private |
◆ dcomm_allreduce_2()
subroutine comm_oct_m::comm_allreduce::dcomm_allreduce_2 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
real(real64), dimension(:, :), intent(inout) |
aa, |
|
|
integer, dimension(:), intent(in), optional |
dim |
|
) |
| |
|
private |
◆ zcomm_allreduce_2()
subroutine comm_oct_m::comm_allreduce::zcomm_allreduce_2 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
complex(real64), dimension(:, :), intent(inout) |
aa, |
|
|
integer, dimension(:), intent(in), optional |
dim |
|
) |
| |
|
private |
◆ icomm_allreduce_2()
subroutine comm_oct_m::comm_allreduce::icomm_allreduce_2 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer, dimension(:, :), intent(inout) |
aa, |
|
|
integer, dimension(:), intent(in), optional |
dim |
|
) |
| |
|
private |
◆ lcomm_allreduce_2()
subroutine comm_oct_m::comm_allreduce::lcomm_allreduce_2 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer(int64), dimension(:, :), intent(inout) |
aa, |
|
|
integer, dimension(:), intent(in), optional |
dim |
|
) |
| |
|
private |
◆ dcomm_allreduce_3()
subroutine comm_oct_m::comm_allreduce::dcomm_allreduce_3 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
real(real64), dimension(:, :, :), intent(inout) |
aa, |
|
|
integer, dimension(:), intent(in), optional |
dim |
|
) |
| |
|
private |
◆ zcomm_allreduce_3()
subroutine comm_oct_m::comm_allreduce::zcomm_allreduce_3 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
complex(real64), dimension(:, :, :), intent(inout) |
aa, |
|
|
integer, dimension(:), intent(in), optional |
dim |
|
) |
| |
|
private |
◆ icomm_allreduce_3()
subroutine comm_oct_m::comm_allreduce::icomm_allreduce_3 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer, dimension(:, :, :), intent(inout) |
aa, |
|
|
integer, dimension(:), intent(in), optional |
dim |
|
) |
| |
|
private |
◆ lcomm_allreduce_3()
subroutine comm_oct_m::comm_allreduce::lcomm_allreduce_3 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer(int64), dimension(:, :, :), intent(inout) |
aa, |
|
|
integer, dimension(:), intent(in), optional |
dim |
|
) |
| |
|
private |
◆ dcomm_allreduce_4()
subroutine comm_oct_m::comm_allreduce::dcomm_allreduce_4 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
real(real64), dimension(:, :, :, :), intent(inout), contiguous |
aa |
|
) |
| |
|
private |
◆ zcomm_allreduce_4()
subroutine comm_oct_m::comm_allreduce::zcomm_allreduce_4 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
complex(real64), dimension(:, :, :, :), intent(inout), contiguous |
aa |
|
) |
| |
|
private |
◆ icomm_allreduce_4()
subroutine comm_oct_m::comm_allreduce::icomm_allreduce_4 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer, dimension(:, :, :, :), intent(inout), contiguous |
aa |
|
) |
| |
|
private |
◆ lcomm_allreduce_4()
subroutine comm_oct_m::comm_allreduce::lcomm_allreduce_4 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer(int64), dimension(:, :, :, :), intent(inout), contiguous |
aa |
|
) |
| |
|
private |
◆ dcomm_allreduce_5()
subroutine comm_oct_m::comm_allreduce::dcomm_allreduce_5 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
real(real64), dimension(:, :, :, :, :), intent(inout), contiguous |
aa |
|
) |
| |
|
private |
◆ zcomm_allreduce_5()
subroutine comm_oct_m::comm_allreduce::zcomm_allreduce_5 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
complex(real64), dimension(:, :, :, :, :), intent(inout), contiguous |
aa |
|
) |
| |
|
private |
◆ icomm_allreduce_5()
subroutine comm_oct_m::comm_allreduce::icomm_allreduce_5 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer, dimension(:, :, :, :, :), intent(inout), contiguous |
aa |
|
) |
| |
|
private |
◆ lcomm_allreduce_5()
subroutine comm_oct_m::comm_allreduce::lcomm_allreduce_5 |
( |
type(mpi_grp_t), intent(in) |
grp, |
|
|
integer(int64), dimension(:, :, :, :, :), intent(inout), contiguous |
aa |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: