discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GNU Radio scheduler behavior


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] GNU Radio scheduler behavior
Date: Sat, 24 Jul 2010 10:34:10 -0700
User-agent: Mutt/1.5.20 (2009-08-17)

On Thu, Jul 22, 2010 at 07:40:29PM -0700, Eric Blossom wrote:
> On Thu, Jul 22, 2010 at 10:18:41PM -0400, address@hidden wrote:
> 
> > I think I'm running into some scheduler issues in GNU Radio that I
> > don't really understand.  I've been working on running GNU Radio
> > blocks on the Beagleboard's DSP by writing new DSP specific custom
> > signal processing blocks When I run simple QA python test scripts
> > everything works fine.
> 

Sorry, I should have mentioned this earlier.

Try enabling the scheduler logging by 

  #define ENABLE_LOGGING 1

In gr_block_executor.cc, line 38.

This will create a separate ascii log file for each block.  
They'll be created in the current directory and have names
"sst-%3d.log", where the numbers are unique.  The log files contain
the name of the block as the first line.

Good luck, and let us know what you find out!

Eric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]