8 #ifndef DISTRIBUTION_REPLICAOFNONOVERLAPPINGDISTRIBUTION_H_
9 #define DISTRIBUTION_REPLICAOFNONOVERLAPPINGDISTRIBUTION_H_
13 #include "ioda/distribution/NonoverlappingDistribution.h"
32 std::shared_ptr<const Distribution> master);
36 bool isMyRecord(std::size_t RecNum)
const override;
38 std::string
name()
const override {
return "ReplicaOfNonoverlappingDistribution"; }
41 std::shared_ptr<const Distribution>
master_;
Implements some methods of Distribution in a manner suitable for distributions storing each observati...
Distribution assigning each record to a process if and only if a non-overlapping master distribution ...
~ReplicaOfNonoverlappingDistribution() override
std::string name() const override
ReplicaOfNonoverlappingDistribution(const eckit::mpi::Comm &comm, std::shared_ptr< const Distribution > master)
Constructor.
bool isMyRecord(std::size_t RecNum) const override
Returns true if record RecNum has been assigned to the calling PE during a previous call to assignRec...
std::shared_ptr< const Distribution > master_