Thomas D. Dean on Wed, 24 Jan 2024 00:08:15 +0100


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

Re: make dobench failing recently for me


On 1/23/24 12:41, Bill Allombert wrote:
On Tue, Jan 23, 2024 at 12:00:04PM -0800, Thomas D. Dean wrote:
On 1/22/24 10:04, 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.

<snip>
I can verify this.

gp
         GP/PARI CALCULATOR Version 2.16.2 (development 29167-a3f41aa184)
           amd64 running linux (x86-64/GMP-6.3.0 kernel) 64-bit version
     compiled: Jan 23 2024, gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
                            threading engine: pthread
                  (readline v8.1 enabled, extended help enabled)

Did you also use tune ?

Cheers,
Bill.


Retry:

> make clean
> make -j128 all tune dobench
...
make[1]: Entering directory '/home/tomdean/Math/Pari/pari/Olinux-x86_64'
* Testing objets           gp-dyn..TIME=    2
* Testing analyz           gp-dyn..BUG [22]
* Testing number           gp-dyn..BUG [15]
* Testing polyser          gp-dyn..BUG [7]
* Testing linear           gp-dyn..TIME=   10
* Testing elliptic         gp-dyn..TIME=   20
* Testing sumiter          gp-dyn..TIME=    7
* Testing graph            gp-dyn..TIME=    4
* Testing program          gp-dyn..TIME=    3
* Testing trans            gp-dyn..BUG [18]
* Testing nfields          gp-dyn..TIME=   63
+++ [BUG] Total bench for gp-dyn is 120

PROBLEMS WERE NOTED. The following files list them in diff format:
Directory: /home/tomdean/Math/Pari/pari/Olinux-x86_64
	analyz-dyn.dif
	number-dyn.dif
	polyser-dyn.dif
	trans-dyn.dif
make[1]: *** [Makefile:348: dobench] Error 1
make[1]: Leaving directory '/home/tomdean/Math/Pari/pari/Olinux-x86_64'
make: *** [Makefile:34: dobench] Error 2

Tom Dean