-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bc2ef5
commit 82ae322
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,9 +60,8 @@ case "$os" in | |
brew ls --versions mpich || brew install mpich | ||
;; | ||
openmpi) | ||
brew list --versions | ||
brew info openmpi | ||
brew ls --versions openmpi || brew install [email protected] | ||
brew info open-mpi | ||
brew ls --versions open-mpi || brew install open-mpi@${OMPIVER} | ||
echo "localhost slots=72" >> $(brew --prefix)/etc/openmpi-default-hostfile | ||
echo "localhost slots=72" >> $(brew --prefix)/etc/prte-default-hostfile | ||
|
||
|