define_partitions Interface

interface

Gathers are inherently expensive and are best used either 1. Near the beginning/end of execution to amortize costs across an entire run or 2. Temporarily while developing/debugging code.


Called by

interface~~define_partitions~~CalledByGraph interface~define_partitions data_partition_t%define_partitions proc~construct construct proc~construct->interface~define_partitions

private pure module subroutine define_partitions(self, cardinality)

Arguments

Type IntentOptional Attributes Name
class(data_partition_t), intent(inout) :: self
integer, intent(in) :: cardinality

Description

define the range of data identification numbers owned by the executing image