---
date: 2021-09-01
title: "Deploy MPI for Python (mpi4py) on your Pi Cluster"
linkTitle: "Deploy MPI for Python (mpi4py) on your Pi Cluster"
description: "Take advantage of parallel communication on your cluster"
author: Anthony Orlowski ([antorlowski@gmail.com](mailto:antorlowski@gmail.com)), Gregor von Laszewski (laszewski@gmail.com)
draft: False
resources:
- src: "**.{png,jpg}"
title: "Image #:counter"
---
{{< imgproc image Fill "600x300" >}}
{{< /imgproc >}}
{{% pageinfo %}}
In this tutorial we will deploy and demonstrate MPI for use across a cluster of Raspberry Pis. The Pis can run Ubuntu or Raspberry OS. This tutorial is part ofa larger effort to use Python for MPI programming.
**Learning Objectives**
* Learn how to install and try MPI on a cluster of Raspberry PIs
* Fimd more resources on how to use MPI with Python
**Topics covered**
{{% table_of_contents %}}
{{% /pageinfo %}}
## 1. Introduction
TBD
## 9. References
TBD