Skip to content

Commit

Permalink
Merge pull request #1732 from corneliusroemer/simplify-readme
Browse files Browse the repository at this point in the history
doc: Make build instructions less confusing
  • Loading branch information
spond authored Aug 27, 2024
2 parents c4adf10 + a0fb5d7 commit afbcb6f
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 afbcb6f

Please sign in to comment.