Skip to content
Snippets Groups Projects
Commit 26bfd49c authored by Chao Zhan's avatar Chao Zhan
Browse files

add exercise

parent e03a322e
No related branches found
No related tags found
No related merge requests found
...@@ -264,3 +264,19 @@ In general, error checking in simple programs is redundant. ...@@ -264,3 +264,19 @@ In general, error checking in simple programs is redundant.
### Demo ### Demo
See live demo in the tutorial. See live demo in the tutorial.
---
title: MPI VIII
layout: center
---
## Exercise
Pass around the token value by all processes in a ring-like fashion.
E.g. for 4 processes:
token -> 0 -> 1 -> 2 -> 3 -> 0 -> token
Add all missing function calls in `exercises/MPI_examples/round_trip/round_trip.c`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment