Requirements¶
Parallel MLZ¶
MLZ can run on a single node but it is strongly recommended to install MPI libraries and mpi4py.
In order to run in parallel MPI libraries must be present and the mpi4py module which can be obtained from http://mpi4py.scipy.org/ . A first you might get it easy by trying:
[sudo] easy_install install mpi4pyot via pip:
[sudo] pip install mpi4pywith sudo permissions, or locally using:
easy_install --user install mpi4pyor:
pip install mpi4py --user