1 |
package appl.parallel.spmd; |
package appl.parallel.spmd; |
2 |
|
|
3 |
import java.awt.Rectangle; |
import java.awt.Rectangle; |
|
import java.util.HashMap; |
|
4 |
|
|
5 |
|
import appl.parallel.spmd.split.DataPartition; |
6 |
import edu.bonn.xulu.plugin.data.grid.GridList; |
import edu.bonn.xulu.plugin.data.grid.GridList; |
7 |
import edu.bonn.xulu.plugin.data.grid.MultiGrid; |
import edu.bonn.xulu.plugin.data.grid.MultiGrid; |
8 |
|
|
|
import appl.parallel.ComputingResource; |
|
|
import appl.parallel.spmd.split.DataPartition; |
|
|
import appl.parallel.spmd.split.SplittableResource; |
|
|
|
|
9 |
/** |
/** |
10 |
* Using this interface the programmer can access the parallel functionality on server side. |
* Using this interface the programmer can access the parallel functionality on server side. |
11 |
* The programmer should subclass {@link AbstractSPMDTask} and use its method {@link AbstractSPMDTask#getSPMDServerController()} to |
* The programmer should subclass {@link AbstractSPMDTask} and use its method {@link AbstractSPMDTask#getSPMDServerController()} to |