Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imrehg/mpi
- Owner: imrehg
- Created: 2010-06-29T14:20:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-06-30T05:50:46.000Z (over 14 years ago)
- Last Synced: 2024-04-08T17:42:24.818Z (8 months ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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 examplewget 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