Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 251 Bytes

PPCA

Reversi game implemented using OpenMPI on CPU and GPU.

Requirements

python 2.7 (python -V)

open-mpi

How to install (MacOS)

brew install open-mpi

mkvirtualenv -p python ppca

pip install -r requirements.txt