... | ... | @@ -2,7 +2,7 @@ Follow these instructions to set up a new benchmark. |
|
|
|
|
|
## Global structure
|
|
|
|
|
|
The benchmarks are quite similar to the testsuite cases. They are composed of a `.json` file that contains metadata and the execution configuration, and the alya files (.dat, mesh files).
|
|
|
The benchmarks are quite similar to the testsuite cases. They are composed of a `.json` file that contains metadata and the execution configuration, and the alya files (.dat, mesh files), and a README.md containing a small description of the case.
|
|
|
|
|
|
### Naming
|
|
|
|
... | ... | @@ -13,3 +13,21 @@ All the files contained in the benchmark should follow the following convention: |
|
|
- **U**: a multiplier (M for millions, B for billions, etc.)
|
|
|
|
|
|
Example of a case *sphere* containing approximately 16 millions of elements: **sphere-16M**
|
|
|
|
|
|
```sh
|
|
|
README.md
|
|
|
sphere-16M-CODBO.mpio.bin
|
|
|
sphere-16M-COORD.mpio.bin
|
|
|
sphere-16M.dat
|
|
|
sphere-16M.dom.dat
|
|
|
sphere-16M.info.dat
|
|
|
sphere-16M.json
|
|
|
sphere-16M.ker.dat
|
|
|
sphere-16M-LBSET.mpio.bin
|
|
|
sphere-16M-LELBO.mpio.bin
|
|
|
sphere-16M-LNODB.mpio.bin
|
|
|
sphere-16M-LNODS.mpio.bin
|
|
|
sphere-16M-LTYPB.mpio.bin
|
|
|
sphere-16M.nsi.dat
|
|
|
sphere-16M.post.alyadat
|
|
|
``` |
|
|
\ No newline at end of file |