amrvac / AGILE-experimental

MPI-AMRVAC: A Parallel Adaptive Mesh Refinement Framework
https://amrvac.org/
GNU General Public License v3.0
2 stars 1 forks source link

2D KH test #1

Closed oporth closed 5 months ago

oporth commented 5 months ago
oporth commented 5 months ago

The test case is in tests/hd/AGILE_baseline its a 4096x4096 uniform grid hydro sim of a KH problem. image But I run it only for 100 iterations.
Initial performance and scaling (flat MPI) has been carried out on Snellius with intel and nvhpc modules In particular

module load 2022
module load OpenMPI/4.1.4-NVHPC-22.7-CUDA-11.7.0

for nvhpc

respectively

module load 2022
module load impi/2021.6.0-intel-compilers-2022.1.0

for the intel modules.

The scaling plot is here: snellius_baseline.pdf raw performance data in the test folder.

I used the timer " Total timeloop took : XXX sec" for the performance measurement.