34 |
import appl.ext.XuluConfig; |
import appl.ext.XuluConfig; |
35 |
import appl.parallel.ComputingResourceProperties; |
import appl.parallel.ComputingResourceProperties; |
36 |
import appl.parallel.client.ClientDataServer; |
import appl.parallel.client.ClientDataServer; |
37 |
|
import appl.parallel.event.CommEvent.CommType; |
38 |
import appl.parallel.event.CommEventSink; |
import appl.parallel.event.CommEventSink; |
39 |
import appl.parallel.event.TimeEvent; |
import appl.parallel.event.TimeEvent; |
|
import appl.parallel.event.CommEvent.CommType; |
|
40 |
import appl.parallel.services.RemoteEventProxy; |
import appl.parallel.services.RemoteEventProxy; |
41 |
import appl.parallel.spmd.AdvancedSPMDServerController; |
import appl.parallel.spmd.AdvancedSPMDServerController; |
42 |
import appl.parallel.spmd.SPMDTask; |
import appl.parallel.spmd.SPMDTask; |
43 |
|
import appl.parallel.spmd.split.AbstractSplitMap.NeighborhoodBoxingMode; |
44 |
import appl.parallel.spmd.split.SplitMap; |
import appl.parallel.spmd.split.SplitMap; |
45 |
import appl.parallel.spmd.split.SplitMap1DVertical; |
import appl.parallel.spmd.split.SplitMap1DVertical; |
|
import appl.parallel.spmd.split.AbstractSplitMap.NeighborhoodBoxingMode; |
|
46 |
import appl.parallel.util.Helper; |
import appl.parallel.util.Helper; |
47 |
import appl.util.benchmark.Benchmark; |
import appl.util.benchmark.Benchmark; |
48 |
|
|