-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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


Greetings,
Marcus


On 31.03.2014 18:49, Bogdan Diaconescu wrote:
> On older gnuradio releases there was an environment variable to set
> so that it will switch to single threaded scheduler. Cannot
> remember the name, though.
> 
> Bogdan
> 
> 
> 
> 
> 
> On Monday, March 31, 2014 7:35 PM, Tommy Tracy II
> <tj...@virginia.edu> wrote:
> 
> Dear list,
> 
> Is there any way to use the single-threaded scheduler over the
> thread-per-block scheduler without rebuilding Gnu Radio?
> 
> Sincerely,
> 
> Tommy James Tracy II Ph.D Student High Performance Low Power Lab 
> University of Virginia Phone: 913-775-2241
> 
> _______________________________________________ Discuss-gnuradio
> mailing list Discuss-gnuradio@gnu.org 
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 
> 
> _______________________________________________ Discuss-gnuradio
> mailing list Discuss-gnuradio@gnu.org 
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTObyIAAoJEBQ6EdjyzlHt/xMIAJ2i7VuA1p/u4o5zrChBWWzw
PHRplQArGVZKev1B1zSjlUI8l7q3RnMhzNJmp05auDNRM5GwsBreJ/4S8I8LZhHP
krILWrj+bPZ2QPjSy30iomIP/u7NoWZpOFXQWxt+egVd7WpEDyQVFEeN/5El22p9
iD3prgkSHAZ2YjSpPphxcGH251PSQPj5in3x0woE191AddaREXxbjx2YieZ6xupQ
k5tQuEkUU+HqpzAfhbNVTumNFHQrx4BRGXS4UYzpqFLCLWAGHsvg4xfm98MGhOBi
3zjXYTf1pkciivKcZDQHCci8/7kDWuDc1b/ngUCB1xsF795QdgP/lOYRD+6IJBQ=
=y96K
-----END PGP SIGNATURE-----

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

Reply via email to