jbnerd / ParaWDI

Directory of Par Comp Course Projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Directory of Par Comp Course Projects

License:MIT License


Languages

Language:C 97.2%Language:Makefile 2.8%