add persistent ping-pong

This commit is contained in:
Carl William Pearson
2021-06-02 10:57:47 -06:00
parent 400f4846bb
commit b6d120bf29
6 changed files with 180 additions and 1 deletions

View File

@@ -26,6 +26,11 @@ If any tests fails, you can re-run them individually.
Execute any binary you want using `mpirun`, or whatever is appropriate for your platform.
## Run Microbenchmarks
- `persistent` (`persistent.cpp`) ping-pong time for persistent communication.
## Notes on specific platforms
Some Open MPIs use `long long` for their datatypes, which means we can't support ANSI C++ (`-ansi`).