Skip to content

Commit

Permalink
Github Actions: Fix macOS MPI slots
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Jan 25, 2024
1 parent b8f8a4d commit 2bb2293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/install-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ case "$os" in
openmpi)
brew ls --versions openmpi || brew install openmpi
echo "localhost slots=72" >> $(brew --prefix)/etc/openmpi-default-hostfile
echo "localhost slots=72" >> $(brew --prefix)/etc/prte-default-hostfile

# workaround for open-mpi/omp#7516
echo "setting the mca gds to hash..."
echo "gds = hash" >> $(brew --prefix)/etc/pmix-mca-params.conf
Expand Down

0 comments on commit 2bb2293

Please sign in to comment.