Difference between revisions of "What are credits? Can I use them?"

From BOINC Wiki
Jump to: navigation, search
(removing white line)
(Removing link to BOINC FAQ Service)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style=" line-height: 1.1rem; font-family: georgia;">
 
 
 
== Introduction ==
 
== Introduction ==
 
Credits are a way for the project to pay you back for the work your computer is doing.  
 
Credits are a way for the project to pay you back for the work your computer is doing.  
Line 32: Line 30:
  
 
== How benchmarks are calculated ==
 
== How benchmarks are calculated ==
<div style=" line-height: 1.1rem; font-family: verdana;">
 
 
'Whetstone' is a benchmark that is reported as 'Measured floating point speed'. Floats can have fractional parts (like 1.48283 or 3.141592);<br>
 
'Whetstone' is a benchmark that is reported as 'Measured floating point speed'. Floats can have fractional parts (like 1.48283 or 3.141592);<br>
 
Whetstone does 8 different groups of tests (repeatedly of course), times how long they took to finish, and produces a number, [ops performed]/[time].<br>
 
Whetstone does 8 different groups of tests (repeatedly of course), times how long they took to finish, and produces a number, [ops performed]/[time].<br>
Line 39: Line 36:
 
while others compute trigonometric and exponential functions (sine, cosine, tangent, exponent).<br>
 
while others compute trigonometric and exponential functions (sine, cosine, tangent, exponent).<br>
 
Neither of the tests really checks how well/fast a system can access memory, and most BOINC applications access memory a lot.<br>
 
Neither of the tests really checks how well/fast a system can access memory, and most BOINC applications access memory a lot.<br>
</div>
 
  
 
== World Community Grid Points to BOINC Credit ==
 
== World Community Grid Points to BOINC Credit ==
 
World Community Grid pays with Points. When you look in Your Grid you can see how many Points you have accumulated. Divide this number by 7 to get your amount of BOINC Credits.  
 
World Community Grid pays with Points. When you look in Your Grid you can see how many Points you have accumulated. Divide this number by 7 to get your amount of BOINC Credits.  
</div>
+
 
  
 
{| class="wikitable" style="text-align: center;"
 
{| class="wikitable" style="text-align: center;"
Line 51: Line 47:
 
  |-
 
  |-
 
  | Jorden
 
  | Jorden
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=1 1]
+
  | 1
 
  | 14-12-2006
 
  | 14-12-2006
 
  |-
 
  |-
 
  |}
 
  |}

Latest revision as of 22:06, 13 February 2017

Introduction

Credits are a way for the project to pay you back for the work your computer is doing. They cannot be used for anything (as of yet), other than to brag with and showing off how good your computer is.

A BOINC project gives you credit for the computations your computers perform for it.
BOINC's unit of credit, the Cobblestone (named after Jeff Cobb of SETI@home), is 1/200 day of CPU time on a reference computer that does 1,000 MFLOPS based on the Whetstone benchmark.

Credit has no monetary or other value; it's just a measure of how much work your computers have done.

Credit and FLOPS

The average FLOPS (floating point operations per second) achieved by a computer or group of computers can be estimated from its Recent Average Credit (RAC) as follows:

GigaFLOPs = RAC/200
TeraFLOPS = RAC/200,000

(Remember that a 1 GigaFLOP machine, running full time, produces 200 units of credit in 1 day).

The credit figures for a particular day may be distorted if a project is catching up or falling behind on validation (the process or granting credit). Thus to get accurate FLOPS estimates you should look at average RAC over a period of a week or so.

Recent Average Credit

Projects maintain two counts of granted credit:

  • Total credit: The total number of Cobblestones performed and granted.
  • Recent average credit: The average number of Cobblestones per day granted recently. This average decreases by a factor of two every week.

Both quantities (total and recent average) are maintained for each user, host and team.

How benchmarks are calculated

'Whetstone' is a benchmark that is reported as 'Measured floating point speed'. Floats can have fractional parts (like 1.48283 or 3.141592);
Whetstone does 8 different groups of tests (repeatedly of course), times how long they took to finish, and produces a number, [ops performed]/[time].

These tests all use floating point math operations of the CPUs being tested. Some of them are simple math (addition, multiplication, division) while others compute trigonometric and exponential functions (sine, cosine, tangent, exponent).
Neither of the tests really checks how well/fast a system can access memory, and most BOINC applications access memory a lot.

World Community Grid Points to BOINC Credit

World Community Grid pays with Points. When you look in Your Grid you can see how many Points you have accumulated. Divide this number by 7 to get your amount of BOINC Credits.


Original writer Original FAQ Date
Jorden 1 14-12-2006