1 |
package appl.parallel.spmd; |
package appl.parallel.spmd; |
2 |
|
|
|
import java.util.Iterator; |
|
|
import java.util.Vector; |
|
|
|
|
3 |
import appl.parallel.server.PartitionDataManager; |
import appl.parallel.server.PartitionDataManager; |
4 |
import appl.parallel.spmd.split.DataPartition; |
import appl.parallel.spmd.split.DataPartition; |
|
import appl.parallel.thread.OneMethodThread; |
|
5 |
|
|
6 |
/** |
/** |
7 |
* Performance optimizations can be made with this type of controller. It allows heavy |
* Performance optimizations can be made with this type of controller. It allows heavy |