Package ds.granules.naadsm.dynamicmerge

This package contains an implementation of the dynamic merge+split algorithm (split based on area) for NAADSM computations.

See: Description

Package ds.granules.naadsm.dynamicmerge Description

This package contains an implementation of the dynamic merge+split algorithm (split based on area) for NAADSM computations. In this method, workers that represent a bottleneck in computation time are split into two separate workers that manage the same area. Conversely, if two workers are computationally under-loaded in relation to the rest of the workers, they will be merged into a single worker.