Skip to content
Snippets Groups Projects
Commit 116b0447 authored by jourdain's avatar jourdain
Browse files

Merge branch 'develop' of https://dci-gitlab.cines.fr/dci/abs into develop

parents 6abe0953 ec3250a8
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,14 @@ Test case presentation ...@@ -3,9 +3,14 @@ Test case presentation
General information: General information:
--------------------- ---------------------
The small test case of ramses is a debugging case that runs in less than 10 minutes on 256 or 128 cores so a few nodes. It uses the initial conditions IC_l9. To allow debugging on a variable number of cores, we start from a non-evolved initial condition (IC_l9) and therefore not necessarily representative of a real case, so no problem on this test case to change the number of cores and nodes. For this simulation, we start from a **non-evolved initial condition** (called IC_l9) and therefore not really representative of a real case.
The small test case (A.K.A Debug test case) of ramses is a **debugging case** that runs in **less than 10 minutes** on **256 cores**.
In this version the code allocates 2.6GB/core. We can reduce it to a little less than 2GB/core if needed, for that we have to reduce "ngridmax" in the cosmo.nml namelist to 300000 instead of 400000 and npartmax to 1700000 instead of 2000000. Debbuging:
---------------
To allow debugging on a variable number of cores, we lauch the simulation from a non-evolved system. So, if you need to perform a function/debug test, you can use this test case to change the number of cores and nodes. If necessary, you can reduce the memory footprint, for this we need to reduce "ngridmax" in the name list cosmo.nml to 300000 instead of 400000 and npartmax to 1700000 instead of 2000000 (for example).
Please use 256 MPI and cores in the context of the benchmark.
Warning: Warning:
-------- --------
...@@ -16,7 +21,7 @@ Some metrics : ...@@ -16,7 +21,7 @@ Some metrics :
- TGCC/Joliot Curie AMD: 468 seconds on 256 cores () (January 2020) - TGCC/Joliot Curie AMD: 468 seconds on 256 cores () (January 2020)
- Occigen/Haswell nodes: 563 seconds on 256 cores (11 nodes) (January 2020) - Occigen/Haswell nodes: 563 seconds on 256 cores (11 nodes) (January 2020)
- Occigen/Broadwell nodes: 481 seconds on 256 cores (10 nodes) (february 2020) - Occigen/Broadwell nodes: 481 seconds on 256 cores (10 nodes) (february 2020)
- - Jean-Zay-cpu/Cascade Lake nodes: 545 seconds on 256 cores (7 nodes) (february 2020) - Jean-Zay-cpu/Cascade Lake nodes: 545 seconds on 256 cores (7 nodes) (february 2020)
Other: Other:
------- -------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment