... | ... | @@ -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:
|
... | ... | |