![]() |
MFIX
2016-1
|
Public Member Functions | |
subroutine | global_sum_0i (lbuf, gbuf, mroot, idebug) |
subroutine | global_sum_1i (lbuf, gbuf, mroot, idebug) |
subroutine | global_sum_2i (lbuf, gbuf, mroot, idebug) |
subroutine | global_sum_3i (lbuf, gbuf, mroot, idebug) |
subroutine | global_sum_0r (lbuf, gbuf, mroot, idebug) |
subroutine | global_sum_1r (lbuf, gbuf, mroot, idebug) |
subroutine | global_sum_2r (lbuf, gbuf, mroot, idebug) |
subroutine | global_sum_3r (lbuf, gbuf, mroot, idebug) |
subroutine | global_sum_0d (lbuf, gbuf, mroot, idebug) |
subroutine | global_sum_1d (lbuf, gbuf, mroot, idebug) |
subroutine | global_sum_2d (lbuf, gbuf, mroot, idebug) |
subroutine | global_sum_3d (lbuf, gbuf, mroot, idebug) |
Definition at line 60 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_0d | ( | double precision, intent(in) | lbuf, |
double precision, intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2459 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_0i | ( | integer, intent(in) | lbuf, |
integer, intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2161 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_0r | ( | real, intent(in) | lbuf, |
real, intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2310 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_1d | ( | double precision, dimension(:), intent(in) | lbuf, |
double precision, dimension(:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2495 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_1i | ( | integer, dimension(:), intent(in) | lbuf, |
integer, dimension(:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2197 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_1r | ( | real, dimension(:), intent(in) | lbuf, |
real, dimension(:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2346 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_2d | ( | double precision, dimension(:,:), intent(in) | lbuf, |
double precision, dimension(:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2530 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_2i | ( | integer, dimension(:,:), intent(in) | lbuf, |
integer, dimension(:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2232 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_2r | ( | real, dimension(:,:), intent(in) | lbuf, |
real, dimension(:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2381 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_3d | ( | double precision, dimension(:,:,:), intent(in) | lbuf, |
double precision, dimension(:,:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2566 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_3i | ( | integer, dimension(:,:,:), intent(in) | lbuf, |
integer, dimension(:,:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2268 of file mpi_utility_mod.f.
subroutine mpi_utility::global_sum::global_sum_3r | ( | real, dimension(:,:,:), intent(in) | lbuf, |
real, dimension(:,:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2417 of file mpi_utility_mod.f.