Bill Allombert on Thu, 25 Jan 2024 10:47:41 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: make dobench failing recently for me


On Wed, Jan 24, 2024 at 03:03:30PM -0800, Thomas D. Dean wrote:
> On 1/24/24 11:56, Bill Allombert wrote:
> > On Mon, Jan 22, 2024 at 01:04:12PM -0500, Charles Greathouse wrote:
> > > I'm not sure if this is a bug or local configuration issues, so I'll post
> > > here for now. While I'm able to build gp from the repo, for a while (weeks,
> > > at least) I haven't been able to pass the bench. The diffs show a
> > > precision/rounding issue in trans-dyn and heap/memory leak issues in
> > > analyz-dyn, number-dyn, and polyser-dyn.
> > > 
> > > The diffs are below. I can include more information if desired; this is for
> > > the latest git version from a few days ago, 3056f0fd062, but I've had
> > > similar issues on all recent releases. I'm running Ubuntu on WSL 2 (which
> > > hasn't had troubles in the past). I can reproduce on at least one other
> > > machine from a clean build.
> > 
> > If this comes from tune, hopefully this is fixed in
> > 8e4a7a355fa39bc991f8a730c429415a8b03ff03
> 
> > git pull
> ...
> > make clean
> > make -j128 all tune dobench

Doing 'make tune' do not actually run the tuning, you
need to do './Configure ... --tune' or do
make tune && ./tune -t > Olinux-x86_64/tune.h

Cheers,
Bill.