Not only is performance model characteristic of one dimensional problem but we also we used a one-dimension parallel decomposition
|
Note these one dimensional characteristics are independent of dimension of space that particles move in.
|
Normally d is thought of as dimension of physical space in which problem posed.
|
But the geometrical interpretation of d is only valid where interaction between particles is itself geometrical i.e. short range
|
Rather N body algorithm has no geometric structure and you see d=1 characteristic of algorithm
|
See Chapter 3 of Parallel Computing Works for a longer discussion of this from a "Complex Systems" point of view
|
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
|