Fix install message in readme

This commit is contained in:
2023-12-23 01:00:55 +01:00
parent e0b7b2d316
commit 981bc8f98b

View File

@@ -10,7 +10,7 @@ Before compiling BayesNet.
### MPI
In Linux just install openmpi & openmpi-devel packages. Only cmake can't find openmpi install (like in Oracle Linux) set the following variable:
In Linux just install openmpi & openmpi-devel packages. Only if cmake can't find openmpi installation (like in Oracle Linux) set the following variable:
```bash
export MPI_HOME="/usr/lib64/openmpi"