RivinHD / Tsunami-Simulation

https://rivinhd.github.io/Tsunami-Simulation/
Other
0 stars 1 forks source link

Fixing the note from submission 9. Parallelization #76

Closed RivinHD closed 7 months ago

RivinHD commented 9 months ago

"You can see that we have a run time of around 1 h 28 min without parallelization and disabled file io and a run time of just 3 min 39 sec with parallelization and enabled file io. This results in a speedup of "


"This could explain why the third pass is faster than the first, where one more socket is used. Therefore, some communication must take place via NUMA during the first run when writing to a file. In the fourth configuration, half of the cores are used, which reduces the parallel performance and increases the runtime."


" Utilizing the AMReX library and following the outlined steps, this project aims to achieve these goals within a four-week timeframe."