Re: make dobench failing recently for me

Charles Greathouse <[email protected]> Wed, 24 Jan 2024 11:14:51 -0500
Newsgroups gmane.comp.mathematics.pari.devel
Message-ID <CANXmBjyCPAP_pgkyGLxisymu+viBk7E-xjsjsXH2q3u9umhdFQ@mail.gmail.com>
#define __DIVRR_GMP_LIMIT                4
#define __LOGAGM_LIMIT                   16

On Wed, Jan 24, 2024 at 10:55 AM Bill Allombert <
[email protected]> wrote:

> On Mon, Jan 22, 2024 at 02:47:35PM -0500, Charles Greathouse wrote:
> > That cleared up all but the number-dyn.dif issue, which is still having
> > heap issues:
> >
> > cat Olinux-x86_64/number-dyn.dif
> > *** ../src/test/32/number       2023-01-26 20:24:02.486620100 -0500
> > --- gp.out      2024-01-22 14:45:42.896234900 -0500
> > ***************
> > *** 276,280 ****
> >   [768, [12, 4, 4, 2, 2], [Mod(2641, 3120), Mod(2497, 3120), Mod(2341,
> > 3120),
> >   Mod(1951, 3120), Mod(2081, 3120)]]
> >   ? if(getheap()!=HEAP,getheap())
> >   ? print("Total time spent: ",gettime);
> > ! Total time spent: 13
> > --- 276,281 ----
> >   [768, [12, 4, 4, 2, 2], [Mod(2641, 3120), Mod(2497, 3120), Mod(2341,
> > 3120),
> >   Mod(1951, 3120), Mod(2081, 3120)]]
> >   ? if(getheap()!=HEAP,getheap())
> > + [96, 3256]
> >   ? print("Total time spent: ",gettime);
> > ! Total time spent: 16
>
> What is the value of LOGAGM_LIMIT and DIVRR_GMP_LIMIT in your tune.h file ?
>
> Cheers,
> Bill
>
>