Bill Allombert on Mon, 26 May 2014 15:14:48 +0200


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

Re: bug in PARI/GP (Segmentation Fault), please report.


On Mon, May 26, 2014 at 05:59:47AM -0700, John W. Nicholson wrote:
> Thanks for the answer so far. But now this leads to another issue. What is
> the best thing to do for programs which use default(primelimit) without the
> primelimit being set in .gprc?  After commenting the line "primelimit = 1G",
> I get for:
> 
> default(primelimit) 500000

Add to your .gprc:
read "~/.gprc.gp"
and add a file ~/.gprc.gp with:
default(primelimit,"1G");

Cheers,
Bill