Some MPI examples written in C. WORK IN PROGRESS
Debian/Ubuntu:
sudo apt-get install openmpi-bin openmpi-common openssh-client openssh-server libopenmpi1.3 libopenmpi-dbg libopenmpi-devOther distros: see https://www.open-mpi.org/software/ompi/v2.1/
bash mpi_exec.sh hello.c 4#Create mpd .conf file
$ cd $HOME
$ touch .mpd.conf
$ chmod 600 .mpd.conf
#Add your own password (what you decide)
$ MPD_SECRETWORD=passwd >> .mpd.conf
#Launch the daemon in background
$ Mpd &
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
- 0.1.0
- The first proper release
- 0.0.1
- Work in progress
AirQ – airq@protonmail.com
Distributed under the MIT license. See LICENSE for more information.
