Re: [eigen] beta1 tagged (NOT RELEASED), first try |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] beta1 tagged (NOT RELEASED), first try
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Thu, 1 Jul 2010 11:33:38 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=szaGVU7v5yQu+u7OmHgzbpkUnmzBV2SsA/VxGNfJEJE=; b=S3naPP7fvlV8Qqq9nmp+TsoOy6Gq4opPKxUaWZPbuPMK8FhCcJ78NPrfB09T8pfxUo lWXW4po/pM9waBSCc3A3iMuXO3YqwI9QEi4RMs0lM0kPyzBHT+PuhhDXsJtg5ANASa8u dw+E9wHq328ZLiCXLSsKsq8IF1YfH6vDB/nVY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ZgW6wP4Fx9vNRHulreNk8m5IX0AxjvRkWIFdFyUcMUwVI8qkgfynTYEu66kDC0Ndqu VMsaa9/xn5sFiJQxdcQ5vsRvXfMYslpxC63CwU78c+BlYHCTiPvZCoPbCMMo9hm+QMfj xFnIxurw7n/k3c/hHJMUBXfXj+SYrzfcTT1e4=
Oh sorry. I also configured EIGEN_DEFAULT_TO_ROW_MAJOR !!!
- Hauke
On Thu, Jul 1, 2010 at 11:28 AM, Hauke Heibel
<hauke.heibel@xxxxxxxxxxxxxx> wrote:
> Yes, there is. Just open the solution and check the properties of any
> project under "Configuration Properties -> C/C++ -> Language -> OpenMP
> Support". Alternatively, you need to look at "Configuration Properties
> -> C/C++ -> Command Line -> Additional Options".
>
> Just for the record, I was testing in 32bit mode. So you need to
> compile with 32bit...
>
> And thanks a lot for testing.
>
> - Hauke
>
> On Thu, Jul 1, 2010 at 11:21 AM, Basil Fierz <basil.fierz@xxxxxxxxxxx> wrote:
>> Hi,
>>
>> Is there a possiblity to check if the flag EIGEN_TEST_OPENMP works
>> correctly?
>>
>> I compiled the beta1 with MSVC 2010 x64 with the flags you suggested
>> (EIGEN_DEFAULT_TO_ROW_MAJOR, EIGEN_TEST_OPENMP).
>>
>> All test pass except one:
>>
>> The following tests FAILED:
>> 14 - packetmath_1 (Failed)
>> Errors while running CTest
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\CMake
>> 2.8\bin\ctest.EXE"' : return code '0x8'
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
>> 10.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
>> 10.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
>> 10.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'
>> Stop.
>>
>> Regards,
>>
>> Basil
>>
>> -----Original Message-----
>> From: Listengine [mailto:listengine@xxxxxxxxxxxxxxxxx] On Behalf Of Benoit
>> Jacob
>> Sent: Mittwoch, 30. Juni 2010 16:29
>> To: eigen
>> Subject: [eigen] beta1 tagged (NOT RELEASED), first try
>>
>> Hi,
>>
>> I have tagged (NOT RELEASED) what we have as beta1.
>>
>> Download it at:
>> http://bitbucket.org/eigen/eigen/get/3.0-beta1.tar.bz2
>> or
>> http://bitbucket.org/eigen/eigen/get/3.0-beta1.zip
>>
>> From hg, you can get it by doing
>>
>> $ hg up 3.0-beta1
>>
>> *** Testing needed ***
>>
>> Please give this a good testing. Beta1 will only be released once it's
>> received enough testing.
>> http://eigen.tuxfamily.org/index.php?title=Tests
>>
>> It is useful to also build and run the tests with this cmake option:
>> EIGEN_DEFAULT_TO_ROW_MAJOR
>> and this one:
>> EIGEN_TEST_OPENMP
>>
>> It is also useful to check "make install" and check building your
>> program against the thus-installed Eigen.
>>
>> *** Developers ***
>>
>> Documentation work and bugfixing is of course always welcome.
>> Heavy/dangerous changes should be postponed to until after beta1 is
>> released, hopefully in 2 or 3 days.
>>
>> Documentation work will be immediately effective. The online docs keep
>> tracking the development branch. So you're not missing a deadline of
>> anything. But by the time we release the beta, hundreds of people are
>> going to be looking at the documentation, so it should be as good as
>> possible!
>>
>> Cheers
>> Benoit
>>
>>
>>
>>
>>
>>
>