1 |
Also, all particle information is sent to all processors, taking O(N2) space whereas natural algorithms use O(N) space and this is how special purpose machines like GRAPE get their cost effectiveness
|
2 | Space is further wasted as everything is spread to 3 dimensional arrays even when arrays like mass are naturally one dimensional! |