Skip to content

Commit e82000b

Browse files
authored
Update expectedPerformance.md (#261)
1 parent 095bedf commit e82000b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/documentation/expectedPerformance.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Performance Results
22

3-
MFC has been extensively benchmarked on CPUs and GPU devices.
4-
A summary of these results follows.
3+
MFC has been benchmarked on several CPUs and GPU devices.
4+
This page shows a summary of these results.
55

66
## Expected time-steps/hour
77

8-
The following table outlines expected performance in terms of the number of time steps per hour (rounded to the nearest hundred, higher is better).
9-
A 3D inviscid, 6-equation (`'model_eqns' : 3`) problem is solved for various problem sizes (grid cells) and hardware.
8+
The following table outlines expected performance in terms of the number of time steps per hour, rounded to the nearest hundred (higher is better).
9+
A 3D inviscid, 6-equation problem is solved for various problem sizes (grid cells) and hardware.
1010
CPU results utilize an entire processor die.
1111

1212
| Hardware | # Cores | Steps/Hr (1M pts) | Steps/Hr (4M pts) | Steps/Hr (8M pts) | Compiler | Computer |
@@ -18,9 +18,8 @@ CPU results utilize an entire processor die.
1818
| Intel Xeon Gold 6226 | 12 (cores) | 2.5k | 0.7k | 0.4k | GNU 10.3.0 | PACE Phoenix |
1919
| Apple Silicon M2 | 6 (cores) | 2.8k | 0.6k | 0.2k | GNU 13.2.0 | N/A |
2020

21-
If `'model_eqns' : 3` is replaced by `'model_eqns' : 2`, an inviscid 5-equation model is used.
22-
The below table shows expected performance via the number of time steps per hour (rounded to the nearest hundred) for various problem sizes and hardware for an inviscid, 5-equation, 3D simulation.
23-
CPU results use an entire processor die.
21+
We also show the expected performance of MFC for a 3D inviscid 5-equation problem in the table below.
22+
It is presented in the same manner as the one above.
2423

2524
| Hardware | # Cores | Steps/Hr (1M pts) | Steps/Hr (4M pts) | Steps/Hr (8M pts) | Compiler | Computer |
2625
| ---: | :----: | :----: | :---: | :---: | :----: | :--- |

0 commit comments

Comments
 (0)