... | ... | @@ -33,8 +33,13 @@ Here, you will find an example of json file for tests: |
|
|
},
|
|
|
{
|
|
|
"file": "non_prem_box_SqSq-CON02-00000010.post.mpio.txt",
|
|
|
"method": "absolute",
|
|
|
"tolerance": "1.0e-7"
|
|
|
"method": "relative",
|
|
|
"tolerance": 0.1
|
|
|
}
|
|
|
{
|
|
|
"file": "non_prem_box_SqSq-CON03-00000010.post.mpio.txt",
|
|
|
"method": "power",
|
|
|
"tolerance": 6
|
|
|
}
|
|
|
],
|
|
|
"description": "Example of json file for testsuite test",
|
... | ... | @@ -56,7 +61,8 @@ Here, you will find an example of json file for tests: |
|
|
},
|
|
|
],
|
|
|
"include": [
|
|
|
"i8", "gfortran"
|
|
|
"i8",
|
|
|
"gfortran"
|
|
|
],
|
|
|
"modules": [
|
|
|
"nastin",
|
... | ... | |