Re: [eigen] Re: Documentation patch |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Re: Documentation patch
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sun, 2 Jan 2011 14:00:15 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=AuvFrpCUzW46LTMXOW9H/naS8ujiglqj8tRG3PW0qtY=; b=mlFwI058eUwsCGYsd5c9SWjCgwysW15E5mJGoyO/KiBZ/zoZS68/y0N7il2IJnv6aS 9Ka/OZK50+LHMdXuWplCU7EykK89S+m/K4gh7xVvVUGqq7u/0ClvlrbzUAqdyRwQBKnu 47jUXwjL01lybBObwGHI/MP7gep6uuYxlE3xs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=tio3bycNFDPk6cwFO17xPDam3p7aUfr71Uzh9PWz2wX2uphWVOcbkMX7D2dxdgQe0/ 5aYHKbSxdwTUa1xLtaYrbNgMgPCySwsyLrwbmuHzmGIDo32ot3BIUx2FJPsvrzXy7erl piQ6HizST9nol7slAg098sknS0pykMcRm0PRA=
Ah, the thing is, this example is not small at all. It instantiates 3
different PolynomialSolver types:
PolynomialSolver<double,5>
PolynomialSolver<float,6>
PolynomialSolver<double,6>
This is the first thing to fix: either split this example or let it
use fewer types.
Also, the polynomialsolver unit tests are long to compile too.
Benoit
2011/1/2 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> It's crazy that a simple program would require 1 G to compile. We need
> to look into polynomialsolver, maybe it's doing something weird.
>
> Benoit
>
> 2011/1/2 Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>:
>> ah.. 'make doc' still fails on my server.. because:
>>
>> [ 0%] Building CXX object
>> unsupported/doc/examples/CMakeFiles/example_PolynomialSolver1.dir/PolynomialSolver1.cpp.o
>>
>> virtual memory exhausted: Cannot allocate memory
>>
>> Seems that eigen needs more ram than previously. I've raised the ram limit
>> for users on my server from 700M to 1024M and now it works again. 900M was
>> not enough.
>>
>> thx for reporting..
>>
>> ++
>>
>> Thomas
>>
>> --
>>
>> Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
>>
>> http://www.freehackers.org/thomas
>>
>> On Sunday 02 January 2011 14:16:56 Jitse Niesen wrote:
>>
>>> Benoit Jacob <jacob.benoit.1@...> writes:
>>
>>>
>>
>>> >
>>
>>> > Sorry, that was caused by my const-correctness changes. Fixed now.
>>
>>> >
>>
>>> > 2010/12/29 Thomas Capricelli <orzel@...>:
>>
>>> > > Btw, as can be seen here http://eigen.tuxfamily.org/dox-devel/, 'make
>>> > > doc'
>>
>>> > > does not work anymore on the devel branch:
>>
>>>
>>
>>> Indeed, 'make doc' finishes without errors on my system, yet it seems that
>>> the
>>
>>> docs on the website are still not being updated. Thomas, what's going
>>> wrong?
>>
>>>
>>
>>>
>>
>>> Jitse
>>
>>>
>>
>>>
>>
>>>
>>
>>>
>