-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathREADME.txt
76 lines (42 loc) · 1.61 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
DRAFT - PageRank Pipeline Benchmark - DRAFT
1. Contents
PageRankPipeline/README.txt (this file)
PageRankPipeline/doc (documentation)
PageRankPipeline/doc/151012-PageRankPipelineBenchmark.pdf (description of benchmark)
PageRankPipeline/doc/SerialPerformanceMatlab.pdf (plot of serial matlab performance of benchmark)
PageRankPipeline/code (source code)
PageRankPipeline/code/Matlab (Matlab source code)
PageRankPipeline/code/Octave (Octave source code)
PageRankPipeline/code/Julia (Julia source code)
PageRankPipeline/code/Python (Python source code)
PageRankPipeline/code/R (R source code)
PageRankPipeline/code/Java (Java source code)
2. Execution
2.1 Matlab
Go to PageRankPipeline/code/Matlab directory.
Edit PageRankPipeline/code/Matlab/RunPageRankPipeline.m set SCALE and Nfile variables as desired.
Start matlab
type RunPageRankPipeline
2.2 Octave
Go to PageRankPipeline/code/Octave directory.
Edit PageRankPipeline/code/Octave/RunPageRankPipeline.m set SCALE and Nfile variables as desired.
Start Octave
type RunPageRankPipeline
2.3 Julia
Prerequisite: Julia 0.4.0 release
Go to PageRankPipeline/code/Julia directory.
Edit PageRankPipeline/code/Octave/RunPageRankPipeline.jl set SCALE and Nfile variables as desired.
Make sure Julia 0.4.0 version is used.
julia RunPageRankPipeline.jl
2.4 Python
python runPageRankPipeline.py
You will need to install: numpy scipy python-matplotlib
E.g., in Fedora 22 do
sudo dnf install numpy scipy python-matplotlib
2.4 R
2.5 Java
2.6 C++
$ cd C++
$ make
(or "make CXX=icc" if you have the Intel compiler installed)
$ ./runpagerankpipeline