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 13:57:25 -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=yfkld6YPOqkXKkvub7ONFGUtVCt+MAMLRGgifdzLcYk=; b=cBo6gGBAjXFQvdAoii1kXoDW+EU+mtNurE724RoaHhjrV976NhyFmgsn5nPsgUDUM7 /Gt2jaFBLVeNOMeGJauhP6Q/UJWwI8mz2jpRSnrhR0x8p8wDI7n6/VN7HCvtk+i+1coM qDJvvNL08240PEaRUYWseDo1vmagQExv5LXjY=
- 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=pLkB0jLlqYaCaaG+lBdhNffDjV9HbRFygQVfTw8vMB3pzaJD6bjMnqN+x/3ImwHM0r ODK2n31dLu1xwc2tBmAP6cGA29MXDCjGiSDNIKtVhqSnWEw/KMI6Uym0bj/pdzZ0Wu3h 1fkzTjiH2YX+IAGkcvtg5aMscru6PUYPS40Zg=
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
>
>>
>
>>
>
>>
>
>>