|
|
test |
|
|
\ No newline at end of file |
|
|
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).
|
|
|
|
|
|
### Naming
|
|
|
|
|
|
All the files contained in the benchmark should follow the following convention: **[name]-[N][U]** with:
|
|
|
|
|
|
- **name**: the case base name
|
|
|
- **N**: the number of elements
|
|
|
- **U**: a multiplier (M for millions, B for billions, etc.)
|
|
|
|
|
|
Example of a case *sphere* containing approximately 16 millions of elements: **sphere-16M** |
|
|
\ No newline at end of file |