6 |
import org.apache.log4j.Logger; |
import org.apache.log4j.Logger; |
7 |
|
|
8 |
import schmitzm.data.WritableGrid; |
import schmitzm.data.WritableGrid; |
|
|
|
|
import edu.bonn.xulu.plugin.data.grid.MultiGrid; |
|
|
|
|
9 |
import appl.parallel.client.DataServer; |
import appl.parallel.client.DataServer; |
|
import appl.parallel.server.PartitionDataServer; |
|
10 |
import appl.parallel.spmd.split.DataPartition; |
import appl.parallel.spmd.split.DataPartition; |
11 |
|
import edu.bonn.xulu.plugin.data.grid.MultiGrid; |
12 |
|
|
13 |
/** |
/** |
14 |
* A multi data object stores multiple elements of the same type. |
* A multi data object stores multiple elements of the same type. |