Update mpi_collectives.ipynb

Fixed typo
This commit is contained in:
Tadikas 2024-09-22 22:08:27 +02:00 committed by GitHub
parent 66e6d856f3
commit 99a02fd750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",