Skip to content

jbnerd/ParaWDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel WDI (Word Document Index)

  • Computational Model : Message Passing on a Beowulf Style Cluster.
  • Construction of a Global word-document index in a distributed fashion.
    • [NOTE : The index itself is local to one node in the cluster. : END OF NOTE]
  • Analysis of speedup and construction cost.
  • Construction of a completely distributed word-document index and Analysis of Query turn around time.
  • Analysis of speedup by using Bloom Filters for each node.

Authors

Dependencies

  • MPICH2/OpenMPI
  • gcc 5.4.0