![]() |
|
|
#23 |
|
Dec 2003
Hopefully Near M48
6DE16 Posts |
Its amazing how many replies to this have already appeared on Slashdot;
http://science.slashdot.org/article....tid=146&tid=14 But admittedly, most of the users there are totally ignorant about primes... |
|
|
|
|
#24 |
|
Oct 2003
Croatia
23·3·19 Posts |
If it turns out that it is really Mersenne Prime congratulations to discoverer and all GIMPSters. Keep up the great search!
Edo |
|
|
|
|
#25 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
2·33·139 Posts |
I just checked my logfiles and found another email address for this user. Maybe I was using the wrong one...
|
|
|
|
|
#26 |
|
Feb 2004
France
22·229 Posts |
I've just launched GLucas on a 16xia64 Bull NovaScale machine for verifying M42.
I've no data yet. So I have no idea of the time needed for the verification. I'll let you know when the result is expected. Tony |
|
|
|
|
#27 |
|
Feb 2004
France
22·229 Posts |
The check should take 5 days and a half (if everything's OK ...) starting now. So the result should be known Saturday morning USA time. Or Sunday morning if if finishes late Saturday night.
With a 32xia64 machine with 1.5 GHz processors, that would had taken ~ 2 days ... Tony |
|
|
|
|
#28 |
|
Jul 2004
Potsdam, Germany
3×277 Posts |
So it is possible to speed up testing with multiple CPUs (at least using GLucas)?
|
|
|
|
|
#29 |
|
Cranksta Rap Ayatollah
Jul 2003
28116 Posts |
How does one get on the mailing list?
|
|
|
|
|
#30 | |
|
Dec 2003
Hopefully Near M48
2×3×293 Posts |
Quote:
But beware, you get many emails that you're probably not interested in. Also, Weisstein seems to be getting confident: http://mathworld.wolfram.com/42.html Last fiddled with by jinydu on 2005-02-21 at 17:34 |
|
|
|
|
|
#31 | |
|
Feb 2004
France
16248 Posts |
Quote:
It is a NUMA machine, so the time for accessing data is not the same for all threads. Also, the memory is allocated around the memory region where GLucas started, probably by the first thread. Maybe the memory bus is saturated. Using a NUMA command asking the system to allocate the memory on all blocks leads to better performances. If each thread could allocate the memory it needs, that would probably improve locality and help the system to put together the threads and the memory they use. But I guess parts of these chunks of memory are used by several threads. Maybe also there is a contention. On other kinds of large machines (like IBM PowerPC SMP machines), the NUMA factor is lower, I think, and scalability is better. But these machines are more expensive. About GLucas, I plan to experiment with our Thread Trace Tool in order to SEE what's happening inside GLucas. That will be a great example for my project, aimed to provide help for analyzing the dynamicity of multi-threaded applications. Guillermo Ballester Valor (the author of GLucas) spent a lot of time building symetric threads. Maybe there is something that disturbs the symetry. Tony Last fiddled with by T.Rex on 2005-02-21 at 20:45 |
|
|
|
|
|
#32 | |
|
Jun 2003
Ottawa, Canada
3×17×23 Posts |
Quote:
Prime95 is highly optimized for the x86 architecture. A 3GHz P4 does about 0.05 sec/iteration with Prime95 but can only use one CPU for an LL test. Running Glucas (a generic C program) on a 1.2GHz Alpha machine is much slower using 1 CPU (but can run on multiple CPUs). Using 8 CPUs is about the same speed as the P4 listed above. Using 10 CPUs is faster at 0.04 sec/iteration. The Itanium is even faster per clock than the Alpha is running Glucas. Jeff. Last fiddled with by Jeff Gilchrist on 2005-02-21 at 23:44 |
|
|
|
|
|
#33 | |
|
May 2004
Oslo, Norway
23×3×5 Posts |
Quote:
Super-computers and their compilers have a really fascinating symbiosis. The compiler has a role very similar to the director of a symphony orchestra, as every single member must play its small part exactly at the right moment to create the whole. regards, Leif. |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Are Bitcoins Prime Related | a1call | Miscellaneous Math | 26 | 2021-03-18 14:18 |
| Prime-Related History: Leibniz' "Universal Language Based on Primes" | ewmayer | Math | 10 | 2007-03-02 12:47 |
| holy tethered cow! new Mersenne prime? (M43-related) | ixfd64 | News | 265 | 2006-01-04 09:47 |
| Mersenne prime related shirts and other items | adpowers | Lounge | 40 | 2004-08-12 22:05 |
| some prime-related trick questions | ixfd64 | Puzzles | 2 | 2003-09-23 12:53 |