create_handle Subroutine

private subroutine create_handle(self, n)

Creates transposition handle

Type Bound

handle_t

Arguments

Type IntentOptional Attributes Name
class(handle_t), intent(inout) :: self

Transposition handle

integer(kind=int32), intent(in) :: n

Number of datatypes to be created


Calls

proc~~create_handle~~CallsGraph proc~create_handle handle_t%create_handle proc~destroy_handle handle_t%destroy_handle proc~create_handle->proc~destroy_handle mpi_type_free mpi_type_free proc~destroy_handle->mpi_type_free

Called by

proc~~create_handle~~CalledByGraph proc~create_handle handle_t%create_handle proc~create~16 transpose_handle_datatype%create proc~create~16->proc~create_handle