From 99a02fd750e5f0f459b8d4705a4098d55d72069c Mon Sep 17 00:00:00 2001 From: Tadikas <52595515+TadMaj@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:08:27 +0200 Subject: [PATCH] Update mpi_collectives.ipynb Fixed typo --- notebooks/mpi_collectives.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/mpi_collectives.ipynb b/notebooks/mpi_collectives.ipynb index 30bbc18..27d4b52 100644 --- a/notebooks/mpi_collectives.ipynb +++ b/notebooks/mpi_collectives.ipynb @@ -43,7 +43,7 @@ "\n", "\n", "- `MPI_Barrier`: Synchronize all processes\n", - "- `MPI_Bcase`: Send the same data from one to all processes\n", + "- `MPI_Bcast`: Send the same data from one to all processes\n", "- `MPI_Gather`: Gather data from all processes to one\n", "- `MPI_Scatter`: Scatter data from one to all all processes\n", "- `MPI_Reduce`: Reduce data from all processes to a single one\n",