Skip to content

Commit 4e84c88

Browse files
authored
Update mpi-parallelization.md
Fix typo in HPP
1 parent 3156791 commit 4e84c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/courses/python-high-performance/mpi-parallelization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When installing it into your environment in an HPC cluster, you should not use `
2626
```bash
2727
conda create -n "mpienv" python=3.11
2828
```
29-
In recent versions of Anaconda, it is best to install mpi4py from the `conda-forg` channel following their instructions [here](https://conda-forge.org/docs/user/tipsandtricks/#using-external-message-passing-interface-mpi-libraries).
29+
In recent versions of Anaconda, it is best to install mpi4py from the `conda-forge` channel following their instructions [here](https://conda-forge.org/docs/user/tipsandtricks/#using-external-message-passing-interface-mpi-libraries).
3030
This will install dummies into your environment that will be replaced by the external library when the package is imported. Do not try to install both MPICH and OpenMPI; use the one most appropropriate to your system. In our example, we will install mpi4py with OpenMPI.
3131

3232
First load the closest gcc to the current version of Anaconda. In our current example, this is gcc 11.4.0. Then check for available versions of OpenMPI (please use OpenMPI on UVA HPC systems) with

0 commit comments

Comments
 (0)