Easy steps to install mpi4py package on Mac
Package Information:
Application Name – mpi4py
What is mpi4py – Not Available for mpi4py
Use of mpi4py – Python bindings for MPI
URL – https://mpi4py.readthedocs.io
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install mpi4py using brew
brew install mpi4py
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
mpi4py is ready to use now!