execute_end Subroutine

private subroutine execute_end(self, kwargs, error_code)

Ends execution of transposition/reshaping

Type Bound

reshape_handle_datatype

Arguments

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

Datatype handle

type(execute_args), intent(inout) :: kwargs

Additional arguments

integer(kind=int32), intent(out) :: error_code

Error code


Calls

proc~~execute_end~2~~CallsGraph proc~execute_end~2 reshape_handle_datatype%execute_end mpi_waitall mpi_waitall proc~execute_end~2->mpi_waitall

Called by

proc~~execute_end~2~~CalledByGraph proc~execute_end~2 reshape_handle_datatype%execute_end proc~execute~3 reshape_handle_datatype%execute proc~execute~3->proc~execute_end~2