... | @@ -13,8 +13,8 @@ Here the description of the fields: |
... | @@ -13,8 +13,8 @@ Here the description of the fields: |
|
* `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), `[RUN]` (mpirun/srun + binding options), `[NP]` (process number option -np/-n), [NAME] (case name)
|
|
* `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)
|
|
* `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:
|
|
* `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`)
|
... | | ... | |