Skip to content
Snippets Groups Projects
Commit 002bf626 authored by Chris Cantwell's avatar Chris Cantwell
Browse files

Merge branch 'update-swe-performance-test' into 'master'

Update SWE solver performance test

See merge request !1643
parents 51a4686e 4ae945f5
Branches
Tags v5.4.0
No related merge requests found
......@@ -103,6 +103,7 @@ v5.4.0
- Added additional performance tests and updated test documentation (!1631)
- Fix VmathTimer compilation error (!1635)
- Fix SIMD compilation error (!1636)
- Update ShallowWaterSolver performance test (!1643)
**NekMesh**
- Changed CMake to set NEKTAR_USE_THREAD_SAFETY to ON when MeshGen is set to ON (!1546)
......
......@@ -8,9 +8,9 @@
</files>
<metrics>
<metric type="L2" id="1">
<value variable="eta" tolerance="1e-8">0.00109671</value>
<value variable="u" tolerance="1e-8">0.00123931</value>
<value variable="v" tolerance="1e-8">0.0</value>
<value variable="eta" tolerance="1e-5">0.0303929</value>
<value variable="u" tolerance="1e-5">0.0343446</value>
<value variable="v" tolerance="1e-5">0.0</value>
</metric>
<metric type="Linf" id="2">
<value variable="eta" tolerance="1e-5">0.032063</value>
......@@ -18,7 +18,7 @@
<value variable="v" tolerance="1e-5">0.0</value>
</metric>
<metric type="ExecutionTime" id="3">
<value tolerance="1e-4" hostname="42.debian-bullseye-performance-build-and-test">0.00210637</value>
<value tolerance="5e-1" hostname="42.debian-bullseye-performance-build-and-test">7.3</value>
</metric>
</metrics>
</test>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment