Update bench authored by Adrien Crovato's avatar Adrien Crovato
...@@ -10,7 +10,7 @@ List of machines: ...@@ -10,7 +10,7 @@ List of machines:
| Id | name | operating system | machine type | computing unit (frequency) | memory | compiler | | Id | name | operating system | machine type | computing unit (frequency) | memory | compiler |
|:--:|:--------:|:-----------------:|:------------:|:--------------------------:|:------:|:---------:| |:--:|:--------:|:-----------------:|:------------:|:--------------------------:|:------:|:---------:|
| 01 | - | ubuntu20 | virtual | i7-7700HQ (2.8Ghz) | 8Gb | GNU gcc | | 01 | - | ubuntu20 | virtual | i7-7700HQ (2.8Ghz) | 8Gb | GNU gcc |
| 02 | - | windows10/msys2 | laptop | i7-7700HQ (2.8Ghz) | 16Gb | GNU MinGW | | 02 | - | windows10 | laptop | i7-7700HQ (2.8Ghz) | 16Gb | VS 2022 |
| 03 | - | ubuntu20 | virtual | i7-4790K (4.0Ghz) | 8Gb | GNU gcc | | 03 | - | ubuntu20 | virtual | i7-4790K (4.0Ghz) | 8Gb | GNU gcc |
| 04 | - | windows10 | desktop | i7-4790K (4.0Ghz) | 12Gb | VS 2019 | | 04 | - | windows10 | desktop | i7-4790K (4.0Ghz) | 12Gb | VS 2019 |
...@@ -19,14 +19,14 @@ The Onera M6 wing (dart/benchmark/onera.py) is the standard test/benchmark case ...@@ -19,14 +19,14 @@ The Onera M6 wing (dart/benchmark/onera.py) is the standard test/benchmark case
## Results ## Results
### dev ### v1.2.0 (October 2022)
Mesh size: 711976 elements (556008 in the volume) and 135233 nodes. Mesh size: 711976 elements (556008 in the volume) and 135233 nodes.
| Machine id | BLAS | Solver | iterations | threads | CPU_user | CPU_real | CPU_kernel | | Machine id | Solver | iterations | threads | CPU_user | CPU_real | CPU_kernel |
|:----------:|:---------:|:-------:|:----------:|:-------:|:------------:|:-----------:|:------------:| |:----------:|:-------:|:----------:|:-------:|:------------:|:-----------:|:------------:|
| 01 | Intel MKL | PARDISO | 8 | 1 (4) | 89 (116) s | 93 (45) s | 4.2 (5.8) s | | 01 | PARDISO | 8 | 1 (4) | 89 (116) s | 93 (45) s | 4.2 (5.8) s |
| 02 | Openblas | GMRES | 8 | 1 (4) | 115 (148) s | 118 (68) s | 2.4 (4.0) s | | 02 | GMRES | 8 | 1 (4) | 115 (148) s | 118 (68) s | 2.4 (4.0) s |
| 03 | Intel MKL | PARDISO | 8 | 1 (4) | 82 (103) s | 84 (39) s | 2.6 (4.0) s | | 03 | PARDISO | 8 | 1 (4) | 105 (115) s | 78 (44) s | 5.0 (7.0) s |
| 04 | Intel MKL | PARDISO | ? | 1 (4) | ? (?) s | ?(?) s | ? (?) s | | 04 | PARDISO | 8 | 1 (4) | 143 (199) s | 148 (84) s | 5.6 (7.1) s |
### v1.0.1 (September 2021) ### v1.0.1 (September 2021)
Mesh size: 772197 elements (602199 in the volume) and 146744 nodes. Mesh size: 772197 elements (602199 in the volume) and 146744 nodes.
... ...
......