| zak seidov on Wed, 20 Apr 2011 10:21:15 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: bigomega? |
Dear all,
thanks for your help
(via the list and personal messages).
Unfortunately, with my knowledge (ignorance) of PARI
I could only use advice by Kurt Foster
suggesting to rewrite slightly "my" code.
As a result, I'm now running b's ~ 4-5 * 10^9 with no complaining (yet).
Thanks again,
Zak
--- On Tue, 4/19/11, Karim Belabas <Karim.Belabas@math.u-bordeaux1.fr> wrote:
> From: Karim Belabas <Karim.Belabas@math.u-bordeaux1.fr>
> Subject: Re: bigomega?
> To: "zak seidov" <zakseidov@yahoo.com>
> Cc: "pari-users" <pari-users@list.cr.yp.to>
> Date: Tuesday, April 19, 2011, 6:46 PM
> * zak seidov [2011-04-19 17:07]:
> > Dear PARI gurus,
> > why does PARI keep complaining in this simple
> program?
> [...]
> > compiled: Jul 12 2008, gcc-3.4.4 (cygming
> special, gdc 0.12, using dmd 0.125)
> >
> (readline v5.2 enabled, extended help
> available)
> >
> >
> Copyright (C) 2000-2006 The PARI Group
> >
> > PARI/GP is free software, covered by the GNU General
> Public License, and
> > comes WITHOUT ANY WARRANTY WHATSOEVER.
> >
> > Type ? for help, \q to quit.
> > Type ?12 for how to get moral (and possibly technical)
> support.
> >
> > 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).
>
> If you are able to compile your own gp binary, try out the
> current
> "testing" snapshot from the PARI download page
>
> http://pari.math.u-bordeaux1.fr/pub/pari/svn
>
> If the problem persists there (maybe it won't), try \gf 2
> before running
> the command again. This will print diagnostics pertaining
> to these
> temporary directories that PARI is trying to create. In
> particular where
> to find them. This will only work in a very recent snapshot
> : svn
> revision 13133 or later !
>
> Cheers,
>
> K.B.
> --
> Karim Belabas, IMB (UMR 5251) Tel: (+33) (0)5 40 00
> 26 17
> Universite Bordeaux 1
> Fax: (+33) (0)5 40 00 69 50
> 351, cours de la Liberation http://www.math.u-bordeaux1.fr/~belabas/
> F-33405 Talence (France) http://pari.math.u-bordeaux1.fr/ ; [PARI/GP]
> `
>