Python wrapper for the PACMENSL library.
- Python 3.6+.
- mpi4py (https://mpi4py.readthedocs.io/en/stable/).
- numpy 1.18.5+.
- Cython.
- Distutils.
- A C++ compiler.
- An MPI distribution such as OpenMPI.
- PACMENSL must be installed and added to your C++ compiler's search path.
To install for all users:
python setup.py install
To install for local user:
python setup.py install --user