Skip to content
#

mpi4py

Here are 133 public repositories matching this topic...

I developed a Leaf Disease Detection system using image processing techniques and tried to improve its performance using a MPI Cluster by using 2 Virtual Machines. In this project a performance analysis is also done to know about how much the speedup takes place when the system is run on a single node (1 VM) and on a 2-node cluster (2 VMs). I ha…

  • Updated Jul 10, 2020
  • Python

A serial, parallel and vectorised version of PLDM dynamics has been implemented. The serial version uses numba to get speedup of a compiled language. The parallel version uses mpi4py to utilise the multiprocessing capability of HPC clusters. The vectorised version uses a wide variety of GPU libraries (cuda, cupy, pytorch) to highly vectorise PLDM.

  • Updated Jul 15, 2024
  • Python

Improve this page

Add a description, image, and links to the mpi4py topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mpi4py topic, visit your repo's landing page and select "manage topics."

Learn more