This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
guide:glossary [2011/02/15 16:25] swyngaard |
guide:glossary [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| =====High Performance Computing===== | =====High Performance Computing===== | ||
| * The use of parallel processing for running advanced application programs efficiently, | * The use of parallel processing for running advanced application programs efficiently, | ||
| + | |||
| =====Supercomputer===== | =====Supercomputer===== | ||
| * A system that performs at or near the currently highest operational rate for computers. Some supercomputers work at over half a petaflop or 10< | * A system that performs at or near the currently highest operational rate for computers. Some supercomputers work at over half a petaflop or 10< | ||
| =====FLOPS===== | =====FLOPS===== | ||
| - | * Number of floating point operations per clock cycle | + | * Number of floating point operations per second |
| =====Peak Performance===== | =====Peak Performance===== | ||
| * Peak Flops, the theoretical measure of floating point potential | * Peak Flops, the theoretical measure of floating point potential | ||
| =====Sustained Performance===== | =====Sustained Performance===== | ||
| - | * As measured by LinPack (http:// | + | * Currently, as measured by LinPack (http:// |
| =====HPI===== | =====HPI===== | ||
| * High Performance Interconnect | * High Performance Interconnect | ||
| Line 23: | Line 24: | ||
| =====Compute Farm===== | =====Compute Farm===== | ||
| * Loosely coupled cluster (no high performance interconnect) | * Loosely coupled cluster (no high performance interconnect) | ||
| + | =====Single Precision===== | ||
| + | * 32 bits | ||
| + | * Significand of 24 bits | ||
| + | * Exponent of 7 bits | ||
| + | * 1 sign bit | ||
| + | =====Double Precision===== | ||
| + | * 64 bits | ||
| + | * Significand of 52 bits | ||
| + | * Exponent of 11 bits | ||
| + | * 1 sign bit | ||