We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9303cb6 commit c60ecf6Copy full SHA for c60ecf6
README.md
@@ -56,7 +56,7 @@ To execute code with MPI calls on all workers, use `@mpi_do`.
56
`@mpi_do manager expr` executes `expr` on all processes that are part of `manager`.
57
58
For example:
59
-```
+```julia
60
@mpi_do manager begin
61
using MPI
62
comm=MPI.COMM_WORLD
0 commit comments