Re: [eigen] Eigen 3.1.0-rc2 released! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen 3.1.0-rc2 released!
- From: Rhys Ulerich <rhys.ulerich@xxxxxxxxx>
- Date: Fri, 22 Jun 2012 12:18:23 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=DFEaSIzp+7K9SiqmQi5bVYvaP4i+SlpoyEjXOl9fbFc=; b=qVVQJH++mBRfxWqFNUsYtlnb4kxq6CqhwNtbFOvEOwUluJrnzydQdYpMfeALdHv/J9 Uw4sGU750Rm9v3IulkZRFNZ+/Uyn/KlbWt+ku2L4BLLTT31Vt4Uxsw4IulwXZkuEJDqT FHlNOUfuyWkIIRS4qtG21niMVv+pwwvFQHwp/KzkyKVU/0RTD6E7AiG4OJ3v3alA3S63 h0FSV2bi3nIJBneISsH6N5AcZWHG7cS8IQg97Ifted3ak5duvW5mgdKMfx04tCQGSbJ2 HhcWkkZHIzi2AXkDT1/wDrqYDbzhPIlmp5IpItKfMjVAR5+66XXuR9WBAdCVcCO0SDtF 70BA==
Hi Gael,
> you expected a final, 3.1 but I annone a second release candidate
> which is due to a few late warning and minor bug fixes.
x86_64 Ubuntu 10.04: Looks mostly good on GCC 4.5.1, Intel 11.1, and
Intel 12.0.0.
Within 'make check' I see periodic gmres_1 failures. E.g.
./unsupported/test/gmres_1 s1340385327
will always fail with
gmres_1: /h2/rhys/Build/eigen/Eigen/src/Core/Assign.h:513: Derived&
Eigen::DenseBase<Derived>::lazyAssign(const
Eigen::DenseBase<OtherDerived>&) [with OtherDerived =
Eigen::Matrix<double, -0x00000000000000001, 1>, Derived =
Eigen::Block<Eigen::Block<Eigen::Matrix<double, -0x00000000000000001,
-0x00000000000000001>, -0x00000000000000001, 1, true, true>,
-0x00000000000000001, 1, false, true>]: Assertion `rows() ==
other.rows() && cols() == other.cols()' failed.
This problem is consistent across all three compilers. Thoughts?
I know the test is in unsupported. I mention it because it may
concern someone that 'make check' shows failures.
- Rhys