how to solve this problem that is the system prompts "benchmark:command not found“when i run this program?
LNanyi opened this issue · 1 comments
LNanyi commented
how to solve this problem that is the system prompts "benchmark:command not found“when i run this program?
luav commented
Hi @LNanyi , I updated the Compilation section of the readme:
In order to compile, type:
$ make
.
This command builds the binary namedTAG=lfrbench_udwo
as specified in the./makefile
. In the following description, the application (lfrbench_udwo
) is referred to asbenchmark
for convenience.
Thus, you should execute ./lfrbench_udwo
(instead of ./benchmark
) upon the successful compilation.