MFIX  2016-1
mpi_utility::scatter Interface Reference

Public Member Functions

subroutine scatter_1i (lbuf, gbuf, mroot, idebug)
 
subroutine scatter_2i (lbuf, gbuf, mroot, idebug)
 
subroutine scatter_3i (lbuf, gbuf, mroot, idebug)
 
subroutine scatter_1r (lbuf, gbuf, mroot, idebug)
 
subroutine scatter_2r (lbuf, gbuf, mroot, idebug)
 
subroutine scatter_3r (lbuf, gbuf, mroot, idebug)
 
subroutine scatter_1d (lbuf, gbuf, mroot, idebug)
 
subroutine scatter_2d (lbuf, gbuf, mroot, idebug)
 
subroutine scatter_3d (lbuf, gbuf, mroot, idebug)
 
subroutine scatter_1c (lbuf, gbuf, mroot, idebug)
 
subroutine scatter_1l (lbuf, gbuf, mroot, idebug)
 

Detailed Description

Definition at line 39 of file mpi_utility_mod.f.

Member Function/Subroutine Documentation

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

Definition at line 745 of file mpi_utility_mod.f.

subroutine mpi_utility::scatter::scatter_1d ( double precision, dimension(:), intent(out)  lbuf,
double precision, dimension(:), intent(in)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 593 of file mpi_utility_mod.f.

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

Definition at line 283 of file mpi_utility_mod.f.

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

Definition at line 821 of file mpi_utility_mod.f.

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

Definition at line 439 of file mpi_utility_mod.f.

subroutine mpi_utility::scatter::scatter_2d ( double precision, dimension(:,:), intent(out)  lbuf,
double precision, dimension(:,:), intent(in)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 667 of file mpi_utility_mod.f.

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

Definition at line 361 of file mpi_utility_mod.f.

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

Definition at line 514 of file mpi_utility_mod.f.

subroutine mpi_utility::scatter::scatter_3d ( double precision, dimension(:,:,:), intent(out)  lbuf,
double precision, dimension(:,:,:), intent(in)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 703 of file mpi_utility_mod.f.

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

Definition at line 397 of file mpi_utility_mod.f.

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

Definition at line 550 of file mpi_utility_mod.f.


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