File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,19 +151,19 @@ make overhead_experiment
151151
152152cd exec-mode-amd
153153
154- # the following command compiles the linux kernel module that contains the kernel space code
154+ ## the following command compiles the linux kernel module that contains the kernel space code
155155
156156make
157157
158- # the following command installs the linux kernel module
158+ ## the following command installs the linux kernel module
159159
160160sudo insmod kern_code.ko
161161
162- # the following command compiles the user space code
162+ ## the following command compiles the user space code
163163
164164gcc user_code.c cpu_check.c -o user_code -fopenmp
165165
166- # the following command runs the benchmark
166+ ## the following command runs the benchmark
167167
168168sudo ./user_code
169169
You can’t perform that action at this time.
0 commit comments