From 42394a91e4fecd2eba0ac6ec235813ed050bd913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wr=C3=B3bel?= Date: Mon, 2 May 2022 15:03:38 +0200 Subject: [PATCH] #236: - added information regarding Open MPI is needed for Zoltan --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 152f6106f..81cf8f0bb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Requirements are divided into `LBAF dependencies` and `LBAF testing`. ### Installing PyZoltan on MacOS/Linux +Open MPI is needed to be installed. For Ubuntu based distributions packages `openmpi-bin libopenmpi-dev` have to be installed. + One needs to clone PyZoltan repository: ```shell cd