-
Class Summary
Class |
Description |
Controller |
This is the controller for distributed NAADSM.
|
Deployer |
Deployer is to deploy the controller and the workers.
|
LoadGenerator |
Load generator is to start the experiment by sending out the BOOTSTRAP
message and finalize the experiment.
|
Worker |
This is the worker for distributed NAADSM.
|
Package ds.granules.naadsm.dynamicsplit Description
This package contains the dynamic split method for NAADSM computations.
Dynamic split method is to split the region geographically during the execution time. It only split the long-execution-time workers. The effeciency is a lot better than the static split method. However, there is no way to avoid the waste of resources due to the workers which have almost no work on it.