On Mon, Jan 10, 2011 at 3:11 PM, sirjanselot <acosta.j...@gmail.com> wrote:
>
> How do I know that my flow-graph is executing in thread per block mode?

You can run 'top' while executing your flow graph and then toggle
threads on (type capital 'H'). Each thread will be displayed on its
own. With a Python-based GNU Radio application, all you will see is
python; when you toggle threads on, you should see python listed
multiple times; one for each thread.

'man top' will tell you how to get a lot out of that program.

Tom


> As far as I can tell my only 1 core out of the 8 is being used when I run my
> flow-graphs.  This is what I see when I run the performance monitor (or
> whatever it is called) in Ubuntu.
>
> I am currently using gnuradio 3.3.0 as my version.
>
> So can I parallelize my block without having to create a meta-block as you
> say?  I have a lot of for-loops and vector calculations that need to be
> optimized (adaptive fir filters).

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to