Fix install message in readme

This commit is contained in:
Ricardo Montañana Gómez 2023-12-23 01:00:55 +01:00
parent e0b7b2d316
commit 981bc8f98b
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

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"