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 Apr 22, 2020 by Damien Dosimont's avatar Damien Dosimont
Hide whitespace changes
Inline Side-by-side
Test-configuration.md
View page @ 09b85f76
......@@ -12,7 +12,7 @@ Here the description of the fields:
* `timeout` ("HH:MM:SS"): extend timeout (1 minute by default). Cannot exceed 5 minutes.
* `executions` (list of {}): list of the executions. Each item is a dictionnary. Fields of each item are:
* `mpi` (int): number of MPI processes, must be inferior to 10.
* `openmp` (int): number of OpenMP threads: $`mpi * openmp < 10`$
* `openmp` (int): number of OpenMP threads; $`mpi * openmp < 10`$
* `alya` (string, optional): replacement command for running this test. Replacement values: `[MPI]` (MPI process), `[ALYA]` (alya executable), `[RUN]` (mpirun/srun + binding options), `[NP]` (process number option `-np`/`-n`), `[NAME]` (case name)
* `postprocess` (string, optional): replacement command for running the post-process. Replacement values: `[ALYA-PATH]` (root path of alya), `[POST]` (postprocess command), `[NAME]` (case name)
* `comparisons` (list of {}): list of the comparisons. Each item is a dictionnary. Fields of each item are:
......
Clone repository
  • Home
  • User
    • Presentation
    • SSH configuration
    • Get the testsuite
    • Basic usage
    • Advanced configuration
    • Advanced usage
    • Analyze the results
    • Code Coverage
  • Developer
    • Test configuration
    • Manage the tolerances