discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How to use a single-threaded scheduler


From: Martin Braun
Subject: Re: [Discuss-gnuradio] How to use a single-threaded scheduler
Date: Tue, 01 Apr 2014 09:41:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 03/31/2014 09:05 PM, Marcus Müller wrote:
> That environment variable is "GR_SCHEDULER":
> 
>> git grep getenv
> ...
> gnuradio-runtime/lib/top_block_impl.cc:char *v = getenv("GR_SCHEDULER");
> ...
> 
> and you need to set it to "STS":
> 
> export GR_SCHEDULER=STS
> ./my_gr_flowgraph.py

Please note that the STS hasn't been touched in a while, whereas the TPB
scheduler has had significant changes. Tags, in particular, won't work
with the STS.

M



reply via email to

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