Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

OpenMPI Raspberry Pi

Dylan Christopherson edited this page Jun 4, 2018 · 32 revisions

Downloading OpenMPI and getting it up and running on a Raspberry Pi

This was done using CentOS

sudo yum install wget
wget "Link of what you want to download"

I used this link: https://www.open-mpi.org/nightly/master/ . Hover your mouse over the tarball at the top with the extension .gz.tar and in the bottom left hand corner you'll see a full link for this download. Put it in quotes in front of wget.

Clone this wiki locally