Update bench authored by Adrien Crovato's avatar Adrien Crovato
...@@ -11,15 +11,29 @@ List of machines: ...@@ -11,15 +11,29 @@ 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/msys2 | laptop | i7-7700HQ (2.8Ghz) | 16Gb | GNU MinGW |
| 03 | - | ubuntu20 | virtual | i7-4790K (4.0Ghz) | 8Gb | GNU gcc |
| 04 | - | windows10 | desktop | i7-4790K (4.0Ghz) | 12Gb | VS 2019 |
### Onera M6 (dart/benchmark/onera.py) Test case:
The Onera M6 wing is the standard test/benchmark case for steady transonic flow computations. The Onera M6 wing (dart/benchmark/onera.py) is the standard test/benchmark case for steady transonic flow computations.
Mesh size: 602199 volume elements and 146744 nodes.
## Results ## Results
**NOT UP TO DATE**
| Machine id | BLAS | Solver | iterations | threads | CPU_user | CPU_real | ### v1.0.2 (unreleased)
|:----------:|:---------:|:-------:|:----------:|:-------:|:------------:|:-----------:| Mesh size: 711976 elements (556008 in the volume) and 135233 nodes.
| 01 | Intel MKL | Pardiso | 16 | 1 (4) | 235 (282) s | 243 (102) s | | Machine id | BLAS | Solver | iterations | threads | CPU_user | CPU_real | CPU_kernel |
| 02 | Openblas | GMRES | 16 | 1 (4) | 317 (370) s | 324 (151) s | |:----------:|:---------:|:-------:|:----------:|:-------:|:------------:|:-----------:|:------------:|
| 01 | Intel MKL | 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 |
| 03 | Intel MKL | PARDISO | 8 | 1 (4) | 82 (103) s | 84 (39) s | 2.6 (4.0) s |
| 04 | Intel MKL | PARDISO | ? | 1 (4) | ? (?) s | ?(?) s | ? (?) s |
### v1.0.1 (September 2021)
Mesh size: 772197 elements (602199 in the volume) and 146744 nodes.
| Machine id | BLAS | Solver | iterations | threads | CPU_user | CPU_real | CPU_kernel |
|:----------:|:---------:|:-------:|:----------:|:-------:|:------------:|:-----------:|:------------:|
| 01 | Intel MKL | PARDISO | 15 | 1 (4) | 152 (202) s | 157 (79) s | 5.5 (8.5) s |
| 02 | Openblas | GMRES | 15 | 1 (4) | 191 (263) s | 195 (127) s | 3.5 (7.7) s |
| 03 | Intel MKL | PARDISO | 15 | 1 (4) | 138 (194) s | 142 (74) s | 5.5 (4.4) s |
| 04 | Intel MKL | PARDISO | 15 | 1 (4) | 204 (312) s | 211 (116) s | 6.4 (21.6) s |
\ No newline at end of file