Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Feb 18, 2025
1 parent f5672f4 commit 1f1aca4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/install-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ case "$os" in
brew ls --versions mpich || brew install mpich
;;
openmpi)
brew info open-mpi
brew ls --versions open-mpi || brew install open-mpi@${OMPIVER}
brew ls --versions open-mpi || brew install open-mpi
echo "localhost slots=72" >> $(brew --prefix)/etc/openmpi-default-hostfile
echo "localhost slots=72" >> $(brew --prefix)/etc/prte-default-hostfile

Expand Down

0 comments on commit 1f1aca4

Please sign in to comment.