From 86bf7bacc06190f27ae2b17ba8db5f5471750000 Mon Sep 17 00:00:00 2001 From: steve-crouch Date: Wed, 29 May 2024 11:48:22 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Southamp?= =?UTF-8?q?ton-RSG-Training/dirac-intro-to-mpi@f26d25711a2ffc5525558180926?= =?UTF-8?q?187e506855ea7=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _episodes/04-point-to-point-communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/04-point-to-point-communication.md b/_episodes/04-point-to-point-communication.md index 32fd891..a2b0627 100644 --- a/_episodes/04-point-to-point-communication.md +++ b/_episodes/04-point-to-point-communication.md @@ -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!)_ >