mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-08 21:44:23 +01:00
Fix typo
This commit is contained in:
parent
abd74c81a8
commit
bc7f87be14
@ -190,7 +190,7 @@ As you can see from this example, one can access MPI from Julia in a clean way,
|
|||||||
|
|
||||||
Now, run the file from the REPL
|
Now, run the file from the REPL
|
||||||
```julia
|
```julia
|
||||||
julia> incude("hello_mpi.jl")
|
julia> include("hello_mpi.jl")
|
||||||
```
|
```
|
||||||
|
|
||||||
It probably didn't work, right? Read the error message and note that the MPI package needs to be installed to run this code.
|
It probably didn't work, right? Read the error message and note that the MPI package needs to be installed to run this code.
|
||||||
@ -216,7 +216,7 @@ Congrats, you have installed MPI!
|
|||||||
To check that the package was installed properly, exit package mode by pressing the backspace key several times, and run it again
|
To check that the package was installed properly, exit package mode by pressing the backspace key several times, and run it again
|
||||||
|
|
||||||
```julia
|
```julia
|
||||||
julia> incude("hello_mpi.jl")
|
julia> include("hello_mpi.jl")
|
||||||
```
|
```
|
||||||
|
|
||||||
Now, it should work, but you probably get output from a single MPI rank only.
|
Now, it should work, but you probably get output from a single MPI rank only.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user