improve readme
This commit is contained in:
12
README.md
12
README.md
@@ -1,7 +1,7 @@
|
|||||||
# mpi_test
|
# mpi_test
|
||||||
|
|
||||||
Various standalone MPI binaries
|
Various standalone MPI binaries, either tests or examples depending on your perspective.
|
||||||
* all pass `argc`/`argv` to `MPI_Init`
|
The goal is to compile with no warnings with `-Wall -Wextra -Wshadow -pedantic` or similarly picky settings.
|
||||||
|
|
||||||
Adjust `Makefile` to match your environment, if needed
|
Adjust `Makefile` to match your environment, if needed
|
||||||
* uses `mpicxx` and a few simple flags by default
|
* uses `mpicxx` and a few simple flags by default
|
||||||
@@ -18,8 +18,12 @@ Adjust `run-all.sh` to match your environment, if needed
|
|||||||
./run-all.sh
|
./run-all.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
If any tests fail, you can run them individually.
|
If any binaries fail, you can run them individually...
|
||||||
|
|
||||||
## Run individual tests
|
## Run individual tests
|
||||||
|
|
||||||
Execute any binary you want using `mpirun`, or whatever is appropriate for your platform.
|
Execute any binary you want using `mpirun`, or whatever is appropriate for your platform.
|
||||||
|
|
||||||
|
## 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