Skip to content

Commit

Permalink
#32 - ensure only two ranks used in exercise to avoid failure
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-crouch committed May 29, 2024
1 parent a470ddc commit f26d257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/04-point-to-point-communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ int main(int argc, char** argv) {
> ## Blocking
>
> Try the code below and see what happens. How would you change the code to fix the problem?
> Try the code below with two ranks and see what happens. How would you change the code to fix the problem?
>
> _Note: If you are using the MPICH library, this example might automagically work. With OpenMPI it shouldn't!)_
>
Expand Down

0 comments on commit f26d257

Please sign in to comment.