1 |
Relevant when use implicit data parallel execution script based on aggregates
|
2 |
Should be consistent with "HPJava" (Java implementation of HPF concepts) specification of data parallelism
|
3 |
Current properties are just:
-
Name: one per distribution object
-
type: choose from block1dim, block2dim, block3dim
-
Obviously will add more choices here!
|
4 |
Most of our current work uses explicitly specified parallelism generated from application emulators and so does NOT use distribution object
|
5 |
Jacobi example in data parallel version uses this
|
6 |
|