Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 694 Bytes

INSTALL.md

File metadata and controls

49 lines (30 loc) · 694 Bytes

GAFT Installation Instruction

1. Install MPI implementations (MPICH, OpenMPI)

Ubuntu

sudo apt install mpich

macOS

brew install mpich

Windows

Download the Microsoft MPI (MS-MPI)

Other platforms

See more details in http://www.mpich.org/downloads/

2. Install GAFT

Via pip

pip install gaft

From source

git clone git@github.com:PytLab/gaft.git

cd gaft

python setup.py install

3. Run test

cd gaft

python tests/gaft_test.py