Skip to content

Commit

Permalink
doc: Make build instructions less confusing
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
corneliusroemer committed Aug 13, 2024
1 parent c4adf10 commit a0fb5d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a0fb5d7

Please sign in to comment.