-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
93 lines (56 loc) · 5.37 KB
/
Makefile
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
### Saves for graphical tests 1000
test/graphical_tests/saves_for_graphical_tests/accuracy_Vnk_1000.jld: test/graphical_tests/accuracy_Vnk_1000_cmp.jl
julia --project=. test/graphical_tests/accuracy_Vnk_1000_cmp.jl
test/graphical_tests/saves_for_graphical_tests/accuracy_Vnk_sigma_02_1000.jld: test/graphical_tests/accuracy_Vnk_sigma_02_1000_cmp.jl
julia --project=. test/graphical_tests/accuracy_Vnk_sigma_02_1000_cmp.jl
test/graphical_tests/saves_for_graphical_tests/accuracy_Pkn_1000.jld: test/graphical_tests/accuracy_Pkn_1000_cmp.jl
julia --project=. test/graphical_tests/accuracy_Pkn_1000_cmp.jl
test/graphical_tests/saves_for_graphical_tests/accuracy_Pkn_sigma_02_1000.jld: test/graphical_tests/accuracy_Pkn_sigma_02_1000_cmp.jl
julia --project=. test/graphical_tests/accuracy_Pkn_sigma_02_1000_cmp.jl
test/graphical_tests/saves_for_graphical_tests/accuracy_Cnk_1000.jld: test/graphical_tests/accuracy_Cnk_1000_cmp.jl
julia --project=. test/graphical_tests/accuracy_Cnk_1000_cmp.jl
test/graphical_tests/saves_for_graphical_tests/accuracy_Cnk_sigma_02_1000.jld: test/graphical_tests/accuracy_Cnk_sigma_02_1000_cmp.jl
julia --project=. test/graphical_tests/accuracy_Cnk_sigma_02_1000_cmp.jl
### Graph for graphical tests 1000
test/graphical_tests/figures_graphical_tests/accuracy_PknCnkVnk_1000.pdf: test/graphical_tests/saves_for_graphical_tests/accuracy_Vnk_1000.jld test/graphical_tests/saves_for_graphical_tests/accuracy_Pkn_1000.jld test/graphical_tests/saves_for_graphical_tests/accuracy_Cnk_1000.jld test/graphical_tests/saves_for_graphical_tests/accuracy_Vnk_sigma_02_1000.jld test/graphical_tests/saves_for_graphical_tests/accuracy_Pkn_sigma_02_1000.jld test/graphical_tests/saves_for_graphical_tests/accuracy_Cnk_sigma_02_1000.jld test/graphical_tests/accuracy_PknCnkVnk_1000_plt.jl
julia --project=. test/graphical_tests/accuracy_PknCnkVnk_1000_plt.jl
### Saves for graphical tests 10000
test/graphical_tests/saves_for_graphical_tests/accuracy_Vnk_10000.jld: test/graphical_tests/accuracy_Vnk_10000_cmp.jl
julia --project=. test/graphical_tests/accuracy_Vnk_10000_cmp.jl
test/graphical_tests/saves_for_graphical_tests/accuracy_Pkn_10000.jld: test/graphical_tests/accuracy_Pkn_10000_cmp.jl
julia --project=. test/graphical_tests/accuracy_Pkn_10000_cmp.jl
test/graphical_tests/saves_for_graphical_tests/accuracy_Cnk_10000.jld: test/graphical_tests/accuracy_Cnk_10000_cmp.jl
julia --project=. test/graphical_tests/accuracy_Cnk_10000_cmp.jl
### Graph for graphical tests 10000
test/graphical_tests/figures_graphical_tests/accuracy_PknCnkVnk_10000.pdf: test/graphical_tests/saves_for_graphical_tests/accuracy_Vnk_10000.jld test/graphical_tests/saves_for_graphical_tests/accuracy_Pkn_10000.jld test/graphical_tests/saves_for_graphical_tests/accuracy_Cnk_10000.jld test/graphical_tests/accuracy_PknCnkVnk_10000_plt.jl
julia --project=. test/graphical_tests/accuracy_PknCnkVnk_10000_plt.jl
### Save for Cnk graphical tests sigma
test/graphical_tests/saves_for_graphical_tests/accuracy_Cnk_sigma.jld: test/graphical_tests/common_functions_for_tests.jl test/graphical_tests/accuracy_Cnk_sigma_cmp.jl
julia --project=. test/graphical_tests/accuracy_Cnk_sigma_cmp.jl
test/graphical_tests/saves_for_graphical_tests/accuracy_Cnk_rec_sigma.jld: test/graphical_tests/accuracy_Cnk_rec_sigma_cmp.jl
julia --project=. test/graphical_tests/accuracy_Cnk_rec_sigma_cmp.jl
### Plot for Cnk graphical tests sigma
test/graphical_tests/figures_graphical_tests/accuracy_Cnk_sigma.pdf: test/graphical_tests/saves_for_graphical_tests/accuracy_Cnk_sigma.jld test/graphical_tests/saves_for_graphical_tests/accuracy_Cnk_rec_sigma.jld test/graphical_tests/accuracy_Cnk_sigma_plt.jl
julia --project=. test/graphical_tests/accuracy_Cnk_sigma_plt.jl
### Plot dist Pkn using robust approximation
test/graphical_tests/figures_graphical_tests/dist_Pkn_1000.pdf: test/graphical_tests/dist_Pkn_NGG_1000_plt.jl
julia --project=. test/graphical_tests/dist_Pkn_NGG_1000_plt.jl
### Plot Pkn approx quality decrease
test/graphical_tests/figures_graphical_tests/Pkn_NGG_approx_quality.pdf: test/graphical_tests/Pkn_NGG_approx_quality.jl
julia --project=. test/graphical_tests/Pkn_NGG_approx_quality.jl
### Investigate n limit
test/graphical_tests/saves_for_graphical_tests/accuracy_Vn1.jld: test/graphical_tests/accuracy_Vn1_1000_cmp.jl test/graphical_tests/common_functions_for_tests.jl
export JULIA_NUM_THREADS=7; julia --project=. test/graphical_tests/accuracy_Vn1_1000_cmp.jl
test/graphical_tests/figures_graphical_tests/accuracy_Vn1.pdf: test/graphical_tests/saves_for_graphical_tests/accuracy_Vn1.jld test/graphical_tests/accuracy_Vn1_1000_cmp.jl test/graphical_tests/accuracy_Vn1_1000_plt.jl
julia --project=. test/graphical_tests/accuracy_Vn1_1000_plt.jl
README.md: README.jmd
julia --project=. -e 'using Weave; weave("README.jmd", out_path=:pwd)'
### Run benchmark
benchmark_results.md: run_benchmarks.jl benchmark/benchmarks.jl
julia --project=. --project=. run_benchmarks.jl
### Shortcut
graphical_tests: test/graphical_tests/figures_graphical_tests/accuracy_PknCnkVnk_1000.pdf test/graphical_tests/figures_graphical_tests/accuracy_PknCnkVnk_10000.pdf test/graphical_tests/figures_graphical_tests/accuracy_Cnk_sigma.pdf test/graphical_tests/figures_graphical_tests/dist_Pkn_1000.pdf test/graphical_tests/figures_graphical_tests/Pkn_NGG_approx_quality.pdf
.PHONY: graphical_tests
README: README.md
.PHONY: README
all: graphical_tests README