Skip to content

Commit c926583

Browse files
authored
Update index.md
1 parent 5fac25d commit c926583

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ transD_GP.splittasks(;nsoundings=1211, ncores=1247, nchainspersounding=5, ppn=48
204204
```
205205
[Here](https://github.com/GeoscienceAustralia/HiQGA.jl/blob/a8b258d6cef23be7423c9e8652ea0926af28f448/ASEG_Hobart_Workshop_2024/UDF_probabilistic/submit.sh) is an example of a massive job qsub submit script.
206206
### Troubleshooting MPI set up
207-
Some folks have reported that the above MPI install provides error messages to the order of "You are using the system provided MPI", indicating that it is not Intel MPI 2021.10.0 that they are working with. In this case, you should first remove MPI.jl
208-
exit Julia, then edit `~/.julia/prefs/MPI.toml` adding in the following lines
207+
Some folks have reported that the above MPI install provides error messages to the order of "You are using the system provided MPI", indicating that it is not Intel MPI 2021.10.0 that they are working with. In this case, you should exit Julia, then edit `~/.julia/prefs/MPI.toml` adding in the following lines
209208
```
210209
path = "/apps/intel-mpi/2021.10.0"
211210
library = "/apps/intel-mpi/2021.10.0/lib/release/libmpi.so"

0 commit comments

Comments
 (0)