Skip to content

Instantly share code, notes, and snippets.

@refactormyself
Created February 20, 2019 10:15
Show Gist options
  • Save refactormyself/98502eb2c5508ca77b06623117cc3cc2 to your computer and use it in GitHub Desktop.
Save refactormyself/98502eb2c5508ca77b06623117cc3cc2 to your computer and use it in GitHub Desktop.
install_mpi.sh created by refactormyself - https://repl.it/@refactormyself/installmpish
#!/usr/bin/env bash
echo Installing Open MPI packages
sudo apt-get install openmpi-common
sudo apt-get install openmpi-bin
sudo apt-get install libopenmpi-dev
sudo apt-get install openmpi-doc
echo Installing C compiler and ssh
sudo apt-get install g++
sudo apt-get install openssh-client
sudo apt-get install openssh-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment