shubhangkhattar / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.


Languages

Language:Java 99.1%Language:Batchfile 0.9%