Re: [eigen] 3.2-rc1 released! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] 3.2-rc1 released!
- From: Rhys Ulerich <rhys.ulerich@xxxxxxxxx>
- Date: Thu, 18 Jul 2013 21:50: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=psuSMLurMej1u/h3LUfQRja3nRm/V3rSwUF+04dS/yU=; b=jZ8Bqx4Qnrrr9n8T8cnpY726MQakgIriX0OIrdthxa8DPnWKmXkQO85CIGsJF9qnTi okmzcRUoa/ozh8plyVgN+RBPCO+lwv3e3IaKnwbbuTtiPj5oJH20GFzDFbV92EnlIjmZ j7ydES8kniAM8R4bZ2s25FksMwz/ccw6YWWwVNcWcMMMNDyOTmiS5M5t8XBXqxBeUjWK Mpn6ERi+HhegIpgT7+kvQmJ7CSqeOokqhIM5wV1pOfC2p72+ypkml+Hie168LkwDbZDP 4FnYolfIbenc42DjUqEkhXZwjgCVCSt42V3jRKBKBWrB6tVgHPvQVau57/SMBE5Eiogx Auyg==
> Eigen 3.2-rc1 has been released today (July 17, 2013).
I ran 3.2-rc1 Nightly tests run atop an x86_64 GNU/Linux system with
-DEIGEN_TEST_OPENMP=ON for gcc 4.5, gcc 4.6, gcc 4.7, intel 11.1,
intel 12.1, and intel 13.1. All results are under machine
setun.ices.utexas.edu on the dashboard at
http://manao.inria.fr/CDash/index.php?project=Eigen&date=2013-07-17&display=project.
On gcc 4.5 I see several test timings like
223/643 Test #223: product_trmm_11 .................. Passed 25.42 sec
which look fishy to me. I am using -DCMAKE_BUILD_TYPE=RelWithDebInfo.
Most tests are less than 2 seconds and many less than a 10th of a
second. product_trmm_* and lu_7 seem to be among the outliers.
On intel 11.1 there are some quite a few failed tests including a few
internal icpc error lovelies. Is it possible to keep the 3.2 release
from regressing any tests that had worked on 3.1?
Hope that helps,
Rhys