Skip to content

Bigtable is a High Performance Data Storage System for storing petabytes of data It is sparse,distributed,persistent multidimensional in nature It is Implemented in C using openMP and MPI

Notifications You must be signed in to change notification settings

aayushaggarwal/Bigtable-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bigtable-in-C

Bigtable is a High Performance Data Storage System for storing petabytes of data It is sparse,distributed,persistent multidimensional in nature It is Implemented in C using openMP and MPI

Dependencies: openMP and MPI on cluster

To run: mpicc -fopenmp Bigtable2.c -o Bigtlel mrun -np 6 ./Bigtable

About

Bigtable is a High Performance Data Storage System for storing petabytes of data It is sparse,distributed,persistent multidimensional in nature It is Implemented in C using openMP and MPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages