mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Lounge

Reply
 
Thread Tools
Old 2009-06-10, 23:00   #12
Primeinator
 
Primeinator's Avatar
 
"Kyle"
Feb 2005
Somewhere near M52..

3·5·61 Posts
Default

Quote:
41287 total expos. You could have looked on-line for a prime lister program. Or written a bute force one for this range. I happened to have one on my HDD. That with a quick line count (via excel). Viola!

http://primes.utm.edu/links/
Uncwilly, you are a god among men! I looked for such an online lister but could not find one. Evidently I am not that good at searching.
Primeinator is offline   Reply With Quote
Old 2009-06-10, 23:04   #13
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

267416 Posts
Default

18505 are still unresolved in this range, per primenet again: http://v5www.mersenne.org/report_fac...=1&B1=Get+Data

And using excel to count.

And all to 64 bits already....

Last fiddled with by Uncwilly on 2009-06-10 at 23:05
Uncwilly is online now   Reply With Quote
Old 2009-06-11, 01:15   #14
Primeinator
 
Primeinator's Avatar
 
"Kyle"
Feb 2005
Somewhere near M52..

3×5×61 Posts
Default

Where can I find such a program to download or is there a way to just script from number x to n and count how many primes? Any list I find has them in multiple columns. Thanks.
Primeinator is offline   Reply With Quote
Old 2009-06-11, 02:21   #15
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

175B16 Posts
Default

I recommend Pari/GP (Google it).
CRGreathouse is offline   Reply With Quote
Old 2009-06-11, 02:28   #16
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

2·3·587 Posts
Default

Quote:
Originally Posted by Primeinator View Post
Where can I find such a program to download or is there a way to just script from number x to n and count how many primes? Any list I find has them in multiple columns. Thanks.
If you just want to count primes in range, YAFU can do that (up to 2^32). It used to be able to list them out as well, but evidently I disabled that option . There are win32 binaries you can download.
bsquared is offline   Reply With Quote
Old 2009-06-11, 03:55   #17
markr
 
markr's Avatar
 
"Mark"
Feb 2003
Sydney

3×191 Posts
Default

Quote:
Originally Posted by Primeinator View Post
Where can I find such a program to download
You should find some if you follow the links at http://primes.utm.edu/links/ (in posts 11 & 12 above ).
markr is offline   Reply With Quote
Old 2009-06-11, 04:29   #18
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

Chris Caldwell's site has "The nth prime page" which is excellent -- but I must admit I can;'t remember who actually wrote it!
CRGreathouse is offline   Reply With Quote
Old 2009-06-11, 06:07   #19
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

231648 Posts
Default

Quote:
Originally Posted by Primeinator View Post
Where can I find such a program to download or is there a way to just script from number x to n and count how many primes? Any list I find has them in multiple columns. Thanks.
I find that using excel, I can cut and paste a list into a blank spreadsheet and use the END down-arrow sequence to see the last element, the line number is the count. Or use the open function to open a text file and it does the same thing.

Attached is Luigi's primelister program (DOS mode), it is designed to make a text file to be a worktodo type file.
Attached Files
File Type: zip primelister.zip (4.1 KB, 46 views)

Last fiddled with by Uncwilly on 2009-06-11 at 06:10
Uncwilly is online now   Reply With Quote
Old 2009-06-11, 06:49   #20
lfm
 
lfm's Avatar
 
Jul 2006
Calgary

1A916 Posts
Default

I think the old bsd games package for unix/bsd/linux systems has a primes command that will list any range of primes at least up to 32 bits.
lfm is offline   Reply With Quote
Old 2009-06-11, 21:35   #21
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17×251 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
Chris Caldwell's site has "The nth prime page" which is excellent
I second this recommendation.
http://primes.utm.edu/nthprime/
Quote:
Originally Posted by CRGreathouse View Post
but I must admit I can;'t remember who actually wrote it!
Quote:
The text of this page, the programs, and all of the necessary data sets were provided by Andrew Booker.
Mini-Geek is offline   Reply With Quote
Old 2009-06-15, 00:17   #22
jroysdon
 

10100010110012 Posts
Question Additional power/watts to run

Quote:
Originally Posted by Prime95 View Post
Be sure to let them know that it costs money to run this project. A rough estimate is 50 watts per machine.
Speaking of, I've got a question regarding this. If you have an older CPU w/o the newer power management / cpu power scaling features, running mprime under Linux should not cause the CPU to use more power, right?

In this case I'm thinking of some P3s I have at some colos.

The servers are on 24/7 anyway for dns, email, webserving and the like, and as far as I can tell don't support any cpu power scaling.

Second, if a newer CPU does support cpu power scaling, is there any way to get mprime to be intelligent about the cpu power scaling? For instance, when I'm just typing on IRC or reading a webpage, my CPU is mostly sitting at 800MHz. If I do something more intense, it may ratchet up to 1600 or I think peak at 2000 MHz.

I wouldn't mind running mprime, but I don't want it to cause the cpu power scaling to go up. In other works, if the load I'm generating has room for mprime to do some crunching within the 800MHz of idle, then I wouldn't mind it taking the idle cycles - so long as it doesn't bump the cpu power scaling up to 1000MHz or whatever. It appears my CPU supports "100mhzsteps", but I've never seen it run below 800MHz.

I think if mprime or prime95 or whatever did support this sort of intelligence and power saving with cpu power scaling and idle -> suspend/hibernate wasn't impacted, then places like a University would gladly accept running such a client.
  Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
128-bit OS'es and GIMPS? ixfd64 Software 22 2011-10-31 22:23
GIMPS on PS3 flouran Hardware 202 2010-04-30 09:06
GIMPS uses only 1 cpu Unregistered Information & Answers 7 2009-01-10 20:01
Why do you run GIMPS ? Prime Monster Lounge 12 2003-11-25 19:04
Yet another GIMPS FAQ Prime Monster Lounge 9 2003-04-12 12:12

All times are UTC. The time now is 22:36.


Fri Aug 6 22:36:08 UTC 2021 up 14 days, 17:05, 1 user, load averages: 3.70, 3.65, 3.43

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.