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

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

parents c9a085f6 d8ab1e88
No related branches found
No related tags found
No related merge requests found
......@@ -31,13 +31,14 @@ More informations can be found directly on https://bitbucket.org/rteyssie/ramses
1. The first step, if the input and the test case are not available on the machine, is to download ramses, inputs and tests cases :
```
$ ls -1 /store/CINES/dci/SHARED/abs/ramses/
input_big.tar
input.tar
PROD_BIG.tar
PROD.tar
ramses.tar.gz
testcase_small.tar.gz
$ $ ls -l /store/CINES/dci/SHARED/abs/ramses/
total 4397808348
-rwxr-x---. 1 jourdain dci 3922439168000 Feb 7 15:12 input_big.tar
-rwxr-xr--. 1 jourdain dci 353831936000 Feb 7 13:25 input.tar
-rwx--x---. 1 jourdain dci 20480000 Feb 10 11:36 PROD_BIG.tar
-rwx--x---. 1 jourdain dci 20480000 Feb 10 11:36 PROD.tar
-rwxr-xr--. 1 jourdain dci 6424389 Jan 15 14:40 ramses.tar.gz
-rwxr-xr--. 1 jourdain dci 58599002085 Feb 7 13:15 testcase_small.tar.gz
```
with:
* input_big.tar: Big test case
......@@ -88,5 +89,17 @@ Those steps can also be used in a batch file for running the simulation using a
Information about jobs to be launched can be found in the READ.md file of each test case (testcase_small, testcase_medium and testcase_large).
***Validation:***
- Metric: The metric used to bench is the total time of the simulation in seconds excluding initialization and I/Os. (For more details see the validate.sh script).
- physical: ? (TODO)
- Metric: The metric used to bench is the **total time of the simulation in seconds excluding initialization and I/Os**. (For more details see the validate.sh script).
A copy of the validation metrics are written in a **file metric-$TEST_NAME.log** copy in turn in the folder **$TEST_NAME/results-$SOFT_NAME-$TEST_NAME**
- physical: The value used for **physical validation** is the **dt value** at the end of the simulation log file.
dt: calculated value that incorporates the temperature, density and gas velocity
of all the cells in the simulation. This value also depends on the size of the cells
(i.e. the size of the mesh) and therefore depending on the granularity of the mesh
the dt value will be greater or smaller. For example in the small case (A.K.A DEBUG)
dt will be of the order of 10^-1 to 10^-2 because the mesh used are relatively large
while for the other two cases this value will fluctuate a few tens of percent around
10^-5. In fact, in ramses the errors get bigger and the value beyond 10^-7 or 10^-3
the calculations are clearly wrong. Finally, depending on the machine used, the
value dt will not be exactly the same because to calculate dt, the values pass
through an MPI_Allreduce depending on the MPI library used.
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