Skip to content

Commit 00bef97

Browse files
authored
doc updates (#264)
1 parent 56d4858 commit 00bef97

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/documentation/expectedPerformance.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This page shows a summary of these results.
77

88
The following table outlines expected performance in terms of the number of time steps per hour, rounded to the nearest hundred (higher is better).
99
A 3D inviscid, 6-equation problem is solved for various problem sizes (grid cells) and hardware.
10+
A 3rd order (3-stage) Runge-Kutta time-stepper is used.
1011
CPU results utilize an entire processor die.
1112

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

21-
We also show the expected performance of MFC for a 3D inviscid 5-equation problem in the table below.
22+
We also show the expected performance of MFC for the same problem as above, except for the 5-equation model used, in the table below.
2223
It is presented in the same manner as the one above.
2324

2425
| Hardware | # Cores | Steps/Hr (1M pts) | Steps/Hr (4M pts) | Steps/Hr (8M pts) | Compiler | Computer |

docs/documentation/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [Case Files](case.md)
88
- [Example Cases](examples.md)
99
- [Running MFC](running.md)
10-
- [Flow Visualisation](visualisation.md)
10+
- [Flow Visualization](visualization.md)
1111
- [Performance Results](expectedPerformance.md)
1212
- [MFC's Authors](authors.md)
1313
- [References](references.md)
File renamed without changes.

0 commit comments

Comments
 (0)