Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 645 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 645 Bytes

mpi_tfidf

What?!

Parallel computation of distributed in-memory graph for text documents across multiple nodes using MPI. More on what has been done here.

Dependencies

  • C++ Boost library - libboost-all-dev
  • set environment variable export LD_LIBRARY_PATH="/usr/lib/boost/lib"
  • mpich2(3.1.4)
  • g++

Documentation