![]() |
MFIX
2016-1
|
Public Member Functions | |
subroutine | global_all_max_0i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_1i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_2i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_3i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_0r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_1r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_2r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_3r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_0d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_1d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_2d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_3d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_max_onevar_0i (gbuf) |
subroutine | global_all_max_onevar_1i (gbuf) |
subroutine | global_all_max_onevar_2i (gbuf) |
subroutine | global_all_max_onevar_3i (gbuf) |
subroutine | global_all_max_onevar_0r (gbuf) |
subroutine | global_all_max_onevar_1r (gbuf) |
subroutine | global_all_max_onevar_2r (gbuf) |
subroutine | global_all_max_onevar_3r (gbuf) |
subroutine | global_all_max_onevar_0d (gbuf) |
subroutine | global_all_max_onevar_1d (gbuf) |
subroutine | global_all_max_onevar_2d (gbuf) |
subroutine | global_all_max_onevar_3d (gbuf) |
Definition at line 110 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_0d | ( | double precision, intent(in) | lbuf, |
double precision, intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 5087 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_0i | ( | integer, intent(in) | lbuf, |
integer, intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 4797 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_0r | ( | real, intent(in) | lbuf, |
real, intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 4942 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_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 5123 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_1i | ( | integer, dimension(:), intent(in) | lbuf, |
integer, dimension(:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 4833 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_1r | ( | real, dimension(:), intent(in) | lbuf, |
real, dimension(:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 4978 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_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 5158 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_2i | ( | integer, dimension(:,:), intent(in) | lbuf, |
integer, dimension(:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 4868 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_2r | ( | real, dimension(:,:), intent(in) | lbuf, |
real, dimension(:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 5013 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_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 5192 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_3i | ( | integer, dimension(:,:,:), intent(in) | lbuf, |
integer, dimension(:,:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 4902 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_3r | ( | real, dimension(:,:,:), intent(in) | lbuf, |
real, dimension(:,:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 5047 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_0d | ( | doubleprecision, intent(inout) | gbuf | ) |
Definition at line 4655 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_0i | ( | integer, intent(inout) | gbuf | ) |
Definition at line 4704 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_0r | ( | real, intent(inout) | gbuf | ) |
Definition at line 4750 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_1d | ( | doubleprecision, dimension(:), intent(inout) | gbuf | ) |
Definition at line 4667 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_1i | ( | integer, dimension(:), intent(inout) | gbuf | ) |
Definition at line 4716 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_1r | ( | real, dimension(:), intent(inout) | gbuf | ) |
Definition at line 4761 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_2d | ( | doubleprecision, dimension(:,:), intent(inout) | gbuf | ) |
Definition at line 4678 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_2i | ( | integer, dimension(:,:), intent(inout) | gbuf | ) |
Definition at line 4727 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_2r | ( | real, dimension(:,:), intent(inout) | gbuf | ) |
Definition at line 4772 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_3d | ( | doubleprecision, dimension(:,:,:), intent(inout) | gbuf | ) |
Definition at line 4690 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_3i | ( | integer, dimension(:,:,:), intent(inout) | gbuf | ) |
Definition at line 4739 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_max::global_all_max_onevar_3r | ( | real, dimension(:,:,:), intent(inout) | gbuf | ) |
Definition at line 4784 of file mpi_utility_mod.f.