From 981bc8f98b91847254611df0963922ed506643cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Sat, 23 Dec 2023 01:00:55 +0100 Subject: [PATCH] Fix install message in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ddd7c1..a3ebf6a 100644 --- a/README.md +++ b/README.md @@ -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"