Skip to content
#

mpi

Here are 44 public repositories matching this topic...

A project developed as the final project for Parallel Programming Class. The two primary concepts are the Travelling Salesman Problem (TSP) & Ant Colony Optimization (ACO). TSP involves traversing all the given cities, passing every city only once. ACO involves creating several agents to solve a problem inspired by real-life Ant Colonies.The pro…

  • Updated Sep 2, 2020
  • Java

Implemented a distributed storage systems using MPI. The distributed file storage system consists of master node (node 0) and data-storage nodes (non-zero ranks). The job of the master node is to communicate with the data-storage nodes using MPI for data storage and retrieval. The master node also provides an API to the clients so that they stor…

  • Updated Sep 2, 2022
  • Java

Improve this page

Add a description, image, and links to the mpi 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 mpi topic, visit your repo's landing page and select "manage topics."

Learn more