Skip to content

jayteaftw/Parallel-Page-Rank

Repository files navigation

Parallel-Page-Rank

To compile and run:

Single-threaded:

'''
make singlethread
'''

'''
./singlethread [path to input file] [# of nodes] -t [# of threads]
'''

OpenMP:

'''
make openmpver
'''

'''
./openmpver [path to input file] [# of nodes] -t [# of threads] [approach(1-VectorMatrixOnly, 2-MatrixMatrix)]
'''

Cuda:

'''
make cudaver
'''

'''
./cudaver [path to input file] [# of nodes] -t [# of threads] [approach(1-VectorMatrixOnly, 2-MatrixMatrix)]
'''

Number of nodes

gag: 2,929 cs: 655,173 fr: 2,212,682 en: 13,593,032

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •