MFIX  2016-1
mpi_utility::global_max Interface Reference

Public Member Functions

subroutine global_max_0i (lbuf, gbuf, mroot, idebug)
 
subroutine global_max_1i (lbuf, gbuf, mroot, idebug)
 
subroutine global_max_2i (lbuf, gbuf, mroot, idebug)
 
subroutine global_max_3i (lbuf, gbuf, mroot, idebug)
 
subroutine global_max_0r (lbuf, gbuf, mroot, idebug)
 
subroutine global_max_1r (lbuf, gbuf, mroot, idebug)
 
subroutine global_max_2r (lbuf, gbuf, mroot, idebug)
 
subroutine global_max_3r (lbuf, gbuf, mroot, idebug)
 
subroutine global_max_0d (lbuf, gbuf, mroot, idebug)
 
subroutine global_max_1d (lbuf, gbuf, mroot, idebug)
 
subroutine global_max_2d (lbuf, gbuf, mroot, idebug)
 
subroutine global_max_3d (lbuf, gbuf, mroot, idebug)
 

Detailed Description

Definition at line 104 of file mpi_utility_mod.f.

Member Function/Subroutine Documentation

subroutine mpi_utility::global_max::global_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 4506 of file mpi_utility_mod.f.

subroutine mpi_utility::global_max::global_max_0i ( integer, intent(in)  lbuf,
integer, intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 4208 of file mpi_utility_mod.f.

subroutine mpi_utility::global_max::global_max_0r ( real, intent(in)  lbuf,
real, intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 4357 of file mpi_utility_mod.f.

subroutine mpi_utility::global_max::global_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 4542 of file mpi_utility_mod.f.

subroutine mpi_utility::global_max::global_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 4244 of file mpi_utility_mod.f.

subroutine mpi_utility::global_max::global_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 4393 of file mpi_utility_mod.f.

subroutine mpi_utility::global_max::global_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 4577 of file mpi_utility_mod.f.

subroutine mpi_utility::global_max::global_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 4279 of file mpi_utility_mod.f.

subroutine mpi_utility::global_max::global_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 4428 of file mpi_utility_mod.f.

subroutine mpi_utility::global_max::global_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 4613 of file mpi_utility_mod.f.

subroutine mpi_utility::global_max::global_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 4315 of file mpi_utility_mod.f.

subroutine mpi_utility::global_max::global_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 4464 of file mpi_utility_mod.f.


The documentation for this interface was generated from the following file: