MFIX  2016-1
mpi_utility::bcast Interface Reference

Public Member Functions

subroutine bcast_0i (buffer, mroot, idebug)
 
subroutine bcast_1i (buffer, mroot, idebug)
 
subroutine bcast_2i (buffer, mroot, idebug)
 
subroutine bcast_3i (buffer, mroot, idebug)
 
subroutine bcast_0r (buffer, mroot, idebug)
 
subroutine bcast_1r (buffer, mroot, idebug)
 
subroutine bcast_2r (buffer, mroot, idebug)
 
subroutine bcast_3r (buffer, mroot, idebug)
 
subroutine bcast_0d (buffer, mroot, idebug)
 
subroutine bcast_1d (buffer, mroot, idebug)
 
subroutine bcast_2d (buffer, mroot, idebug)
 
subroutine bcast_3d (buffer, mroot, idebug)
 
subroutine bcast_0l (buffer, mroot, idebug)
 
subroutine bcast_1l (buffer, mroot, idebug)
 
subroutine bcast_0c (buffer, mroot, idebug)
 
subroutine bcast_1c (buffer, mroot, idebug)
 

Detailed Description

Definition at line 53 of file mpi_utility_mod.f.

Member Function/Subroutine Documentation

subroutine mpi_utility::bcast::bcast_0c ( character(len=*), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1980 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_0d ( double precision, intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1863 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_0i ( integer, intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1629 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_0l ( logical, intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 2096 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_0r ( real, intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1747 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_1c ( character(len=*), dimension(:), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 2035 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_1d ( double precision, dimension(:), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1894 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_1i ( integer, dimension(:), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1660 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_1l ( logical, dimension(:), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 2127 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_1r ( real, dimension(:), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1777 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_2d ( double precision, dimension(:,:), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1924 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_2i ( integer, dimension(:,:), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1691 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_2r ( real, dimension(:,:), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1807 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_3d ( double precision, dimension(:,:,:), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1951 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_3i ( integer, dimension(:,:,:), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1718 of file mpi_utility_mod.f.

subroutine mpi_utility::bcast::bcast_3r ( real, dimension(:,:,:), intent(inout)  buffer,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 1834 of file mpi_utility_mod.f.


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