| Bill Allombert on Wed, 20 Apr 2011 00:26:01 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: bigomega? |
On Mon, Apr 18, 2011 at 07:52:10PM -0700, zak seidov wrote:
> Dear PARI gurus,
> why does PARI keep complaining in this simple program?
> thanks,
> Zak
>
> parisize = 4000000, primelimit = 500000
>
> (05:42) gp > {a=2*10^9+1;for(
b=2*10^9+2,3*10^9,if(
2==bigomega(b),d=b-a;if(
d>60,print([a,b,d]));a=b))}
> [2000871869, 2000871935, 66]
> *** bigomega: couldn't find a suitable name for a tempdir (MPQS).
> (05:43) gp >
PARI cannot create new temporary directory because you are probably pressing
^C too often :) Find the directory where the temporary directories are created
and remove them.
Cheers,
Bill.