![]() |
MFIX
2016-1
|
Public Member Functions | |
subroutine | global_all_sum_0i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_1i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_2i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_3i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_0r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_1r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_2r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_3r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_0d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_1d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_2d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_3d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_sum_onevar_0i (gbuf) |
subroutine | global_all_sum_onevar_1i (gbuf) |
subroutine | global_all_sum_onevar_2i (gbuf) |
subroutine | global_all_sum_onevar_3i (gbuf) |
subroutine | global_all_sum_onevar_0r (gbuf) |
subroutine | global_all_sum_onevar_1r (gbuf) |
subroutine | global_all_sum_onevar_2r (gbuf) |
subroutine | global_all_sum_onevar_3r (gbuf) |
subroutine | global_all_sum_onevar_0d (gbuf) |
subroutine | global_all_sum_onevar_1d (gbuf) |
subroutine | global_all_sum_onevar_2d (gbuf) |
subroutine | global_all_sum_onevar_3d (gbuf) |
Definition at line 66 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_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 3038 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_0i | ( | integer, intent(in) | lbuf, |
integer, intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2748 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_0r | ( | real, intent(in) | lbuf, |
real, intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 2893 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_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 3074 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_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 2784 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_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 2929 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_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 3109 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_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 2819 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_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 2964 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_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 3143 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_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 2853 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_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 2998 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_0d | ( | doubleprecision, intent(inout) | gbuf | ) |
Definition at line 2608 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_0i | ( | integer, intent(inout) | gbuf | ) |
Definition at line 2656 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_0r | ( | real, intent(inout) | gbuf | ) |
Definition at line 2701 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_1d | ( | doubleprecision, dimension(:), intent(inout) | gbuf | ) |
Definition at line 2620 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_1i | ( | integer, dimension(:), intent(inout) | gbuf | ) |
Definition at line 2667 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_1r | ( | real, dimension(:), intent(inout) | gbuf | ) |
Definition at line 2713 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_2d | ( | doubleprecision, dimension(:,:), intent(inout) | gbuf | ) |
Definition at line 2631 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_2i | ( | integer, dimension(:,:), intent(inout) | gbuf | ) |
Definition at line 2678 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_2r | ( | real, dimension(:,:), intent(inout) | gbuf | ) |
Definition at line 2724 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_3d | ( | doubleprecision, dimension(:,:,:), intent(inout) | gbuf | ) |
Definition at line 2643 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_3i | ( | integer, dimension(:,:,:), intent(inout) | gbuf | ) |
Definition at line 2690 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_sum::global_all_sum_onevar_3r | ( | real, dimension(:,:,:), intent(inout) | gbuf | ) |
Definition at line 2736 of file mpi_utility_mod.f.