Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imrehg/mpi

Playing around with MPI for cluster computing
https://github.com/imrehg/mpi

Last synced: 12 days ago
JSON representation

Playing around with MPI for cluster computing

Awesome Lists containing this project

README

        

MPI Ubuntu install
==================

1) Install dependencies:

sudo apt-get install openmpi-bin mpi-default-dev python-dev libssl-dev

2) Download **mpi4py** from http://code.google.com/p/mpi4py/downloads/list
For example

wget http://mpi4py.googlecode.com/files/mpi4py-1.2.1.tar.gz
tar xzvf mpi4py-1.2.1.tar.gz
cd mpi4py
sudo python setup.py install