Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 416 Bytes

File metadata and controls

2 lines (2 loc) · 416 Bytes

Distributed-storage-systems-using-MPI.

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 store and retrieve their files.