MFIX  2016-1
mpi_utility::gather Interface Reference

Public Member Functions

subroutine gather_1i (lbuf, gbuf, mroot, idebug)
 
subroutine gather_2i (lbuf, gbuf, mroot, idebug)
 
subroutine gather_3i (lbuf, gbuf, mroot, idebug)
 
subroutine gather_1r (lbuf, gbuf, mroot, idebug)
 
subroutine gather_2r (lbuf, gbuf, mroot, idebug)
 
subroutine gather_3r (lbuf, gbuf, mroot, idebug)
 
subroutine gather_1d (lbuf, gbuf, mroot, idebug)
 
subroutine gather_2d (lbuf, gbuf, mroot, idebug)
 
subroutine gather_3d (lbuf, gbuf, mroot, idebug)
 
subroutine gather_1c (lbuf, gbuf, mroot, idebug)
 
subroutine gather_1l (lbuf, gbuf, mroot, idebug)
 

Detailed Description

Definition at line 46 of file mpi_utility_mod.f.

Member Function/Subroutine Documentation

subroutine mpi_utility::gather::gather_1c ( character(len=*), dimension(:), intent(in)  lbuf,
character(len=*), dimension(:), intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1442 of file mpi_utility_mod.f.

subroutine mpi_utility::gather::gather_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 1263 of file mpi_utility_mod.f.

subroutine mpi_utility::gather::gather_1i ( integer, dimension(:), intent(in)  lbuf,
integer, dimension(:), intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 903 of file mpi_utility_mod.f.

subroutine mpi_utility::gather::gather_1l ( logical, dimension(:), intent(in)  lbuf,
logical, dimension(:), intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1523 of file mpi_utility_mod.f.

subroutine mpi_utility::gather::gather_1r ( real, dimension(:), intent(in)  lbuf,
real, dimension(:), intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1084 of file mpi_utility_mod.f.

subroutine mpi_utility::gather::gather_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 1363 of file mpi_utility_mod.f.

subroutine mpi_utility::gather::gather_2i ( integer, dimension(:,:), intent(in)  lbuf,
integer, dimension(:,:), intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1006 of file mpi_utility_mod.f.

subroutine mpi_utility::gather::gather_2r ( real, dimension(:,:), intent(in)  lbuf,
real, dimension(:,:), intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1184 of file mpi_utility_mod.f.

subroutine mpi_utility::gather::gather_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 1399 of file mpi_utility_mod.f.

subroutine mpi_utility::gather::gather_3i ( integer, dimension(:,:,:), intent(in)  lbuf,
integer, dimension(:,:,:), intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1042 of file mpi_utility_mod.f.

subroutine mpi_utility::gather::gather_3r ( real, dimension(:,:,:), intent(in)  lbuf,
real, dimension(:,:,:), intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1220 of file mpi_utility_mod.f.


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