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
  • Base file format

Base file format · Changes

Page history
Create Base file format authored Apr 30, 2020 by Damien Dosimont's avatar Damien Dosimont
Hide whitespace changes
Inline Side-by-side
Base-file-format.md 0 → 100644
View page @ b16047d4
They are many ways to generate base-files serving as a reference when running the test. It can be done by applying the post-process tools **alya2pos** or **mpio2txt** on the `alya.bin` or `mpio.bin` post-process files, or can be directly generated by alya. In that case, be sure that the numbers you want to compare follow this format:
```
(-)D.DDDDDDDDE(+/-)DDD
```
With `D` whatever digit between 0 and 9.
Examples:
* Positive numbers > 1:
* `0.12345678E+002`
* `1.23456789E+001`
* Positive numbers < 1:
* `0.12345678E-002`
* `1.23456789E-003`
* Negative numbers < -1:
* `-0.12345678E+002`
* `-1.23456789E+001`
* Negative numbers > -1:
* `-0.12345678E-002`
* `-1.23456789E-003`
If the number does not follow this format, it will be ignored by the testsuite. If all the numbers are ignored, it will generate the **empty base** error during the test execution.
Clone repository
  • Home
  • User
    • Presentation
    • SSH configuration
    • Get the testsuite
    • Basic usage
    • Advanced configuration
    • Advanced usage
    • Analyze the results
    • Code Coverage
  • Developer
    • Test configuration
    • Base file format
    • Manage the tolerances
    • Troubleshooting