Re: [eigen] 2.0.13 soon, testing needed

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


In case you don't have this yet. I ran on msvc 2010 express 32-bit, cmake tarketing nmake.

Looks good, 1 Compile warning, all tests passed.

C:\Documents and Settings\Trevor\My Documents\dev\eigen2\test\qr.cpp(74) : warning C4996: 'Eigen::QR<MatrixType>::isFullRank': was declared deprecated                  with                                                                                                                                                            [                                                                                                                                                                   MatrixType=Eigen::Matrix<double,3,3>                                                                                                                        ]                                                                                                                                                               c:\documents and settings\trevor\my documents\dev\eigen2\eigen\src/QR/QR.h(74) : see declaration of 'Eigen::QR<MatrixType>::isFullRank'                         with                                                                                                                                                            [                                                                                                                                                                   MatrixType=Eigen::Matrix<double,3,3>                                                                                                                        ]                                                                                                                                                       C:\Documents and Settings\Trevor\My Documents\dev\eigen2\test\qr.cpp(76) : warning C4996: 'Eigen::QR<MatrixType>::isFullRank': was declared deprecated                  with                                                                                                                                                            [                                                                                                                                                                   MatrixType=Eigen::Matrix<double,3,3>                                                                                                                        ]                                                                                                                                                               c:\documents and settings\trevor\my documents\dev\eigen2\eigen\src/QR/QR.h(74) : see declaration of 'Eigen::QR<MatrixType>::isFullRank'                         with                                                                                                                                                            [                                                                                                                                                                   MatrixType=Eigen::Matrix<double,3,3>                                                                                                                        ]                                                                                                                                                      

C:\Documents and Settings\Trevor\My Documents\dev\eigen2_build>ctest
Test project C:/Documents and Settings/Trevor/My Documents/dev/eigen2_b
      Start  1: meta
 1/45 Test  #1: meta .............................   Passed    0.13 sec
      Start  2: sizeof
 2/45 Test  #2: sizeof ...........................   Passed    0.01 sec
      Start  3: dynalloc
 3/45 Test  #3: dynalloc .........................   Passed    0.03 sec
      Start  4: nomalloc
 4/45 Test  #4: nomalloc .........................   Passed    0.01 sec
      Start  5: first_aligned
 5/45 Test  #5: first_aligned ....................   Passed    0.01 sec
      Start  6: mixingtypes
 6/45 Test  #6: mixingtypes ......................   Passed    0.01 sec
      Start  7: packetmath
 7/45 Test  #7: packetmath .......................   Passed    0.01 sec
      Start  8: unalignedassert
 8/45 Test  #8: unalignedassert ..................   Passed    0.01 sec
      Start  9: vectorization_logic
 9/45 Test  #9: vectorization_logic ..............   Passed    0.00 sec
      Start 10: basicstuff
10/45 Test #10: basicstuff .......................   Passed    0.21 sec
      Start 11: linearstructure
11/45 Test #11: linearstructure ..................   Passed    0.06 sec
      Start 12: cwiseop
12/45 Test #12: cwiseop ..........................   Passed    0.15 sec
      Start 13: sum
13/45 Test #13: sum ..............................   Passed    0.02 sec
      Start 14: product_small
14/45 Test #14: product_small ....................   Passed    0.02 sec
      Start 15: product_large
15/45 Test #15: product_large ....................   Passed  163.70 sec
      Start 16: adjoint
16/45 Test #16: adjoint ..........................   Passed    0.14 sec
      Start 17: submatrices
17/45 Test #17: submatrices ......................   Passed    0.03 sec
      Start 18: miscmatrices
18/45 Test #18: miscmatrices .....................   Passed    0.02 sec
      Start 19: commainitializer
19/45 Test #19: commainitializer .................   Passed    0.01 sec
      Start 20: smallvectors
20/45 Test #20: smallvectors .....................   Passed    0.00 sec
      Start 21: map
21/45 Test #21: map ..............................   Passed    0.01 sec
      Start 22: array
22/45 Test #22: array ............................   Passed    0.03 sec
      Start 23: triangular
23/45 Test #23: triangular ..
24/45 Test #24: cholesky .........................   Passed    0.22 sec
      Start 25: lu
25/45 Test #25: lu ...............................   Passed   91.60 sec
      Start 26: determinant
26/45 Test #26: determinant ......................   Passed    9.26 sec
      Start 27: inverse
27/45 Test #27: inverse ..........................   Passed    0.08 sec
      Start 28: qr
28/45 Test #28: qr ...............................   Passed    0.02 sec
      Start 29: eigensolver
29/45 Test #29: eigensolver ......................   Passed    0.23 sec
      Start 30: svd
30/45 Test #30: svd ..............................   Passed    0.05 sec
      Start 31: geometry
31/45 Test #31: geometry .........................   Passed    0.05 sec
      Start 32: hyperplane
32/45 Test #32: hyperplane .......................   Passed    0.03 sec
      Start 33: parametrizedline
33/45 Test #33: parametrizedline .................   Passed    0.01 sec
      Start 34: alignedbox
34/45 Test #34: alignedbox .......................   Passed    0.01 sec
      Start 35: regression
35/45 Test #35: regression .......................   Passed    0.94 sec
      Start 36: stdvector
36/45 Test #36: stdvector ........................   Passed    0.04 sec
      Start 37: newstdvector
37/45 Test #37: newstdvector .....................   Passed    0.05 sec
      Start 38: sparse_vector
38/45 Test #38: sparse_vector ....................   Passed    0.35 sec
      Start 39: sparse_basic
39/45 Test #39: sparse_basic .....................   Passed    0.18 sec
      Start 40: sparse_solvers
40/45 Test #40: sparse_solvers ...................   Passed    2.43 sec
      Start 41: sparse_product
41/45 Test #41: sparse_product ...................   Passed    0.38 sec
      Start 42: swap
42/45 Test #42: swap .............................   Passed    0.01 sec
      Start 43: visitor
43/45 Test #43: visitor ..........................   Passed    0.09 sec
      Start 44: bug_132
44/45 Test #44: bug_132 ..........................   Passed    0.01 sec
      Start 45: prec_inverse_4x4
45/45 Test #45: prec_inverse_4x4 .................   Passed  142.13 sec

100% tests passed, 0 tests failed out of 45

On 9 June 2010 19:23, Thomas Capricelli <orzel@xxxxxxxxxxxxxxx> wrote:


I've tested with icc (11.1.072). It compiles with lot of warnings but no error.

My first attempt to start 'ctest' gave one fail (35 - regression), but the second run gave a perfect 100% pass, and so did the third one, so the failure was qualified as 'noise' by Benoit :-)

++
In data giovedì 10 giugno 2010 03:01:05, Benoit Jacob ha scritto:
> Hi,
>
> an important crasher bug was just fixed in 2.0, see bug 132. So we
> have to release 2.0.13 as soon as reasonably possible. I know it's
> very bad luck as we are so busy now. What I need is that you build and
> run the 2.0 testsuite on various platforms to confirm that we didn't
> break things. For now I only checked GCC 4.5.
>
> Most wanted platforms
>  - MSVC
>  - ICC
>  - QCC (it's one of the highlights of 2.0.13)
>  - early GCC 4.x like 4.0 or 4.1
>  - GCC 3.3 (ideally) or 3.4
>
> Here's a reminder of how you test 2.0:
>
> mkdir builddir
> cd builddir
> cmake -DEIGEN_BUILD_TESTS=ON /path/to/eigen-2.0
> make
> ctest
>
> Thanks
> Benoit
>
>
>





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