Skip to content

airqinc/mpi-examples

Repository files navigation

MPI examples for ESIIAB's students

Some MPI examples written in C. WORK IN PROGRESS

esiiab

Installation

Debian/Ubuntu:

sudo apt-get install openmpi-bin openmpi-common openssh-client openssh-server libopenmpi1.3 libopenmpi-dbg libopenmpi-dev

Other distros: see https://www.open-mpi.org/software/ompi/v2.1/

Usage example

bash mpi_exec.sh hello.c 4

MPD daemon for running MPI programmes locally

#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 & 

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Release History

  • 0.1.0
    • The first proper release
  • 0.0.1
    • Work in progress

Meta

AirQ – airq@protonmail.com

Distributed under the MIT license. See LICENSE for more information.

https://gitlab.com/airq https://github.com/airqinc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •