... | @@ -8,14 +8,12 @@ Here the description of the fields: |
... | @@ -8,14 +8,12 @@ Here the description of the fields: |
|
* `include` (list of strings): list of tags to include; to run this test, a build needs to have all its tags that are included in the include list.
|
|
* `include` (list of strings): list of tags to include; to run this test, a build needs to have all its tags that are included in the include list.
|
|
* `modules` (list of strings): list of modules necessary to run this test.
|
|
* `modules` (list of strings): list of modules necessary to run this test.
|
|
* `postprocess` (string): postprocess tool. Choice between `mpio2txt` and `alya2pos`.
|
|
* `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:
|
|
* `executions` (list of {}): list of the executions. Each item is a dictionnary. Fields of each item are:
|
|
|
|
|
|
* `mpi` (int): number of MPI processes
|
|
* `mpi` (int): number of MPI processes
|
|
* `openmp` (int): number of OpenMP threads
|
|
* `openmp` (int): number of OpenMP threads
|
|
* `alya` (string, optional): replacement command for running this test. Replacement values: `[MPI]` (MPI process), `[ALYA]` (alya executable)
|
|
* `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)
|
|
* `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:
|
|
* `comparisons` (list of {}): list of the comparisons. Each item is a dictionnary. Fields of each item are:
|
|
|
|
|
|
* `file` (string): file to compare
|
|
* `file` (string): file to compare
|
|
* `method` (string): comparison method ("between `absolute`, `relative`, `power`)
|
|
* `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.
|
|
* `tolerance` (float/int/string): tolerance value associated to the method. Absolute and relative require a float, power an integer. String are converted.
|
... | | ... | |