2 |
|
|
3 |
import java.io.PrintStream; |
import java.io.PrintStream; |
4 |
|
|
|
import appl.parallel.server.PartitionDataManager; |
|
|
import appl.parallel.spmd.split.DataPartition; |
|
|
|
|
5 |
/** |
/** |
6 |
* This class extends the {@link SPMDClientInterface} with additional features for performance tuning. You can merge |
* This class extends the {@link SPMDClientInterface} with additional features for performance tuning. You can merge |
7 |
* partitions in background (so that the not very cpu-intensive communication can |
* partitions in background (so that the not very cpu-intensive communication can |