1 |
Also we used a one-dimension parallel decomposition
|
2 |
Note these one dimensional characteristics are independent of dimension of space that particles move in.
|
3 |
Normally d is thought of as dimension of physical space in which problem posed.
|
4 |
But the geometrical interpretation of d is only valid where interaction between particles is itself geometrical i.e. short range
|
5 |
Rather N body algorithm has no geometric structure and you see d=1 characteristic of algorithm
|
6 |
See Chapter 3 of Parallel Computing Works for a longer discussion of this from a "Complex Systems" point of view
|
7 |
Note the simple N-body problem has some interesting features
-
Very low communication/compute ratios
-
Best parallel methods violate owner computes rule -- also true in recent molecular dynamics problems with shorter range force
-
Unexpected dimension
|