CSC/ECE 506 Fall 2007/wiki1 5 jp07: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
It is obvious that the term supercomputer has a definition that takes many forms.  For some it refers to a definite set of goals such as, x number of instructions per second.  For others it is about having the best possible performance of any computer at the current time.  Still for some, the primary factor is price.  In general, a supercomputer receives its classification because it is both one of the most expensive computers and one of the most powerful computers.
It is obvious that the term supercomputer has a definition that takes many forms.  For some it refers to a definite set of goals such as, x number of instructions per second.  For others it is about having the best possible performance of any computer at the current time.  Still for some, the primary factor is price.  In general, a supercomputer receives its classification because it is both one of the most expensive computers and one of the most powerful computers.


== LINPACK Benchmark ==


''Look at:''
The main metric for evaluating the effectiveness of supercomputers has long been the LINPACK benchmark suite.  [http://www.top500.org/project/linpack]  In general this benchmark attempts to solve a dense system of linear equations and measure's the processors speed at completing the task.  Although this is a very narrow field, it proves to give a industry standard metric for supercomputers and is used for ranking by top sites such as the [http://www.top500.org Top 500].
* [http://www.top500.org Top 500]
 
* [http://www.cray.com Cray Supercomputing]
Note that benchmark performance with the LINPACK benchmarks is usually given in FLOPS, floating point operation per second.  This is not necessarily the best overall metric for measuring system performance [http://en.wikipedia.org/wiki/FLOPS#FLOPS_as_a_measure_of_performance] but still proves useful because of the nature and specific target of the LINPACK benchmark.
* [http://www.thocp.net/hardware/supercomputers.htm Supercomputing History]
 
* [http://en.wikipedia.org/wiki/Supercomputer Wiki Article]
== Cray Supercomputing ==
 
Perhaps the most famous name in relation to supercomputing is Seymour Cray.  Commonly referred to as the "father of supercomputing" Cray fueled the interest in supercomputing by developing the Cray-1 in 1976 for Los Alamos National Laboratory.  At the time it sold for $8.8 million, had a 8MB memory, and performed at 160 MFLOPS. [http://www.cray.com/about_cray/history.html]  Cray founded his own business which eventually became Cray Inc. [http://www.cray.com]  Even today Cray manufactured computers have contenders for the fastest supercomputers in the world.  Their overall market share has declined however, with only 2.2% of the world's top 500 belonging to Cray manufactured machines. [http://www.top500.org/charts/list/29/vendors]


== The Evolution of the Supercomputer ==
== The Evolution of the Supercomputer ==
Line 25: Line 28:
Innovation in computer architecture always begins with supercomputers.  The world of supercomputers is a "playground" for new architecture, with concepts being introduced long before they are used in standard microprocessors.  In the past this was especially true as the 1960's introduced supercomputers with pipelined instruction processing and dynamic instruction scheduling.  Then in the 1970's vector processors began to emerge as the major force for supercomputing architecture.  Since that time massively parallel processors have begun to dominate the market share of supercomputers.  The world's top supercomputers today can have up to 2048 processors running in parallel.
Innovation in computer architecture always begins with supercomputers.  The world of supercomputers is a "playground" for new architecture, with concepts being introduced long before they are used in standard microprocessors.  In the past this was especially true as the 1960's introduced supercomputers with pipelined instruction processing and dynamic instruction scheduling.  Then in the 1970's vector processors began to emerge as the major force for supercomputing architecture.  Since that time massively parallel processors have begun to dominate the market share of supercomputers.  The world's top supercomputers today can have up to 2048 processors running in parallel.


=== LINPACK Benchmark ===
=== Evolution of Architecture ===


The main metric for evaluating the effectiveness of supercomputers has long been the LINPACK benchmark suite[http://www.top500.org/project/linpack] In general this benchmark attempts to solve a dense system of linear equations and measure's the processors speed at completing the taskAlthough this is a very narrow field, it proves to give a industry standard metric for supercomputers and is used for ranking by top sites such as the [http://www.top500.org Top 500].
As mentioned already, the types of systems have varied greatly among supercomputers, and the last 10 years have been no differentAs the following graphs show, Parallel Vector Processors (PVPs) and Symettric shared memory multiprocessors (SMPs) have died outMPPs have seen a decline in popularity and given way to a majority of the market coming from clustered architectures.  [http://www.top500.org/stats/list/29/archtype]
 
[[Image:arch_1996.png]] [[Image:arch_2007.png]]
 
=== Evolution of Performance ===


Note that benchmark performance with the LINPACK benchmarks is usually given in FLOPS, floating point operation per second.  This is not necessarily the best overall metric for measuring system performance [http://en.wikipedia.org/wiki/FLOPS#FLOPS_as_a_measure_of_performance] but still proves useful because of the nature and specific target of the LINPACK benchmark.
Fill this in here.


=== Cray Supercomputing ===
== Additional Links ==


Perhaps the most famous name in relation to supercomputing is Seymour Cray. Commonly referred to as the "father of supercomputing" Cray fueled the interest in supercomputing by developing the Cray-1 in 1976 for Los Alamos National Laboratory.  At the time it sold for $8.8 million, had a 8MB memory, and performed at 160 MFLOPS. [http://www.cray.com/about_cray/history.html] Cray founded his own business which eventually became Cray Inc. [http://www.cray.com]  Even today Cray manufactured computers have contenders for the fastest supercomputers in the world.  Their overall market share has declined however, with only 2.2% of the world's top 500 belonging to Cray manufactured machines. [http://www.top500.org/charts/list/29/vendors]
* [http://www.top500.org Top 500]
* [http://www.cray.com Cray Supercomputing]
* [http://www.thocp.net/hardware/supercomputers.htm Supercomputing History]
* [http://en.wikipedia.org/wiki/Supercomputer Wiki Article on Supercomputers]

Revision as of 00:44, 6 September 2007

Section 1.1.4: Supercomputers.

Compare current supercomputers with those of 10 yrs. ago. Update Figures 1.10 to 1.12 with new data points. For 1.12, consult top500.org

Definitions of Supercomputer

Supercomputer
  • "The class of fastest and most powerful computers available." [1]
  • "An extremely fast computer that can perform hundreds of millions of instructions per second." [2]
  • "A time dependent term which refers to the class of most powerful computer systems world-wide at the time of reference." [3]
  • "An extremely fast computer that can perform hundreds of millions of instructions per second." [4]

It is obvious that the term supercomputer has a definition that takes many forms. For some it refers to a definite set of goals such as, x number of instructions per second. For others it is about having the best possible performance of any computer at the current time. Still for some, the primary factor is price. In general, a supercomputer receives its classification because it is both one of the most expensive computers and one of the most powerful computers.

LINPACK Benchmark

The main metric for evaluating the effectiveness of supercomputers has long been the LINPACK benchmark suite. [5] In general this benchmark attempts to solve a dense system of linear equations and measure's the processors speed at completing the task. Although this is a very narrow field, it proves to give a industry standard metric for supercomputers and is used for ranking by top sites such as the Top 500.

Note that benchmark performance with the LINPACK benchmarks is usually given in FLOPS, floating point operation per second. This is not necessarily the best overall metric for measuring system performance [6] but still proves useful because of the nature and specific target of the LINPACK benchmark.

Cray Supercomputing

Perhaps the most famous name in relation to supercomputing is Seymour Cray. Commonly referred to as the "father of supercomputing" Cray fueled the interest in supercomputing by developing the Cray-1 in 1976 for Los Alamos National Laboratory. At the time it sold for $8.8 million, had a 8MB memory, and performed at 160 MFLOPS. [7] Cray founded his own business which eventually became Cray Inc. [8] Even today Cray manufactured computers have contenders for the fastest supercomputers in the world. Their overall market share has declined however, with only 2.2% of the world's top 500 belonging to Cray manufactured machines. [9]

The Evolution of the Supercomputer

Innovation in computer architecture always begins with supercomputers. The world of supercomputers is a "playground" for new architecture, with concepts being introduced long before they are used in standard microprocessors. In the past this was especially true as the 1960's introduced supercomputers with pipelined instruction processing and dynamic instruction scheduling. Then in the 1970's vector processors began to emerge as the major force for supercomputing architecture. Since that time massively parallel processors have begun to dominate the market share of supercomputers. The world's top supercomputers today can have up to 2048 processors running in parallel.

Evolution of Architecture

As mentioned already, the types of systems have varied greatly among supercomputers, and the last 10 years have been no different. As the following graphs show, Parallel Vector Processors (PVPs) and Symettric shared memory multiprocessors (SMPs) have died out. MPPs have seen a decline in popularity and given way to a majority of the market coming from clustered architectures. [10]

Evolution of Performance

Fill this in here.

Additional Links