create_data_handle Subroutine

private subroutine create_data_handle(self, info, comm, comm_size)

Creates handle

Type Bound

data_handle

Arguments

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

Helper class

type(pencil), intent(in) :: info

Pencil info

type(MPI_Comm), intent(in) :: comm

MPI communicator

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

Size of comm


Calls

proc~~create_data_handle~~CallsGraph proc~create_data_handle data_handle%create_data_handle mpi_allgather mpi_allgather proc~create_data_handle->mpi_allgather