1 | Then the total time for the Runge-Kutta solver is: |
2 | Giving O(N2/Nproc) running time in the number of particles. |
3 | Note that parallel overhead or communication time/computation time is proportional to 1/n where n = N/Nproc is grain size. |
4 |
Note this algorithm has an overhead characteristic of a one dimensional problem for
|