mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet

Reply
 
Thread Tools
Old 2008-10-02, 09:13   #23
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

35·13 Posts
Default

Quote:
Originally Posted by cheesehead View Post
If we said that an L-L test was credited with, say, 900 MFLOPS, an appropriate response would be, "Yes, but for how long did that speed have to be maintained in order to finish the L-L test?" So then we'd have to multiply that by time needed to complete the test (e.g., 900 MFLOPS * 24 days = 21600 MFLOPS-day or 21.6 GFLOPS-day), to quantify the amount of computation accomplished.
http://en.wikipedia.org/wiki/FLOPS

"Alternatively, the singular FLOP (or flop) is used as an abbreviation for "FLoating-point OPeration", and a flop count is a count of these operations (e.g., required by a given algorithm or computer program)."

This is the way I used it, so 900 MFLOPS * 24 days * 86400 sec/day = 1866.24 TeraFlop.
ATH is offline   Reply With Quote
Old 2008-10-02, 19:54   #24
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

1E0C16 Posts
Default

Quote:
Originally Posted by ATH View Post
This is the way I used it, so 900 MFLOPS
... which is speed, in units of floating-point operations per second, as I wrote ...

Quote:
* 24 days * 86400 sec/day
I consciously abbreviated my posts above by leaving out the seconds/day and days/year conversion factors.

I regret that decision.

Last fiddled with by cheesehead on 2008-10-02 at 19:58
cheesehead is offline   Reply With Quote
Old 2008-10-02, 22:36   #25
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

35·13 Posts
Default

What I meant was, that we could use retina's idea but with FLOP instead of FLOPS. So P90-years and P4 Ghz-days could be converted to TeraFlop or Petaflop, just have to be careful not to add "s" for plural so you confuse them with the speed unit :)

From the status page: http://www.mersenne.org/primenet/summary.txt

2756.91 P90 CPU yr/day = 33186.934 GFLOP/s
So
1 P90 CPU yr = 33186.934 GFLOP/s * 86400 sec/day / 2756.91 P90 CPU yr/day = 1040 Teraflop (or 1.04 Petaflop)

1 GHz P4-day = 0.16434 P90years = 170.91 TeraFlop

Last fiddled with by ATH on 2008-10-02 at 22:47
ATH is offline   Reply With Quote
Old 2008-10-03, 08:29   #26
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

101010000000002 Posts
Default

What's wrong with MIPS-year? Worked fine back in the good old days. We might want to use GIPS-years now but that's a minor detail.

Paul
xilman is offline   Reply With Quote
Old 2008-10-03, 09:03   #27
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

32·5·107 Posts
Default

Quote:
Originally Posted by xilman View Post
What's wrong with MIPS-year? Worked fine back in the good old days. We might want to use GIPS-years now but that's a minor detail.

Paul
I may be wrong, but I read something about the word "instruction" related to MIPS acronym. A same CISC instruction may be worth 10 RISC instructions, or be implemented in a different fashion on different architectures, taking different timings. MIPS-yeat does not, in my opinion, indicate a unique (rigogous) value.

Luigi
ET_ is offline   Reply With Quote
Old 2008-10-03, 13:12   #28
RMAC9.5
 
RMAC9.5's Avatar
 
Jun 2003

32×17 Posts
Default

Quote:
Originally posted by Cheesehead.
See? That's one reason I continue to defend using the P90-year as an appropriate GIMPS unit of work measurement -- it specifies a specific CPU (original Pentium) at a specific clock rate (90MHz) maintained for a specific length of time (year), thus together denoting a specific amount of computing accomplished.
I would also like to continue to use P90 years for the following reason. I have successfully "borged" a few computers over the years that I have run Prime95. Each time I have been successful, I have had to answer the following, usually unasked, question. What do you get for participating in this hobby? My answer is that "Our team gets P90 years credit and we get to compete with all of these other teams on the Team Prime Rib web site". Explaining credit in P90 years to the owners of my "borged" PCs is infinitely easier than any of the other proposed solutions that I have seen in this thread.

Last fiddled with by RMAC9.5 on 2008-10-03 at 13:19
RMAC9.5 is offline   Reply With Quote
Old 2008-10-03, 16:26   #29
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

29·3·7 Posts
Default

Quote:
Originally Posted by ET_ View Post
I may be wrong, but I read something about the word "instruction" related to MIPS acronym. A same CISC instruction may be worth 10 RISC instructions, or be implemented in a different fashion on different architectures, taking different timings. MIPS-yeat does not, in my opinion, indicate a unique (rigogous) value.

Luigi
Ah, but a MIPS was defined as the speed of a VAX 11/780.

So a MIPS year is defined to be the amount of computation performed by such a machine in one year.

Paul
xilman is offline   Reply With Quote
Old 2008-10-03, 18:38   #30
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

32×5×107 Posts
Default

Quote:
Originally Posted by xilman View Post
Ah, but a MIPS was defined as the speed of a VAX 11/780.

So a MIPS year is defined to be the amount of computation performed by such a machine in one year.

Paul
Right!

But wasn't Vax MIPS used to check integer instructions, like for Dhrystones? When it comes to Whetstones, Vax was much slower, and actual Prime95 FFTs are written in floating point instructions. Under this perspective, FLOPs could achieve a better approximation. But,again, FLOPs are not standard like MIPS, as you can see when you benchmark a Cray...

Luigi
ET_ is offline   Reply With Quote
Old 2008-10-03, 19:10   #31
RMAC9.5
 
RMAC9.5's Avatar
 
Jun 2003

32×17 Posts
Default

Best definition of MIPS that I know of:
Meaningless Indicator of Processor Speed
RMAC9.5 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
PSP: 10 years old! Citrix Prime Sierpinski Project 1 2013-11-08 07:35
Six years ago today… Xyzzy Forum Feedback 4 2008-08-16 16:55
Assignments more than 2 years old?? robo_mojo PrimeNet 4 2008-07-23 23:32
4 years of search SPH Math 3 2008-06-19 11:52
All Accounts Have 0 P90 CPU Years/Day !!! jinydu Lounge 1 2006-11-23 07:21

All times are UTC. The time now is 15:57.


Fri Jul 16 15:57:53 UTC 2021 up 49 days, 13:45, 1 user, load averages: 1.54, 1.65, 1.67

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.