Skip to content

Commit

Permalink
Values extraction #53 cases update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguypierre committed Jun 19, 2024
1 parent 0410659 commit c2a3e16
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
13 changes: 7 additions & 6 deletions src/feelpp/benchmarking/cases/case2-bench.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Test default configuration:
# Test default value:
# - discretization = P1
# - filename = $cfgdir/case2.json
# - filename = $cfgdir/case2.geo
# - hsize = 0.001

case.dimension=2
case.discretization=P2
#case.discretization=P2 # for gaya
case.discretization=P1 # for local

[heat]
json.filename=/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case2.json
filename=/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case2.json

json.merge_patch={"Meshes":{"heat":{"Import":{"filename": "/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case2.geo"}}}}
json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.0005}}}}

#json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.0005}}}} # for gaya
json.merge_patch={"Meshes":{"heat":{"Import":{"partition": true}}}}

#verbose=1
#verbose_solvertimer=1
Expand Down
13 changes: 7 additions & 6 deletions src/feelpp/benchmarking/cases/case3-bench.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Test default configuration:
# Test default value:
# - discretization = P1
# - filename = $cfgdir/case2.json
# - filename = $cfgdir/case2.geo
# - hsize = 0.02

case.dimension=3
case.discretization=P2
#case.discretization=P2 # for gaya
case.discretization=P1 # for local

[heat]
json.filename=/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case3.json
filename=/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case3.json

json.merge_patch={"Meshes":{"heat":{"Import":{"filename": "/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case3.geo"}}}}
json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.01}}}}

#json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.01}}}} # for gaya
json.merge_patch={"Meshes":{"heat":{"Import":{"partition": true}}}}

#verbose=1
#verbose_solvertimer=1
Expand Down
6 changes: 4 additions & 2 deletions src/feelpp/benchmarking/cases/case4-bench.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
# - hsize = 0.02

case.dimension=3
case.discretization=P2
#case.discretization=P2 # for gaya
case.discretization=P1 # for local

[heat]
json.filename=/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case4.json

json.merge_patch={"Meshes":{"heat":{"Import":{"filename": "/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case4.geo"}}}}
json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.01}}}}
#json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.01}}}} # for gaya
json.merge_patch={"Meshes":{"heat":{"Import":{"partition": true}}}}


#verbose=1
Expand Down
2 changes: 1 addition & 1 deletion src/feelpp/benchmarking/reframe/cluster-config/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'launcher': 'mpiexec',
'environs': ['env_local'],
'processor': {
'num_cpus': 8
'num_cpus': 4
},
'devices': [
{
Expand Down

0 comments on commit c2a3e16

Please sign in to comment.