Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • alya-testsuite4 alya-testsuite4
  • Project information
    • Project information
    • Activity
    • Members
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • alyaalya
  • alya-testsuite4alya-testsuite4
  • Wiki
  • Add a new benchmark

Add a new benchmark · Changes

Page history
Update Add a new benchmark authored Nov 04, 2020 by Damien Dosimont's avatar Damien Dosimont
Hide whitespace changes
Inline Side-by-side
Add-a-new-benchmark.md
View page @ 3a5e0a65
......@@ -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
......@@ -12,4 +12,22 @@ All the files contained in the benchmark should follow the following convention:
- **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
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
Clone repository
  • Home
  • User
    • Presentation
    • SSH configuration
    • Get the testsuite
    • Basic usage
    • Advanced configuration
    • Advanced usage
    • Analyze the results
    • Code Coverage
  • Developer
    • Add a new test
    • Test configuration
    • Base file format
    • Manage the tolerances
    • Troubleshooting
  • Benchmarks
    • Database UML
    • Add a new benchmark