|
|
test |
|
|
\ No newline at end of file |
|
|
## Test .json
|
|
|
|
|
|
Here, you will find an example of json file for tests:
|
|
|
|
|
|
```json
|
|
|
{
|
|
|
"authors": [
|
|
|
"jean.pierre@bsc.es"
|
|
|
],
|
|
|
"comparisons": [
|
|
|
{
|
|
|
"file": "non_prem_box_SqSq-CON01-00000010.post.mpio.txt",
|
|
|
"method": "absolute",
|
|
|
"tolerance": "1.0e-7"
|
|
|
},
|
|
|
{
|
|
|
"file": "non_prem_box_SqSq-CON02-00000010.post.mpio.txt",
|
|
|
"method": "absolute",
|
|
|
"tolerance": "1.0e-7"
|
|
|
}
|
|
|
],
|
|
|
"description": "Example of json file for testsuite test",
|
|
|
"exclude": [
|
|
|
"special"
|
|
|
],
|
|
|
"executions": [
|
|
|
{
|
|
|
"commands": {
|
|
|
"alya": "mpirun -np [MPI] [ALYA] abc; mpirun -np [MPI] [ALYA] efg"
|
|
|
"pp": "[ALYA-PATH]/Utils/Users/script.py ; [POST] non_prem_box_SqSq"
|
|
|
},
|
|
|
"mpi": 1,
|
|
|
"openmp": 0
|
|
|
},
|
|
|
{
|
|
|
"mpi": 3,
|
|
|
"openmp": 5
|
|
|
},
|
|
|
],
|
|
|
"include": [
|
|
|
"i8", "gfortran"
|
|
|
],
|
|
|
"modules": [
|
|
|
"nastin",
|
|
|
"temper",
|
|
|
"chemic"
|
|
|
],
|
|
|
"name": "non_prem_box_SqSq",
|
|
|
"postprocess": "mpio2txt"
|
|
|
}
|
|
|
``` |
|
|
\ No newline at end of file |