Skip to content

Commit c60ecf6

Browse files
authored
Update README.md
1 parent 9303cb6 commit c60ecf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To execute code with MPI calls on all workers, use `@mpi_do`.
5656
`@mpi_do manager expr` executes `expr` on all processes that are part of `manager`.
5757

5858
For example:
59-
```
59+
```julia
6060
@mpi_do manager begin
6161
using MPI
6262
comm=MPI.COMM_WORLD

0 commit comments

Comments
 (0)