Re: [eigen] 3.0.4 coming soon, testing appreciated

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


> First I'll try to scp the whole test directory and run all files in a for loop.

OK, iPhone tests are through. Unfortunately, I didn't have the time to
try and compile ctest for iPhone, so I scp'd all tests to the phone
and ran

find . -exec echo {} \; -exec {} \; &>log

Everything passed but prec_inverse_4x4_*:

../prec_inverse_4x4_1
Initializing random number generator with seed 1322067782
Repeating each test 10 times
error = 0
[...]
error = 0
inverse_general_4x4, Scalar = float
error_avg = 1.2084
error_max = 14.0611

../prec_inverse_4x4_2
Initializing random number generator with seed 1322068985
Repeating each test 10 times
error = 0
[...]
error = 0
inverse_general_4x4, Scalar = double
error_avg = 1.21005
error_max = 14.899

../prec_inverse_4x4_3
Initializing random number generator with seed 1322070254
Repeating each test 10 times
error = 0
[...]
error = 0
inverse_general_4x4, Scalar = complex<float>
error_avg = 6.66181
error_max = 39.1478

The rest looks ok:

../adjoint_1
Initializing random number generator with seed 1322041848
Repeating each test 10 times
../adjoint_2
Initializing random number generator with seed 1322041848
Repeating each test 10 times
[...]
../visitor_9
Initializing random number generator with seed 1322064948
Repeating each test 10 times
../zerosized
Initializing random number generator with seed 1322064948
Repeating each test 10 times

Is it possible that I simply don't see some other tests failing? On
other platforms much more fails...

Also, the whole test suite took quite long (hours), how can I check if
NEON was enabled?

Marton



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/