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
  • Test configuration

Test configuration · Changes

Page history
Update Test configuration authored Dec 10, 2019 by Damien Dosimont's avatar Damien Dosimont
Show whitespace changes
Inline Side-by-side
Test-configuration.md
View page @ 0dd3bf8f
......@@ -9,13 +9,11 @@ Here the description of the fields:
* `modules` (list of strings): list of modules necessary to run this test.
* `postprocess` (string): postprocess tool. Choice between `mpio2txt` and `alya2pos`.
* `executions` (list of {}): list of the executions. Each item is a dictionnary. Fields of each item are:
* `mpi` (int): number of MPI processes
* `openmp` (int): number of OpenMP threads
* `alya` (string, optional): replacement command for running this test. Replacement values: `[MPI]` (MPI process), `[ALYA]` (alya executable)
* `pp` (string, optional): replacement command for running the post-process. Replacement values: `[ALYA-PATH]` (root path of alya), `[POST]` (postprocess command)
* `comparisons` (list of {}): list of the comparisons. Each item is a dictionnary. Fields of each item are:
* `file` (string): file to compare
* `method` (string): comparison method ("between `absolute`, `relative`, `power`)
* `tolerance` (float/int/string): tolerance value associated to the method. Absolute and relative require a float, power an integer. String are converted.
......
Clone repository
  • Home
  • User
    • Basic information
    • Configure and run the testsuite
    • Analyze the results
    • Code Coverage
  • Developer
    • Adding/modifying tests workflow
    • Test configuration
    • Manage the tolerances