Skip to content

Commit da6d06b

Browse files
committed
Merge branch 'bk-chmy'
2 parents 54377c0 + b0ff3cf commit da6d06b

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ JLD2 = "0.4, 0.5"
6363
LightXML = "0.8, 0.9"
6464
MeshIO = "0.1 - 0.4"
6565
NearestNeighbors = "0.2 - 0.4"
66+
NCDatasets = "0.14"
6667
Parameters = "0.9 - 0.12"
6768
SpecialFunctions = "1.0, 2"
6869
StaticArrays = "1"

docs/src/man/Tutorial_Chmy_MPI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ If you want to run this on multiple cores, you will need to setup the [MPI.jl]()
150150
such that `mpiexecjl` is created on the command line.
151151

152152
You can than run it with:
153+
```
153154
mpiexecjl -n 4 --project=. julia Tutorial_Chmy_MPI.jl
155+
```
154156

155157
The full file can be downloaded [here](../../../tutorials/Tutorial_Chmy_MPI.jl)
156158

tutorials/Tutorial_Chmy_MPI.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ MPI.Finalize()
125125
# such that `mpiexecjl` is created on the command line.
126126
#
127127
# You can than run it with:
128+
# ```
128129
# mpiexecjl -n 4 --project=. julia Tutorial_Chmy_MPI.jl
130+
# ```
129131

130132
# The full file can be downloaded [here](../../../tutorials/Tutorial_Chmy_MPI.jl)
131133

0 commit comments

Comments
 (0)