Skip to content

devbharadwaj/Distributed-Data-Structures-MPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • This project is about creating distributed hash tables with MPI
  • And parallel B-Trees with OpenMP

To run MPI code:

$mpiicc Bigtable.c -o Bigtable $mpirun -np 32 ./Bigtable

To run OpenMP code:

$icc -openmp B-Tree.c -o B-Tree $./B-Tree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages