1 |
package appl.parallel; |
package appl.parallel; |
2 |
|
|
3 |
import java.rmi.RemoteException; |
import java.rmi.RemoteException; |
|
import java.util.HashMap; |
|
|
import java.util.Vector; |
|
4 |
|
|
5 |
import edu.bonn.xulu.XuluModellingPlatform; |
import edu.bonn.xulu.XuluModellingPlatform; |
6 |
import edu.bonn.xulu.gui.ModelControlFrame; |
import edu.bonn.xulu.gui.ModelControlFrame; |
7 |
|
|
|
import appl.parallel.spmd.SPMDTask; |
|
|
import appl.parallel.spmd.split.SinglePartitionInfo; |
|
|
import appl.parallel.spmd.split.SplitMap; |
|
|
import appl.parallel.spmd.split.SplittableResource; |
|
|
|
|
8 |
/** |
/** |
9 |
* This is the base class for remote computing resources, which could be |
* This is the base class for remote computing resources, which could be |
10 |
* displayed e.g. in the {@link ModelControlFrame} of the |
* displayed e.g. in the {@link ModelControlFrame} of the |