Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions benchmarks/user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ and run with `mpirun -n number_of_processes python benchmark.py ...`

Devito supports multiple MPI schemes for halo exchange.

* Devito's most prevalent MPI modes are three: `basic`, `diag2` and `full`.
and are respectively activated e.g., via `DEVITO_MPI=basic`.
* Devito's most prevalent MPI modes are three: `basic2`, `diag2` and `full`.
and are respectively activated e.g., via `DEVITO_MPI=basic2`.
These modes may perform better under different factors such as arithmetic intensity,
or number of fields used in the computation.

Expand Down
Loading