BenchmarksΒΆ
Benchmarks are implemented in the perf_tests directory. Currently, all benchmarks use the MPI backend.
Available benchmarks:
File name |
Description |
|---|---|
|
A 2D halo exchange |
|
A ping-pong between ranks 0 and 1 |
|
An implementation of the OSU latency benchmark (comparison between Kokkos Comm and raw MPI) |
To build and run the benchmarks, see the dedicated page on testing: