Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • alya-testsuite4 alya-testsuite4
  • Project information
    • Project information
    • Activity
    • Members
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • alyaalya
  • alya-testsuite4alya-testsuite4
  • Wiki
  • Contribution workflow

Contribution workflow · Changes

Page history
Update Contribution workflow authored Dec 10, 2019 by Damien Dosimont's avatar Damien Dosimont
Hide whitespace changes
Inline Side-by-side
Contribution-workflow.md
View page @ 750f447c
...@@ -99,49 +99,9 @@ Here, you will find an example of json file for tests: ...@@ -99,49 +99,9 @@ Here, you will find an example of json file for tests:
```json ```json
{ {
"authors": [ "authors": [
"ambrus.both@bsc.es" "jean.pierre@bsc.es"
], ],
"comparisons": [ "comparisons": [
{
"cols": [
2,
3,
4,
5,
6
],
"file": "non_prem_box_SqSq-boundary.chm.set",
"method": "absolute",
"tolerance": "1.0e-10"
},
{
"cols": [
1,
2,
3,
4,
9,
10,
11,
12,
13,
24,
15,
16
],
"file": "non_prem_box_SqSq.chm.wit",
"method": "absolute",
"tolerance": "1.0e-6"
},
{
"cols": [
1,
2
],
"file": "non_prem_box_SqSq.tem.wit",
"method": "absolute",
"tolerance": "1.0e-10"
},
{ {
"file": "non_prem_box_SqSq-CON01-00000010.post.mpio.txt", "file": "non_prem_box_SqSq-CON01-00000010.post.mpio.txt",
"method": "absolute", "method": "absolute",
...@@ -151,94 +111,28 @@ Here, you will find an example of json file for tests: ...@@ -151,94 +111,28 @@ Here, you will find an example of json file for tests:
"file": "non_prem_box_SqSq-CON02-00000010.post.mpio.txt", "file": "non_prem_box_SqSq-CON02-00000010.post.mpio.txt",
"method": "absolute", "method": "absolute",
"tolerance": "1.0e-7" "tolerance": "1.0e-7"
},
{
"file": "non_prem_box_SqSq-CON03-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-7"
},
{
"file": "non_prem_box_SqSq-CON04-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-7"
},
{
"file": "non_prem_box_SqSq-SCO01-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-7"
},
{
"file": "non_prem_box_SqSq-SCO02-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-7"
},
{
"file": "non_prem_box_SqSq-SCO03-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-7"
},
{
"file": "non_prem_box_SqSq-SCO04-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-7"
},
{
"file": "non_prem_box_SqSq-TEMPE-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-2"
},
{
"file": "non_prem_box_SqSq-XYR-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-7"
},
{
"file": "non_prem_box_SqSq-XYS-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-7"
},
{
"file": "non_prem_box_SqSq-XZR-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-6"
},
{
"file": "non_prem_box_SqSq-XZS-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-6"
},
{
"file": "non_prem_box_SqSq-VELOC-00000010.post.mpio.txt",
"method": "absolute",
"tolerance": "1.0e-6"
} }
], ],
"description": "Non premixed flame in square shaped duct with slip walls, both variance models on with transporting the square of control variables.", "description": "Example of json file for testsuite test",
"exclude": [ "exclude": [
"special" "special"
], ],
"executions": [ "executions": [
{ {
"commands": { "commands": {
"pp": "[ALYA-PATH]/Utils/user/pgiFormat2Standard.sh non_prem_box_SqSq-boundary.chm.set non_prem_box_SqSq.tem.wit non_prem_box_SqSq.chm.wit; echo | [POST] non_prem_box_SqSq" "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, "mpi": 1,
"openmp": 0 "openmp": 0
}, },
{ {
"commands": {
"pp": "[ALYA-PATH]/Utils/user/pgiFormat2Standard.sh non_prem_box_SqSq-boundary.chm.set non_prem_box_SqSq.tem.wit non_prem_box_SqSq.chm.wit; echo | [POST] non_prem_box_SqSq"
},
"mpi": 3, "mpi": 3,
"openmp": 0 "openmp": 5
}, },
{ ],
"commands": { "include": [
"pp": "[ALYA-PATH]/Utils/user/pgiFormat2Standard.sh non_prem_box_SqSq-boundary.chm.set non_prem_box_SqSq.tem.wit non_prem_box_SqSq.chm.wit; echo | [POST] non_prem_box_SqSq" "i8", "gfortran"
},
"mpi": 3,
"openmp": 3
}
], ],
"modules": [ "modules": [
"nastin", "nastin",
......
Clone repository
  • Home
  • User
    • Basic information
    • Execute the testsuite
    • Analyze the results
    • Code Coverage
  • Developer
    • Adding/modifying tests workflow
    • Manage the tolerances