root / latex / note_w15.tex @ 4f432e4a
History | View | Annotate | Download (1.3 KB)
1 |
|
---|---|
2 |
%!TEX root = note.tex |
3 |
|
4 |
%%%%%%%%%%%%%%%%%% |
5 |
% WEEK 15 |
6 |
%%%%%%%%%%%%%%%%%% |
7 |
\section{Week 15} |
8 |
\subsection{Compile package graph-parser} |
9 |
\emph{graph-parser} is now a package to calculate betweenness centrality |
10 |
|
11 |
\begin{lstlisting} |
12 |
cd ~/Thesis/quynhnguyen-ms/custompackages |
13 |
./move_code_to_sdk.sh |
14 |
|
15 |
rm -f /home/quynh/Thesis/cc-openwrt/bin/realview/packages/base/graph-parser_* |
16 |
|
17 |
runqemu openwrt-realview-vmlinux-initramfs.elf # This is a function in ~/.bashrc |
18 |
|
19 |
Ctrl + a, c # to quit QEmu |
20 |
\end{lstlisting} |
21 |
|
22 |
\subsection{Running the graph parser with QEMU} |
23 |
\begin{lstlisting} |
24 |
./bin/graph-parser ./input/simple.edges 1 true true |
25 |
\end{lstlisting} |
26 |
|
27 |
|
28 |
|
29 |
|
30 |
|
31 |
CN600_629_CN_16.edges |
32 |
CN600_629_CN_29.edges |
33 |
CN600_629_CN_2.edges |
34 |
CN600_629_CN_17.edges |
35 |
CN600_629_CN_3.edges |
36 |
CN600_629_CN_18.edges |
37 |
CN600_629_CN_4.edges |
38 |
CN600_629_CN_19.edges |
39 |
CN600_629_CN_5.edges |
40 |
CN600_629_CN_6.edges |
41 |
CN600_629_CN_20.edges |
42 |
CN600_629_CN_7.edges |
43 |
CN600_629_CN_21.edges |
44 |
CN600_629_CN_8.edges |
45 |
CN600_629_CN_22.edges |
46 |
CN600_629_CN_9.edges |
47 |
CN600_629_CN_10.edges |
48 |
CN600_629_CN_23.edges |
49 |
CN600_629_CN_11.edges |
50 |
CN600_629_CN_24.edges |
51 |
CN600_629_CN_12.edges |
52 |
CN600_629_CN_25.edges |
53 |
CN600_629_CN_13.edges |
54 |
CN600_629_CN_26.edges |
55 |
CN600_629_CN_14.edges |
56 |
CN600_629_CN_27.edges |
57 |
CN600_629_CN_0.edges |
58 |
CN600_629_CN_15.edges |
59 |
CN600_629_CN_28.edges |
60 |
CN600_629_CN_1.edges |