Re: [eigen] Eigen 3.0.5 on Friday 10

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


Hi Gael,

I'm pushing some results up to CDash now under site 'setun'.  So far
only the 'openglsupport' is coming back as failing.  Not sure if
that's XFAIL or not...


On Intel 12.0 on x86_64 linux I see this from 'make check':

/workspace/rhys/eigen/Eigen/src/Core/Product.h(430): internal error:
assertion failed at: "shared/edgcpfe/exprutil.c", line 1490

      bool alphaIsCompatible = (!ComplexByReal) ? true :
(imag(actualAlpha)==RealScalar(0));

which is fun since it gives no indication of what went wrong.  The
CDash submission didn't seem to report that.   Are the 'make blas'
targets included in testsuite.cmake?


I see errors like the following for Intel 10.1 and Intel 11.1 on
x86_64 Linux during 'make check':

CMakeFiles/eigen_blas.dir/double.cpp.o: In function
`Eigen::internal::manage_caching_sizes_second_if_negative(long,
long)':
/workspace/rhys/eigen/blas/double.cpp:(.text+0x0): multiple definition
of `Eigen::internal::manage_caching_sizes_second_if_negative(long,
long)'
CMakeFiles/eigen_blas.dir/single.cpp.o:/workspace/rhys/eigen/blas/single.cpp:(.text+0x0):
first defined here
CMakeFiles/eigen_blas.dir/complex_single.cpp.o: In function
`Eigen::internal::manage_caching_sizes_second_if_negative(long,
long)':
/workspace/rhys/eigen/blas/complex_single.cpp:(.text+0x40): multiple
definition of `Eigen::internal::manage_caching_sizes_second_if_negative(long,
long)'
CMakeFiles/eigen_blas.dir/single.cpp.o:/workspace/rhys/eigen/blas/single.cpp:(.text+0x0):
first defined here
CMakeFiles/eigen_blas.dir/complex_double.cpp.o: In function
`Eigen::internal::manage_caching_sizes_second_if_negative(long,
long)':
/workspace/rhys/eigen/blas/complex_double.cpp:(.text+0x0): multiple
definition of `Eigen::internal::manage_caching_sizes_second_if_negative(long,
long)'
CMakeFiles/eigen_blas.dir/single.cpp.o:/workspace/rhys/eigen/blas/single.cpp:(.text+0x0):
first defined here

I mention those here because again I'm not sure if blas-related
details are covered by testsuite.cmake.

- Rhys



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