Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jussi Enkovaara
MPI
Commits
2dfe8c9b
Commit
2dfe8c9b
authored
Jul 03, 2018
by
Jussi Enkovaara
Browse files
Update README.md
parent
6f1b94fe
Changes
1
Show whitespace changes
Inline
Side-by-side
message-chain/README.md
View file @
2dfe8c9b
...
...
@@ -32,9 +32,9 @@ tasks (e.g. 2, 4, 8, 16, ...). Can you explain the differences to case a)?
c) Try to simplify the code by employing the
`MPI_PROC_NULL`
in treating the
special cases of the first and last task in the chain.
d) Rewrite the program using non-blocking communication (MPI_Isend and
MPI_Irecv).
d) Rewrite the program using non-blocking communication (
`
MPI_Isend
`
and
`
MPI_Irecv
`
).
c) Rewrite the program using persistent communication operations
(MPI_Send_init, MPI_Recv_init, etc.).
(
`
MPI_Send_init
`
,
`
MPI_Recv_init
`
, etc.).
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment