ReplicatedDim¶
-
class
ReplicatedDim¶ This Replicated dimension specifier is for use with the
DimensionalDist2Ddistribution.The dimension of a domain or array for which this specifier is used has a replicand for each element of
targetLocalesin the same dimension. This is similar to the Replicated distribution (ReplicatedDist). The dimension specifies differs in that it always accesses the local replicand, whereas the Replicated distribution accesses all replicands in certain cases, as specified there.Constructor Arguments
The
ReplicatedDimclass constructor is available as follows:proc ReplicatedDim.ReplicatedDim(numLocales:int)
It creates a dimension specifier for replication over
numLocaleslocales.