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

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

Reply via email to