From a0fb5d799e0154b9c00cbd8cf87dfc5fd35372c2 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Tue, 13 Aug 2024 21:25:47 +0200 Subject: [PATCH] doc: Make build instructions less confusing I was wondering whether MPI and HYPHYMPI were 2 different things because their description differed. They aren't. So let's use the `or` pattern here as well. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 574fc9c0b..88f46a828 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,7 @@ If building on a heterogeneous cluster with some nodes that do not support auto- If you're on a UNIX-compatible system, and you're comfortable with GNU make, then run `make` with one of the following build targets: + MP or hyphy - build a HyPhy executable (This used to be "HYPHYMP" but is now just "hyphy") using pthreads to do multiprocessing -+ MPI - build a HyPhy executable (HYPHYMPI) using MPI to do multiprocessing -+ HYPHYMPI - build a HyPhy executable (HYPHYMPI) using openMPI ++ MPI or HYPHYMPI - build a HyPhy executable (HYPHYMPI) using openMPI to do multiprocessing + LIB - build a HyPhy library (libhyphy_mp) using pthreads to do multiprocessing - GTEST - build HyPhy's gtest testing executable (HYPHYGTEST)