[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] A successful test of the pre-wx-2.9.5 snapshot
From: |
Greg Chicares |
Subject: |
Re: [lmi] A successful test of the pre-wx-2.9.5 snapshot |
Date: |
Sat, 20 Jul 2013 13:17:39 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 |
On 2013-07-12 14:07Z, Greg Chicares wrote:
> I built and ran the 'skeleton' trunk's old GUI unit tests:
>
> /lmi/src/skeleton[0]$make all install >/lmi/src/log 2>&1
> /lmi/src/skeleton[0]$cd /opt/lmi/skeleton/bin
> /opt/lmi/skeleton/bin[0]$./skeleton.exe --unit_test
>
> and they all pass.
I have similar success with the official wx-2.9.5 release.
Same commands as above, but tuned to use more cores and less RAM:
/home/Arktos[0]$echo $coefficiency
--jobs=16
/home/Arktos[0]$cd /lmi/src/skeleton
/lmi/src/skeleton[0]$make \
$coefficiency CXXFLAGS='--param ggc-min-expand=25 --param
ggc-min-heapsize=32768' \
all install >/lmi/src/log 2>&1
/lmi/src/skeleton[0]$cd /opt/lmi/skeleton/bin
/opt/lmi/skeleton/bin[0]$./skeleton.exe --unit_test