This project is parallel implementation of PageRank algorithm for CMPE478 (Parallel Processing) course at Bogazici University and is implemented with @eceatata. There are two parts of the project:
- Implementation of PageRank using MPI (main.cpp)
- Implementation of PageRank using Thrust (pagerank_thrust.cu)
Implementation details of both can be found in CMPE478_Assignment_2.pdf