.
This commit is contained in:
16
README.md
16
README.md
@@ -1,6 +1,15 @@
|
||||
# mpi_test
|
||||
|
||||
Various standalone MPI binaries, either tests or examples depending on your perspective.
|
||||
Various standalone C++ MPI tests/examples/benchmarks.
|
||||
|
||||
If CUDA is detected, additional binaries can be built.
|
||||
|
||||
| name | Kind | Reqs. | Ranks | Description |
|
||||
|---------------|-----------|----------|-------|-------------|
|
||||
|`hello-world` | Test | MPI | 1+ | an MPI hello-world |
|
||||
|`one-sided` | Test | MPI | 2 | one-sided communication |
|
||||
|`one-sided-gpu`| Test | MPI+CUDA | 2 | one-sided communication on GPU buffer |
|
||||
|`persistent` | Benchmark | MPI | 2 | ping-pong time for persistent Send/Recv |
|
||||
|
||||
## Build
|
||||
```
|
||||
@@ -24,11 +33,6 @@ 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`).
|
Reference in New Issue
Block a user