I have a program that uses gnuradio to work with a HiQSDR.
The first time I fired up qsdr it worked.
Closing it down and re-opening later I got the error. A reboot of the
system didn’t solve it.
$ qsdr
starting server
Using Volk machine: sse4_a_64
gr_fir_fff: using 3DNow!
terminate called after throwing an instance of ‘std::runtime_error’
what(): unpaired unlock() call
Aborted (core dumped)
73 … Sid.
–
Sid B. … Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks
The qsdr program runs on openSUSE 13.1 Milestone 0 x86_64 with 3.9.0-rc3
kernels on AMD 8-core and 6-core boxes without errors.
73 … Sid.
–
Sid B. … Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks
gr_fir_fff: using 3DNow!
from gnuradio import filter
fir = filter.fir_filter_ccf(decim, taps)
…
Also, what is your processor?
Tom
This is the output from the openSUSE boxes and the CPU flags which don’t
include sse4_a.
Later I’ll try rebuilding gnuradio with “-msse3” to see if that helps.
qsdr
starting server
gri_fftw: can’t import wisdom from /root/.gr_fftw_wisdom
Using Volk machine: avx_64_mmx_orc
gr_fir_fff: using SSE
connection from “127.0.0.1”
TCP: conneced
gr_fir_ccc: using SSE
gr_fir_ccf: using SSE
gr_fir_fcc: gr_fir_fcc: using SSE
–
Sid B. … Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks
gr_fir_fff: using SSE
avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse
Microsoft Windows Free Zone - Linux used for all Computing Tasks
Sid,
Have you tried using the filters out of the filter module, yet? Those
filters use VOLK for SIMD instead of the hand-crafted stuff that in
the gr filters. That might help. Besides which, we’re removing those
filters, so moving to the new filter module will keep you more
compatible as we go forward.
I have a program that uses gnuradio to work with a HiQSDR.
gr_fir_fff: using 3DNow!
pull in the filter from the filter module instead of from gr:
include sse4_a.
avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse
Microsoft Windows Free Zone - Linux used for all Computing Tasks
Thanks Tom,
The qsdr design is not mine.
I’ll pass this info on to the author.
73 … Sid.
Can’t you change the code in qsdr yourself? If it’s based on GNU
Radio, you should have the source code and making this change is
pretty trivial (the interface to the filter functions is the same; you
just get them from a different module).
Closing it down and re-opening later I got the error. A reboot of the
73 … Sid.
Also, what is your processor?
gr_fir_fff: using SSE
xsave
Senior Staff Specialist, Cricket Coach
Tom
OK Tom,
I’ll have a check.
73 … Sid.
–
Sid B. … Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks
$ qsdr
What version of GNU Radio are you using for this? You should try to
This is the output from the openSUSE boxes and the CPU flags which don’t
gr_fir_ccf: using SSE
73 … Sid.
the gr filters. That might help. Besides which, we’re removing those
filters, so moving to the new filter module will keep you more
compatible as we go forward.
Tom
Thanks Tom,
The qsdr design is not mine.
I’ll pass this info on to the author.
73 … Sid.
–
Sid B. … Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.