Skip to content

Commit

Permalink
Deploying to gh-pages from @ 11c4e3c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-crouch committed Sep 6, 2024
1 parent 5598195 commit 265227c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _episodes/03-communicating-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,13 @@ The difference between the communication mode is when the buffer becomes safe to
| Synchronous | `MPI_SSend()` |
| Buffered | `MPI_Bsend()` |
| Ready | `MPI_Rsend()` |
| Send | `MPI_Send()` |
| Standard | `MPI_Send()` |
In contrast to the four modes for sending data, receiving data only has one mode and therefore only a single function.
| Mode | MPI Function |
| ------- | ------------ |
| Receive | `MPI_Recv()` |
| Mode | MPI Function |
| -------- | ------------ |
| Standard | `MPI_Recv()` |
### Synchronous sends
Expand Down

0 comments on commit 265227c

Please sign in to comment.