|
|
|
|
|
by Zardoz84
4069 days ago
|
|
I got a speedup of around 13,32 on a 16 core Opteron machine a few years ago, using a simple parallel foreach on a N Body problem simulator. I didn't do anything special for it. I thought using SIMD to accelerate it more on the integrator and acceleration calculation, inside of the parallel for. |
|