Pangolin
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
data_check::get_address Interface Reference

Generic function for getting the address of int/double precision arrays. More...

Public Member Functions

subroutine get_address_double (val, loc, dname, fname)
 Get address for MPI of double precision. More...
 
subroutine get_address_real (val, loc, dname, fname)
 Get address for MPI of real. More...
 
subroutine get_address_int (val, loc, dname, fname)
 Get address for MPI of int. More...
 
subroutine get_address_long_int (val, loc, dname, fname)
 
subroutine get_address_double_array (val, loc, dname, fname)
 Get address for MPI of double precision array. More...
 
subroutine get_address_int_array (val, loc, dname, fname)
 Get address for MPI of int array. More...
 
subroutine get_address_char (val, loc, dname, fname)
 Get address for MPI of string. More...
 

Detailed Description

Generic function for getting the address of int/double precision arrays.

Member Function/Subroutine Documentation

subroutine data_check::get_address::get_address_char ( character(*)  val,
integer(kind=mpi_address_kind)  loc,
character(*)  dname,
character(*)  fname 
)

Get address for MPI of string.

subroutine data_check::get_address::get_address_double ( double precision  val,
integer(kind=mpi_address_kind)  loc,
character(*)  dname,
character(*)  fname 
)

Get address for MPI of double precision.

subroutine data_check::get_address::get_address_double_array ( double precision, dimension(:), allocatable  val,
integer(kind=mpi_address_kind)  loc,
character(*)  dname,
character(*)  fname 
)

Get address for MPI of double precision array.

subroutine data_check::get_address::get_address_int ( integer  val,
integer(kind=mpi_address_kind)  loc,
character(*)  dname,
character(*)  fname 
)

Get address for MPI of int.

subroutine data_check::get_address::get_address_int_array ( integer, dimension(:)  val,
integer(kind=mpi_address_kind)  loc,
character(*)  dname,
character(*)  fname 
)

Get address for MPI of int array.

subroutine data_check::get_address::get_address_long_int ( integer(kind=8)  val,
integer(kind=mpi_address_kind)  loc,
character(*)  dname,
character(*)  fname 
)
subroutine data_check::get_address::get_address_real ( real  val,
integer(kind=mpi_address_kind)  loc,
character(*)  dname,
character(*)  fname 
)

Get address for MPI of real.


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