[GenABEL-dev] [Genabel-commits] r660 - in pkg/MixABEL: . R inst/unitTests src/MXlib
Yurii Aulchenko
yurii.aulchenko at gmail.com
Wed Feb 23 15:08:18 CET 2011
I have committed changes contributed by William Astle in order to fix
memory leak in MixABEL::FastMixedModel
The changes are numerous -- see complete log at
http://lists.r-forge.r-project.org/pipermail/genabel-commits/2011-February/000043.html
so the only thing I did comprehend concern adding 'freeing' of RAM, as in
if(ppRvPy_vec[1]) gsl_vector_free(ppRvPy_vec[1]);
etc.
On Wed, Feb 23, 2011 at 2:59 PM, <noreply at r-forge.wu-wien.ac.at> wrote:
> Author: yurii
> Date: 2011-02-23 14:59:11 +0100 (Wed, 23 Feb 2011)
> New Revision: 660
>
> Modified:
> pkg/MixABEL/CHANGES.LOG
> pkg/MixABEL/DESCRIPTION
> pkg/MixABEL/R/fastmixmod.R
> pkg/MixABEL/R/zzz.R
> pkg/MixABEL/inst/unitTests/report.html
> pkg/MixABEL/inst/unitTests/report.txt
> pkg/MixABEL/inst/unitTests/reportSummary.txt
> pkg/MixABEL/inst/unitTests/runit.GWFGLS.R
> pkg/MixABEL/inst/unitTests/runit.iterator.R
> pkg/MixABEL/src/MXlib/main.cpp
> pkg/MixABEL/src/MXlib/moorepenrose.cpp
> pkg/MixABEL/src/MXlib/twovarcomp.cpp
> pkg/MixABEL/src/MXlib/twovarcomp.h
> Log:
> code by William Astle in order to fix memory leak problem. Two issues remaining: example(FastMixedModel) produces zero chi.sq stat 2) RUnit tests fail
>
More information about the genabel-devel
mailing list