build based on ea454e1

This commit is contained in:
Documenter.jl
2024-09-23 05:44:55 +00:00
parent a313337414
commit cfa709cd76
24 changed files with 24 additions and 24 deletions

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