Hi everybody,
I’m having some problems with benachmark testing (MP_Sched) in Gnuradio
3.7.2.1 running on Ubuntu 14.04.
So, two questions:
When I try to plot the example in /usr/share/gnuradio/examples/mp-sched
there is the following errormessage:
root@ubuntu:/usr/share/gnuradio/examples/mp-sched# ./plot_flops.py
i7_16_example.dat
Traceback (most recent call last):
File “./plot_flops.py”, line 99, in
main()
File “./plot_flops.py”, line 95, in main
handle_file(args[0])
File “./plot_flops.py”, line 66, in handle_file
desc = parse_file(input_filename, data_file)
File “./plot_flops.py”, line 48, in parse_file
npipes, nstages, flops = fields[0], fields[1], fields[8]
IndexError: list index out of range
What is wrong here? Benchmarking is no problem, my file was namend
i7_16_example.dat .
Second question is about benchmarking my own file. How do I do this,
what do I have to change that the command run_sythetic.py benchmarks my
own file?
Thank you for your support, i’m doing some first steps in Gnuradio for a
project in university in Germany.
Daniel