Skip to content

Commit 8a488a5

Browse files
authored
Fastest CPU yet (#602)
1 parent dec9171 commit 8a488a5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The shock-droplet interaction case above was run via
8484
```shell
8585
./mfc.sh run -n $(nproc) ./examples/3d_shockdroplet/case.py
8686
```
87-
where `8` is the number of cores the example will run on.
87+
where `$(nproc)` is the number of cores the example will run on (and the number of physical cores on your CPU device).
8888
You can visualize the output data in `examples/3d_shockdroplet/silo_hdf5` via Paraview, Visit, or your favorite software.
8989

9090
## Is this _really_ exascale?

docs/documentation/expectedPerformance.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ These are reported as (X/Y cores), where X is the used cores, and Y is the total
3030
| NVIDIA A30 | | GPU | 1 GPU | 1.1 | NVHPC 24.1 | GT Rogues Gallery |
3131
| AMD MI250X | | GPU | 1 _GCD_* | 1.1 | CCE 16.0.1 | OLCF Frontier |
3232
| AMD MI100 | | GPU | 1 GPU | 1.4 | CCE 16.0.1 | Cray internal system |
33-
| NVIDIA L40S | Single-precision GPU | GPU | 1 GPU | 1.7 | NVHPC 24.5 | GT ICE |
33+
| NVIDIA L40S | Single-precision GPU | GPU | 1 GPU | 1.7 | NVHPC 24.5 | GT ICE |
34+
| AMD EPYC 9654 | Genoa | CPU | 96/96 cores | 1.7 | Inten oneAPI 2021.9 | DOD Carpenter |
3435
| NVIDIA P100 | | GPU | 1 GPU | 2.4 | NVHPC 23.5 | GT CSE Internal |
3536
| AMD EPYC 9534 | Genoa | CPU | 64/64 cores | 2.7 | GNU 12.3.0 | GT Phoenix |
3637
| NVIDIA A40 | Single-precision GPU | GPU | 1 GPU | 3.3 | NVHPC 22.11 | NCSA Delta |
3738
| NVIDIA Grace CPU | Arm, Neoverse V2 | CPU | 72/72 cores | 3.7 | NVHPC 24.1 | GT Rogues Gallery |
38-
| NVIDIA RTX6000 | Single-precision GPU | GPU | 1 GPU | 3.9 | NVHPC 22.11 | GT Phoenix |
39+
| NVIDIA RTX6000 | Single-precision GPU | GPU | 1 GPU | 3.9 | NVHPC 22.11 | GT Phoenix |
3940
| AMD EPYC 7763 | Milan | CPU | 64/64 cores | 4.1 | GNU 11.4.0 | NCSA Delta |
4041
| AMD EPYC 7713 | Milan | CPU | 64/64 cores | 5.0 | GNU 12.3.0 | GT Phoenix |
4142
| Intel Xeon 8480CL | Platinum, Sapphire Rapids | CPU | 56/56 cores | 5.0 | NVHPC 24.5 | GT Phoenix |

0 commit comments

Comments
 (0)