Mersenne: graphical interface for gimps

1999-09-28 Thread Spike Jones
Instead of a boring status bar, how about a graphic of a caterpillar gnawing away on a leaf? It starts out as a full leaf and disappears as the little beastie devours his sustenance. Have an outline of the original leaf for size comparison. That would be cool: have it turn into a butterfly at the

RE: Mersenne: Re: FFTW for GIMPS?

1999-09-28 Thread Olivier Langlois
Hi Paul, --- Paul Leyland <[EMAIL PROTECTED]> a écrit: > > From: Olivier Langlois > [mailto:[EMAIL PROTECTED]] ... > > Actually, we at Microsoft Research in Cambridge have > seen similar effects > when compiling and running FFTW code. Our discovery > is that the alignment > of FP data values is

Re: Mersenne: mprime V19--correct behavior or glitch?

1999-09-28 Thread George Woltman
Hi, At 03:56 PM 9/27/99 -0400, St. Dee wrote: >I have all of my >machines set to get 45 days worth of work. Two of the machines, which >were nearly down to having only 45 days worth of work remaining, >immediately contacted PrimeNet, got an additional exponent each, and >factored that exponent t

Re: Mersenne: Re: FFTW for GIMPS?

1999-09-28 Thread Pierre Abbat
>When did using 10-byte reals become common? As far as I remember, you >don't even have a store instruction for that. The 80-bit load is slower >than the 64-bit load too, I think. Win32Forth can be compiled either way. Here's some of the code from FLOAT.F: B/FLOAT 10 = [IF]synonym FSIZE ext

Mersenne: Search for a divisor of M_M_61.

1999-09-28 Thread Tony Forbes
After longer-than-expected delay my program is now ready. You can download 'MFAC' from http://www.ltkz.demon.co.uk/AR2/MFAC225.ZIP and e-mail me for a range. MFAC searches for divisors of double-Mersenne numbers M_M_e = 2^(2^e-1) - 1 for not-too-large exponents e. (It can also look fo

Mersenne: Re: FFTW for GIMPS?

1999-09-28 Thread Steinar H. Gunderson
On Tue, Sep 28, 1999 at 07:43:17PM +0100, Brian J. Beesley wrote: >Alignment on 4-byte boundaries is quite sufficient for C floats. Ten- >byte reals (direct copies from FPU registers) are a problem When did using 10-byte reals become common? As far as I remember, you don't even have a store instr

Mersenne: Mlucas and MacLucasUNIX on SPARC

1999-09-28 Thread Bill Rea
Sun Users, I tried the Mlucas_2.7x compiled with Sun's f90 version 2 and compared this against MacLucasUNIX v6.20. On the two ranges of exponents I tried Mlucas was about 15% slower than MacLucasUNIX, using 256k and 512K FFTs. Currently I'm double checking some exponents around 4,100,000 and doin

Mersenne Digest V1 #634

1999-09-28 Thread Mersenne Digest
Mersenne Digest Tuesday, September 28 1999 Volume 01 : Number 634 -- Date: Sun, 26 Sep 1999 20:13:37 +0200 From: Harald Tveit Alvestrand <[EMAIL PROTECTED]> Subject: Re: Mersenne: Front-end design What would make

RE: Mersenne: Re: FFTW for GIMPS?

1999-09-28 Thread Brian J. Beesley
On 27 Sep 99, at 4:22, Paul Leyland wrote: > Actually, we at Microsoft Research in Cambridge have seen similar effects > when compiling and running FFTW code. Our discovery is that the alignment > of FP data values is critical. Get it wrong, and performance can plummet. > Unless you set the ali