discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Errors while running CTest [VOLK...]


From: West, Nathan
Subject: Re: [Discuss-gnuradio] Errors while running CTest [VOLK...]
Date: Fri, 13 Mar 2015 12:12:29 -0500

On Fri, Mar 13, 2015 at 9:01 AM, Basse Ang <address@hidden> wrote:
Hi,

I just tried to install gnuradio (ref:http://gnuradio.org/doc/doxygen/build_guide.html)

until :
make test

the result is :
....
98% tests passed, 3 tests failed out of 193

Total Test time (real) = 117.72 sec

The following tests FAILED:
      1 - qa_volk_test_all (Failed)
    144 - qa_constellation (Failed)
    187 - qa_codec2_vocoder (Failed)
Errors while running CTest
make: *** [test] Error 8


then, from http://gnuradio.4.n7.nabble.com/Install-qa-volk-test-all-fails-td51420.html, there are some recommendations, so I follow with:

sudo make install
sudo ldconfig
volk_profile
make test

the result is still same:

The following tests FAILED:
      1 - qa_volk_test_all (Failed)
    144 - qa_constellation (Failed)
    187 - qa_codec2_vocoder (Failed)
Errors while running CTest
make: *** [test] Error 8

As mentioned in the linked thread, doing this should not change anything. There is no such thing as bootstrapping VOLK.
 


for other additional information, might be needed, refer to http://gnuradio.4.n7.nabble.com/Install-qa-volk-test-all-fails-td51420.html
>>>sudo ctest -V -R volk | grep -C 5 offset.. the result:

1: RUN_VOLK_TESTS: volk_32fc_s32f_magnitude_16i(20462,1)
1: a_sse3 completed in 0ms
1: a_sse completed in 0ms
1: generic completed in 0ms
1: u_orc completed in 0ms
1: offset 6 in1: -32768 in2: -31913
1: offset 8 in1: -32768 in2: -28448
1: offset 14 in1: -32768 in2: -30785
1: offset 17 in1: -32768 in2: -19291
1: offset 25 in1: -32768 in2: -28536
1: offset 27 in1: -32768 in2: -32730
1: offset 32 in1: -32768 in2: -30853
1: offset 47 in1: -32768 in2: -28458
1: offset 50 in1: -32768 in2: -29759
1: offset 53 in1: -32768 in2: -32381
1: volk_32fc_s32f_magnitude_16i: fail on arch u_orc
1: Best aligned arch: a_sse3
1: Best unaligned arch: generic
1: /home/tes/project/gnuradio/volk/lib/testqa.cc(70): error in "volk_32fc_s32f_magnitude_16i_test": check run_volk_tests( volk_32fc_s32f_magnitude_16i_get_func_desc(), (void (*)())volk_32fc_s32f_magnitude_16i_manual, std::string("volk_32fc_s32f_magnitude_16i"), 1, 32768, 20462, 1, 0, "NULL") == 0 failed [true != 0]
1: RUN_VOLK_TESTS: volk_32fc_magnitude_32f(20462,1)
Errors while running CTest

>>> cat /proc/cpuinfo | grep 'model name'
model name    : Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
model name    : Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
model name    : Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
model name    : Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz


This is the first I case I've heard of this protokernel failing. We've had problems with ORC on other platforms, but never before on an x86_64. As a band-aid you could just remove ORC and rebuild (or run cmake again with -DENABLE_ORC=False), but the negative results from generic are also kind of interesting.

In the mean time, can you tell me
* which version of GNU Radio you're building?
* what version of orc are you running?
 

manythanks,
Bass


Nathan

reply via email to

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