Skip to content
Robert David Grant edited this page Jul 18, 2014 · 20 revisions

Welcome to the DistArray project wiki. This wiki includes information about the project, its design, and its development and use. This is a place for less formal and more ephemeral documentation than you will find in our docs directory and at distarray.readthedocs.org.

Testing

To test distarray run make test within the module while running 4 or more (MPI) engines. You can start engines by running ipcluster start --n=<number of engines> --engines=MPI.

Notes

It would be nice to have a better way to test code that uses MPI. This project looks promising, but I ran into problems on an initial trial run: https://github.com/dagss/mpinoseutils

Clone this wiki locally