CAM
spmdgathscatmod Module Reference

Data Types

interface  gather_data_to_master
 
interface  scatter_data_from_master
 

Functions/Subroutines

subroutine scatter_1darray_int (alocal, aglobal, clmlevel)
 
subroutine gather_1darray_int (alocal, aglobal, clmlevel, missing)
 
subroutine scatter_1darray_real (alocal, aglobal, clmlevel)
 
subroutine gather_1darray_real (alocal, aglobal, clmlevel, missing)
 

Variables

integer, parameter, private debug = 0
 

Function/Subroutine Documentation

◆ gather_1darray_int()

subroutine spmdgathscatmod::gather_1darray_int ( integer, dimension(:), pointer  alocal,
integer, dimension(:), pointer  aglobal,
character(len=*), intent(in)  clmlevel,
integer, intent(in), optional  missing 
)
Here is the call graph for this function:

◆ gather_1darray_real()

subroutine spmdgathscatmod::gather_1darray_real ( real(r8), dimension(:), pointer  alocal,
real(r8), dimension(:), pointer  aglobal,
character(len=*), intent(in)  clmlevel,
real(r8), intent(in), optional  missing 
)
Here is the call graph for this function:

◆ scatter_1darray_int()

subroutine spmdgathscatmod::scatter_1darray_int ( integer, dimension(:), pointer  alocal,
integer, dimension(:), pointer  aglobal,
character(len=*), intent(in)  clmlevel 
)
Here is the call graph for this function:

◆ scatter_1darray_real()

subroutine spmdgathscatmod::scatter_1darray_real ( real(r8), dimension(:), pointer  alocal,
real(r8), dimension(:), pointer  aglobal,
character(len=*), intent(in)  clmlevel 
)
Here is the call graph for this function:

Variable Documentation

◆ debug

integer, parameter, private spmdgathscatmod::debug = 0
private