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

Update README.md

parent 9a3f3f94
No related branches found
No related tags found
No related merge requests found
Test case presentation
======================
The small test case of the template application is doing nothing but watching videos on Youtube all day long.
It uses no DFT method, nor spectral method or anything else. The FFTW is widely not use for this case.
General information:
---------------------
To obtain a representative case of a real astrophysical problem, **we start from an evolved case**, i.e. the code has already run (more than 24 hours in this case) and the code starts again from restart files located in a folder named necessarily "input", because the ramses executable is implemented this way (these restart files are unarchived in the "prepare.sh" phase).
The code **cannot change the number of MPI processes** of the initial simulation when it starts from a checkpoint/restart, so **the number of processes is fixed**.
Case profile
------------
For this case, we will use **12800 MPI** processes, and we will need about **3.5-3.6GB** of memory per MPI process. To simplify we will take 1 core per MPI process on machines with nodes with enough memory and we will depopulate when necessary. For example we will use 320 nodes for Jean-Zay, 40 tasks per node, i.e one task per cpus.
A profiling of a small specfem3D test case performed on Occigen on 1 haswell node (64GB) is available in this folder:
`profile_occigen-hsw.html"
Some metrics :
---------------
cf. https://dci-gitlab.cines.fr/dci/abs/-/wikis/home :
- TGCC/Joliot Curie AMD:
- Jean-Zay-cpu/Cascade Lake nodes:
It has been generated using Intel APS (infos: https://software.intel.com/sites/products/snapshots/application-snapshot/)
Other:
-------
Test case designed by F. Bournaud, informations provided by F. Bournaud, integrated in abs by C. Jourdain.
\ No newline at end of file
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