Re: [eigen] Re: Documentation patch

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


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
>>
>>>
>>
>>>
>>
>>>
>>
>>>
>



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