mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Lounge

Reply
 
Thread Tools
Old 2013-01-30, 12:18   #485
NBtarheel_33
 
NBtarheel_33's Avatar
 
"Nathan"
Jul 2008
Maryland, USA

5·223 Posts
Default

Quote:
Originally Posted by Batalov View Post
On the bright side, he wasn't an Inquisitor, some people say.
*Some* people say. The ones that got away. As opposed to those who got strapped to the comfy chair to listen to the voice of Ben Stein recite every single digit of 2^43,112,609-1. (Yes, little did Mersenne know that his favorite numerical torture implement was itself a Mersenne prime!)

Quote:
Indeed, he was probably quite a pleasant fellow.
Actually, from what we are learning in this thread, he was quite a crank, probably scrawling cmd-like messages and random claims of primality on the walls of the abbey. What if...he was Blazys-esque?!?

Quote:
Nobody expects...

Spam, spam, spam, spam, spam, spam! Glorious spam!
THE SPANISH INQUISITION! Our weapons are trial factoring...trial factoring and LL testing...no wait, our two main weapons are trial factoring and LL testing...and double-checking...no wait, our three main weapons are...Cardinal Biggles, you'll have to say it!
NBtarheel_33 is offline   Reply With Quote
Old 2013-01-30, 13:10   #486
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

100101101111112 Posts
Default

Quote:
Originally Posted by NBtarheel_33 View Post
Double the number of GIMPSters and you cut this to a five-year drought. Increase by a factor of ten and you cut this to a year's drought!
Multiply the number of gimpsters by 86400, and you cut this to one hour drought! Yeaaaaa!
(so easy to say...)
LaurV is offline   Reply With Quote
Old 2013-01-30, 13:23   #487
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

11001010010102 Posts
Default

Quote:
Originally Posted by LaurV View Post
Multiply the number of gimpsters by 86400, and you cut this to one hour drought! Yeaaaaa!
(so easy to say...)
Getting China, India ... on board would help a bit.

D
davieddy is offline   Reply With Quote
Old 2013-01-30, 14:16   #488
rcv
 
Dec 2011

11·13 Posts
Default

Quote:
Originally Posted by Batalov View Post
On the bright side, he wasn't an Inquisitor, some people say. Indeed, he was probably quite a pleasant fellow.
A monk or a friar? Perhaps, if the recent discovery is confirmed, the Religious Studies Department of UCMO can elighten us.
rcv is offline   Reply With Quote
Old 2013-01-30, 14:37   #489
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

3·5·313 Posts
Default

Quote:
Originally Posted by davieddy View Post
Getting China, India ... on board would help a bit.

D
Back in the day when I bought my first PCs they came prebundled with a bunch of "free" software. Maybe George could partner with Dell OR Gateway Or ... And bundle in Prime95. Then just imagine the thruput ... And the plethora of ANONYMOUS accounts!
petrw1 is online now   Reply With Quote
Old 2013-01-30, 18:46   #490
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

722110 Posts
Default

Quite honestly, the easiest way to drum up support would be to port it to BOINC -- but there are a huge host of issues with that.
Dubslow is offline   Reply With Quote
Old 2013-01-31, 00:49   #491
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

231628 Posts
Default

Quote:
Originally Posted by petrw1 View Post
49532123 - January 12, 2013
Date-wise this is the closest to the actual discovery date.
Uncwilly is offline   Reply With Quote
Old 2013-01-31, 02:22   #492
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

170148 Posts
Default

Quote:
Originally Posted by Dubslow View Post
Quite honestly, the easiest way to drum up support would be to port it to BOINC -- but there are a huge host of issues with that.
Can you describe some of those issues for us?
cheesehead is offline   Reply With Quote
Old 2013-01-31, 04:01   #493
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

Quote:
Originally Posted by cheesehead View Post
Can you describe some of those issues for us?
A lot of the things that are built into Prime95, such as internet communication, work unit management, affinties/threads per worker, HighMemWorkers, PauseWhenRunning, system priority, etc., are all handled by BOINC itself in BOINC applications. It was designed to be as easy as possible to just plug in computational code and let the wrapper do the rest. I'm not sure how easy it would be to separate just the computational code out from Prime95, but I doubt it would be easy.

Additionally, the vast majority of BOINC projects have computational units that last a few hours or perhaps a few days, tops. The entire BOINC eco-system is built around this assumption, which just plain is not true for anything GIMPS related, except for GPU TF, and CPU P-1 perhaps at a stretch. (Now there's an idea!) Examples of this assumption include the widely used feature to run multiple projects at once: if the user has chosen three projects to be run at 50%, 25%, and 25% of total time respectively, BOINC will spend 4 hours on the first, 2 hours on the second, 2 hours on the third, and then repeat itself. The only viable way to mesh an LL test with that sort of heterogeneity would be to use one core for GIMPS all the time, which I'm not sure is possible to be specified via the API.

Additionally, we would need a BOINC server and some way to allocate work units, but chalsall has in the past volunteered to take care of that end (à la GPU272). Even with that part of it taken care of (with no small amount of work on chalsall's part) it would still be difficult to implement.



Here's an idea: we could implement a BOINC project that runs only GPU TF, GPU LL (would be a stretch) and CPU P-1. The first should be a lot easier than any other suggestions, because mfakt* are relatively independent programs (i.e. paragraph one does not apply) and because the "work units" are of the sort that BOINC was designed around (so paragraph two doesn't apply). GPU LL would be similar, except that the work units would be rather long, but it might be doable; the last would be hardest, because paragraph one still applies, while the second does not.
Dubslow is offline   Reply With Quote
Old 2013-01-31, 05:41   #494
axn
 
axn's Avatar
 
Jun 2003

10011110111012 Posts
Default

This thread had some useful discussions regarding BOINCifying GIMPS (towards the end). Perhaps it is high time to start some focused discussion on making this into reality? It doesn't cost much to think about these things. Who knows, if something feasible does come out, we can get it implemented.
axn is offline   Reply With Quote
Old 2013-01-31, 09:15   #495
NBtarheel_33
 
NBtarheel_33's Avatar
 
"Nathan"
Jul 2008
Maryland, USA

5·223 Posts
Default

Quote:
Originally Posted by LaurV View Post
Multiply the number of gimpsters by 86400, and you cut this to one hour drought! Yeaaaaa!
(so easy to say...)
730,000 * 86,400 = 63,072,000,000 CPUs. A nine-core system for every human being on Earth. OK, let's do it! As the physicists say, we'll make some simplifying assumptions that (1) electricity is free and infinite, and (2) the carbon emissions of 6.3E10 CPUs are negligible. OK, we're all set.

...But seriously, I really do believe that we ought to be able to increase our user base significantly (I'm talking at least double) by proactively contacting heads of math departments, math clubs, etc. and encouraging them to join up. How about if MIT joined GIMPS? How about if every high school in New York City joined GIMPS? Remember, you might get more than just the school's computers...you might also get student computers, their families' computers, their friends' computers, etc. etc.

In the language of Web 2.0, it's called "going viral".
NBtarheel_33 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Predict M50 Uncwilly Lounge 65 2018-01-06 17:11
Predict M#50... Raman Lounge 3 2016-10-03 19:23
Predict M44... Xyzzy Lounge 66 2014-02-01 14:45
Predict M45... ewmayer Lounge 215 2008-09-17 21:14
Predict M42 Uncwilly Lounge 22 2005-02-27 02:11

All times are UTC. The time now is 06:00.


Fri Aug 6 06:00:03 UTC 2021 up 14 days, 29 mins, 1 user, load averages: 3.14, 3.19, 3.15

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.