SlideShare ist ein Scribd-Unternehmen logo
1 von 25
SuperSuper ComputersComputers
By RachnaBy Rachna
What is a Supercomputer?What is a Supercomputer?
Supercomputer is a broad term for one ofSupercomputer is a broad term for one of
the fastest computer currently available.the fastest computer currently available.
Super computers were designed and builtSuper computers were designed and built
to work on extremely large jobs that couldto work on extremely large jobs that could
not be handled by no other types ofnot be handled by no other types of
computing systems.computing systems.
History of SupercomputersHistory of Supercomputers
 The history of supercomputing goes backThe history of supercomputing goes back
to the 1960s when a series of computersto the 1960s when a series of computers
at Control Data Corporation (CDC) wereat Control Data Corporation (CDC) were
designed bydesigned by Seymour CraySeymour Cray to useto use
innovative designs and parallelism toinnovative designs and parallelism to
achieve superior computational peakachieve superior computational peak
performance.performance.
 TheThe CDC 6600CDC 6600, released in 1964, is, released in 1964, is
generally considered the firstgenerally considered the first
supercomputersupercomputer
CDC 6600CDC 6600
History of SupercomputersHistory of Supercomputers
(cont’d)(cont’d)
 Cray then developed the CDC 7600 inCray then developed the CDC 7600 in
1970.1970.
 Cray-1 supercomputers project started inCray-1 supercomputers project started in
1972 and finished in 1974 and was twice1972 and finished in 1974 and was twice
as fast as the 7600 with a vector speed ofas fast as the 7600 with a vector speed of
80 MFLOPS.80 MFLOPS.
History of SupercomputersHistory of Supercomputers
(cont’d)(cont’d)
 In 1990 Cray successful build Cray-4 theIn 1990 Cray successful build Cray-4 the
fastest supercomputer in the world atfastest supercomputer in the world at
around 10 gigaflopsaround 10 gigaflops
Measurement of Speed :Measurement of Speed :
Supercomputers speed are measured inSupercomputers speed are measured in
floating point operations per secondfloating point operations per second
(FLOPS) in units of :(FLOPS) in units of :
 megaflops (MFLOPS)megaflops (MFLOPS)
 gigaflops (GFLOPS)gigaflops (GFLOPS)
 teraflops (TFLOPS)teraflops (TFLOPS)
Uses of supercomputers :Uses of supercomputers :
 scientific simulationsscientific simulations
 Molecular Dynamics SimulationMolecular Dynamics Simulation
 analysis of geological dataanalysis of geological data
 nuclear energy researchnuclear energy research
 Computational fluid dynamicsComputational fluid dynamics
 Weather forecasting and meteorologyWeather forecasting and meteorology
 Aerodynamic researchAerodynamic research
 Probabilistic analysisProbabilistic analysis
HardwareHardware
 While the supercomputers of the 1970sWhile the supercomputers of the 1970s
used only a fewused only a few processorsprocessors, in the 1990s,, in the 1990s,
machines with thousands of processorsmachines with thousands of processors
began to appear and by the end of thebegan to appear and by the end of the
20th century, massively parallel20th century, massively parallel
supercomputers with thousands of "off-supercomputers with thousands of "off-
the-shelf" processors were the norm.the-shelf" processors were the norm.
 Supercomputers of the 21st century canSupercomputers of the 21st century can
use over 100,000 processors.use over 100,000 processors.
Operating System :Operating System :
 modernmodern massively parallelmassively parallel
supercomputers typically separatesupercomputers typically separate
computations from other services by usingcomputations from other services by using
multiple types ofmultiple types of nodesnodes, they usually run, they usually run
different operating systems on differentdifferent operating systems on different
nodes, e.g. using a small and efficientnodes, e.g. using a small and efficient
lightweight kernel on compute nodes, butlightweight kernel on compute nodes, but
a larger system such as a Linux-derivativea larger system such as a Linux-derivative
on server and I/O nodes.on server and I/O nodes.
ArchitectureArchitecture
 Approaches to supercomputerApproaches to supercomputer
architecture have taken dramatic turnsarchitecture have taken dramatic turns
since the earliest systems were introducedsince the earliest systems were introduced
in the 1960s. Early supercomputerin the 1960s. Early supercomputer
architectures pioneered by Seymour Crayarchitectures pioneered by Seymour Cray
relied on compact innovative designs andrelied on compact innovative designs and
local parallelism to achieve superiorlocal parallelism to achieve superior
computational peak performance.computational peak performance.
 However, in time the demand forHowever, in time the demand for
increased computational power ushered inincreased computational power ushered in
the age of massively parallel systemsthe age of massively parallel systems
Systems with a massive numberSystems with a massive number
of processors use one of twoof processors use one of two
paths:paths:
 In first approach, e.g. in grid computingIn first approach, e.g. in grid computing
the processing power of a large number ofthe processing power of a large number of
computers in distributed, diversecomputers in distributed, diverse
administrative domains, is used wheneveradministrative domains, is used whenever
a computer is available.a computer is available.
 In another approach, a large number ofIn another approach, a large number of
processors are used in close proximity toprocessors are used in close proximity to
each other, e.g. in a computer cluster.each other, e.g. in a computer cluster.
 In such a centralized massively parallelIn such a centralized massively parallel
system the speed and flexibility of thesystem the speed and flexibility of the
interconnect becomes very important andinterconnect becomes very important and
modern supercomputers have usedmodern supercomputers have used
various approaches ranging fromvarious approaches ranging from
enhanced Infiniband systems to three-enhanced Infiniband systems to three-
dimensional torus interconnects.dimensional torus interconnects.
What do you mean byWhat do you mean by
Cluster ComputersCluster Computers
Cluster computers are two or moreCluster computers are two or more
computers working parallel to achievecomputers working parallel to achieve
greater performances. Cluster computersgreater performances. Cluster computers
breakup work among the computers in thebreakup work among the computers in the
cluster.cluster.
Cluster Computers (cont’d)Cluster Computers (cont’d)
 Each computer in the cluster is a cpu itselfEach computer in the cluster is a cpu itself
with its own processor, memory, and disk.with its own processor, memory, and disk.
 The computers communicate with eachThe computers communicate with each
other via an interconnecting bus.other via an interconnecting bus.
What are Multi-ProcessorWhat are Multi-Processor
ComputersComputers
A multi-processor computer has 2 or moreA multi-processor computer has 2 or more
cpus. Each processor is capable of runningcpus. Each processor is capable of running
different program simultaneously (truedifferent program simultaneously (true
multitasking).multitasking).
Multi-Processor (cont’d)Multi-Processor (cont’d)
 The cpus all shared the other parts of theThe cpus all shared the other parts of the
computers: memory, disk system, bus, etc.computers: memory, disk system, bus, etc.
 Cpu communicate via memory and the systemCpu communicate via memory and the system
bus.bus.
 Cheaper than cluster computers but does notCheaper than cluster computers but does not
perform as well.perform as well.
From top 500 supercomputers the 3 topFrom top 500 supercomputers the 3 top
ranked supercomputers are:-ranked supercomputers are:-
 RANK NO.1:-JAGUARRANK NO.1:-JAGUAR
SUPERCOMPUTERSUPERCOMPUTER
 RANK NO.2:-ROADRUNNERRANK NO.2:-ROADRUNNER
 RANK NO.3:-TENNESSEE’s KRAKENRANK NO.3:-TENNESSEE’s KRAKEN
World’s FastestWorld’s Fastest
SuperComputer:SuperComputer:
Oak Ridge ‘Jaguar’Oak Ridge ‘Jaguar’
About Jaguar :About Jaguar :
 SITE:-Oak Ridge NationalSITE:-Oak Ridge National
LaboratoryLaboratory(ORNL’s)(ORNL’s)
 SYSTEM MODEL:-Cray XT5-HESYSTEM MODEL:-Cray XT5-HE
 COMPUTER:-Cray XT5-HE Operation SixCOMPUTER:-Cray XT5-HE Operation Six
Core 2.6GHzCore 2.6GHz
 VENDOR:-Cray Inc.VENDOR:-Cray Inc.
 INSTALLATION YEAR:-2009INSTALLATION YEAR:-2009
 OPERATING SYSTEM:-LinuxOPERATING SYSTEM:-Linux
 PROCESSOR:-AMD x86-64 Operation SixPROCESSOR:-AMD x86-64 Operation Six
Core 2600MHz(10.4 Gflops)Core 2600MHz(10.4 Gflops)
FEATURES OF JAGUARFEATURES OF JAGUAR
SUPERCOMPUTERSUPERCOMPUTER
 Cray XT computer systemCray XT computer system
 2.595 petaflops peak theoretical2.595 petaflops peak theoretical
performanceperformance
 255,584 processing cores255,584 processing cores
 System memory: 362 terabytesSystem memory: 362 terabytes
 Unmatched input/output bandwidth to readUnmatched input/output bandwidth to read
and write files: 284 gigabytes per secondand write files: 284 gigabytes per second
ADVANTAGES OF JAGUARADVANTAGES OF JAGUAR
SUPERCOMPUTERSUPERCOMPUTER
 High speed(1.759Petaflop)High speed(1.759Petaflop)
 Greater performanceGreater performance..
 High data transfer rate(284gb/s)High data transfer rate(284gb/s)
 High system memory(362tb)High system memory(362tb)
DISADVANTAGES OFDISADVANTAGES OF
JAGUAR SUPERCOMPUTERJAGUAR SUPERCOMPUTER
 Required large area.Required large area.
 Very costlyVery costly($19.5 million).($19.5 million).
 Required more electricity.Required more electricity.
 Large no . of chips(37,376chips).Large no . of chips(37,376chips).
Supercomputers in IndiaSupercomputers in India
Some top ranked supercomputers are:Some top ranked supercomputers are:
HP Cluster Platform 3000 BL460c :HP Cluster Platform 3000 BL460c :
Dual Intel Xeon 2.6 GHz eight coreDual Intel Xeon 2.6 GHz eight core
Performance : 303.9 TFLOPSPerformance : 303.9 TFLOPS
HP and Wipro Heterogeneous ClusterHP and Wipro Heterogeneous Cluster
Dual Intel Xeon E5530 quad core andDual Intel Xeon E5530 quad core and
Xeon E5645 hexa core CPUs, and dualXeon E5645 hexa core CPUs, and dual
Intel 448-coreIntel 448-core
Performance : 188.7 TFLOPSPerformance : 188.7 TFLOPS
IBM cluster :IBM cluster :
IBM P6 4.7 GHz sixteen dual-coreIBM P6 4.7 GHz sixteen dual-core
processorprocessor
Performance : 45.84 TFLOPSPerformance : 45.84 TFLOPS
PARAM cluster :PARAM cluster :
Intel Xeon (Tigerton) 2.93 GHz
quad core processor
Performance : 38.1 TFLOPS

Weitere ähnliche Inhalte

Was ist angesagt? (20)

supercomputer
supercomputersupercomputer
supercomputer
 
Supercomputer
SupercomputerSupercomputer
Supercomputer
 
Super computers
Super computersSuper computers
Super computers
 
Super Computer
Super ComputerSuper Computer
Super Computer
 
Super computer
Super computerSuper computer
Super computer
 
History of computers
History of computersHistory of computers
History of computers
 
Computer Generations
Computer GenerationsComputer Generations
Computer Generations
 
Evolution & History of Computers
Evolution & History of ComputersEvolution & History of Computers
Evolution & History of Computers
 
Development of computer
Development of computerDevelopment of computer
Development of computer
 
Presentation on computer generation
Presentation on computer generationPresentation on computer generation
Presentation on computer generation
 
CLASSIFICATION OF COMPUTER
CLASSIFICATION OF COMPUTERCLASSIFICATION OF COMPUTER
CLASSIFICATION OF COMPUTER
 
History of Computer Technology
History of Computer TechnologyHistory of Computer Technology
History of Computer Technology
 
My computer
My computerMy computer
My computer
 
History of Computers
History of ComputersHistory of Computers
History of Computers
 
SUPER COMPUTER PPT.pptx
SUPER COMPUTER PPT.pptxSUPER COMPUTER PPT.pptx
SUPER COMPUTER PPT.pptx
 
Evolution of modern super computers
Evolution of modern  super computersEvolution of modern  super computers
Evolution of modern super computers
 
Types of computer
Types of computer Types of computer
Types of computer
 
History of Computers ppt
History of Computers pptHistory of Computers ppt
History of Computers ppt
 
History of computer
History of computerHistory of computer
History of computer
 
types of computer
types of computertypes of computer
types of computer
 

Andere mochten auch (20)

Supercomputers
SupercomputersSupercomputers
Supercomputers
 
Supercomputers
SupercomputersSupercomputers
Supercomputers
 
Super Computer
Super ComputerSuper Computer
Super Computer
 
Super-Computer Architecture
Super-Computer Architecture Super-Computer Architecture
Super-Computer Architecture
 
Top 10 Supercomputer 2014
Top 10 Supercomputer 2014Top 10 Supercomputer 2014
Top 10 Supercomputer 2014
 
Mainframe
MainframeMainframe
Mainframe
 
basics of computer system ppt
basics of computer system pptbasics of computer system ppt
basics of computer system ppt
 
Introduction History Significance of mainframe computer
Introduction History Significance of mainframe computerIntroduction History Significance of mainframe computer
Introduction History Significance of mainframe computer
 
Types of Computer
Types of ComputerTypes of Computer
Types of Computer
 
Mainframe
MainframeMainframe
Mainframe
 
Mainframe Computers
Mainframe ComputersMainframe Computers
Mainframe Computers
 
Laser ppt
Laser pptLaser ppt
Laser ppt
 
Supercomputers
SupercomputersSupercomputers
Supercomputers
 
Update on Trinity System Procurement and Plans
Update on Trinity System Procurement and PlansUpdate on Trinity System Procurement and Plans
Update on Trinity System Procurement and Plans
 
COMPUTERS
COMPUTERSCOMPUTERS
COMPUTERS
 
Super računari
Super računariSuper računari
Super računari
 
Classification of computers
Classification of computersClassification of computers
Classification of computers
 
Supercomputers
SupercomputersSupercomputers
Supercomputers
 
Chapter 9 v.0
Chapter 9 v.0Chapter 9 v.0
Chapter 9 v.0
 
HPC in healthcare
HPC in healthcareHPC in healthcare
HPC in healthcare
 

Ähnlich wie Super computers by rachna

Big Data Everywhere Chicago: High Performance Computing - Contributions Towar...
Big Data Everywhere Chicago: High Performance Computing - Contributions Towar...Big Data Everywhere Chicago: High Performance Computing - Contributions Towar...
Big Data Everywhere Chicago: High Performance Computing - Contributions Towar...BigDataEverywhere
 
Supercomputer - Overview
Supercomputer - OverviewSupercomputer - Overview
Supercomputer - OverviewARINDAM ROY
 
Classification of computers
Classification of computersClassification of computers
Classification of computersMinalzahra
 
An Overview of Intel TFLOPS Super Computer
An Overview of Intel TFLOPS Super ComputerAn Overview of Intel TFLOPS Super Computer
An Overview of Intel TFLOPS Super ComputerSerwer Alam
 
Super Computers
Super ComputersSuper Computers
Super ComputersTHEFPS
 
INTRODUCTION TO PARALLEL PROCESSING
INTRODUCTION TO PARALLEL PROCESSINGINTRODUCTION TO PARALLEL PROCESSING
INTRODUCTION TO PARALLEL PROCESSINGGS Kosta
 
Stories About Spark, HPC and Barcelona by Jordi Torres
Stories About Spark, HPC and Barcelona by Jordi TorresStories About Spark, HPC and Barcelona by Jordi Torres
Stories About Spark, HPC and Barcelona by Jordi TorresSpark Summit
 
T01 a computerintrohardware
T01 a computerintrohardwareT01 a computerintrohardware
T01 a computerintrohardwareSCHOOL
 
ydtyT01 a computerintrohardware
ydtyT01 a computerintrohardwareydtyT01 a computerintrohardware
ydtyT01 a computerintrohardwarekasmraj1
 
C language computer introduction to the computer hardware
C language  computer introduction to the computer hardwareC language  computer introduction to the computer hardware
C language computer introduction to the computer hardwareNIKHIL KRISHNA
 
The Parallel Computing Revolution Is Only Half Over
The Parallel Computing Revolution Is Only Half OverThe Parallel Computing Revolution Is Only Half Over
The Parallel Computing Revolution Is Only Half Overinside-BigData.com
 
Harnessing the Killer Micros
Harnessing the Killer MicrosHarnessing the Killer Micros
Harnessing the Killer MicrosJim Belak
 
Comparison between computers of past and present
Comparison between computers of past and presentComparison between computers of past and present
Comparison between computers of past and presentMuhammad Danish Badar
 
Pipelining and ILP (Instruction Level Parallelism)
Pipelining and ILP (Instruction Level Parallelism) Pipelining and ILP (Instruction Level Parallelism)
Pipelining and ILP (Instruction Level Parallelism) A B Shinde
 

Ähnlich wie Super computers by rachna (20)

Big Data Everywhere Chicago: High Performance Computing - Contributions Towar...
Big Data Everywhere Chicago: High Performance Computing - Contributions Towar...Big Data Everywhere Chicago: High Performance Computing - Contributions Towar...
Big Data Everywhere Chicago: High Performance Computing - Contributions Towar...
 
Supercomputer - Overview
Supercomputer - OverviewSupercomputer - Overview
Supercomputer - Overview
 
Classification of computers
Classification of computersClassification of computers
Classification of computers
 
An Overview of Intel TFLOPS Super Computer
An Overview of Intel TFLOPS Super ComputerAn Overview of Intel TFLOPS Super Computer
An Overview of Intel TFLOPS Super Computer
 
Super Computers
Super ComputersSuper Computers
Super Computers
 
Ita unit i
Ita unit iIta unit i
Ita unit i
 
Ita unit i
Ita unit iIta unit i
Ita unit i
 
INTRODUCTION TO PARALLEL PROCESSING
INTRODUCTION TO PARALLEL PROCESSINGINTRODUCTION TO PARALLEL PROCESSING
INTRODUCTION TO PARALLEL PROCESSING
 
arquitectura de computadoras
arquitectura de computadorasarquitectura de computadoras
arquitectura de computadoras
 
1. computers introduction
1. computers introduction1. computers introduction
1. computers introduction
 
Stories About Spark, HPC and Barcelona by Jordi Torres
Stories About Spark, HPC and Barcelona by Jordi TorresStories About Spark, HPC and Barcelona by Jordi Torres
Stories About Spark, HPC and Barcelona by Jordi Torres
 
Supercomputers
SupercomputersSupercomputers
Supercomputers
 
T01 a computerintrohardware
T01 a computerintrohardwareT01 a computerintrohardware
T01 a computerintrohardware
 
ydtyT01 a computerintrohardware
ydtyT01 a computerintrohardwareydtyT01 a computerintrohardware
ydtyT01 a computerintrohardware
 
C language computer introduction to the computer hardware
C language  computer introduction to the computer hardwareC language  computer introduction to the computer hardware
C language computer introduction to the computer hardware
 
The Parallel Computing Revolution Is Only Half Over
The Parallel Computing Revolution Is Only Half OverThe Parallel Computing Revolution Is Only Half Over
The Parallel Computing Revolution Is Only Half Over
 
Computer Evolution
Computer EvolutionComputer Evolution
Computer Evolution
 
Harnessing the Killer Micros
Harnessing the Killer MicrosHarnessing the Killer Micros
Harnessing the Killer Micros
 
Comparison between computers of past and present
Comparison between computers of past and presentComparison between computers of past and present
Comparison between computers of past and present
 
Pipelining and ILP (Instruction Level Parallelism)
Pipelining and ILP (Instruction Level Parallelism) Pipelining and ILP (Instruction Level Parallelism)
Pipelining and ILP (Instruction Level Parallelism)
 

Kürzlich hochgeladen

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Kürzlich hochgeladen (20)

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

Super computers by rachna

  • 2. What is a Supercomputer?What is a Supercomputer? Supercomputer is a broad term for one ofSupercomputer is a broad term for one of the fastest computer currently available.the fastest computer currently available. Super computers were designed and builtSuper computers were designed and built to work on extremely large jobs that couldto work on extremely large jobs that could not be handled by no other types ofnot be handled by no other types of computing systems.computing systems.
  • 3. History of SupercomputersHistory of Supercomputers  The history of supercomputing goes backThe history of supercomputing goes back to the 1960s when a series of computersto the 1960s when a series of computers at Control Data Corporation (CDC) wereat Control Data Corporation (CDC) were designed bydesigned by Seymour CraySeymour Cray to useto use innovative designs and parallelism toinnovative designs and parallelism to achieve superior computational peakachieve superior computational peak performance.performance.  TheThe CDC 6600CDC 6600, released in 1964, is, released in 1964, is generally considered the firstgenerally considered the first supercomputersupercomputer
  • 5. History of SupercomputersHistory of Supercomputers (cont’d)(cont’d)  Cray then developed the CDC 7600 inCray then developed the CDC 7600 in 1970.1970.  Cray-1 supercomputers project started inCray-1 supercomputers project started in 1972 and finished in 1974 and was twice1972 and finished in 1974 and was twice as fast as the 7600 with a vector speed ofas fast as the 7600 with a vector speed of 80 MFLOPS.80 MFLOPS.
  • 6. History of SupercomputersHistory of Supercomputers (cont’d)(cont’d)  In 1990 Cray successful build Cray-4 theIn 1990 Cray successful build Cray-4 the fastest supercomputer in the world atfastest supercomputer in the world at around 10 gigaflopsaround 10 gigaflops
  • 7. Measurement of Speed :Measurement of Speed : Supercomputers speed are measured inSupercomputers speed are measured in floating point operations per secondfloating point operations per second (FLOPS) in units of :(FLOPS) in units of :  megaflops (MFLOPS)megaflops (MFLOPS)  gigaflops (GFLOPS)gigaflops (GFLOPS)  teraflops (TFLOPS)teraflops (TFLOPS)
  • 8. Uses of supercomputers :Uses of supercomputers :  scientific simulationsscientific simulations  Molecular Dynamics SimulationMolecular Dynamics Simulation  analysis of geological dataanalysis of geological data  nuclear energy researchnuclear energy research  Computational fluid dynamicsComputational fluid dynamics  Weather forecasting and meteorologyWeather forecasting and meteorology  Aerodynamic researchAerodynamic research  Probabilistic analysisProbabilistic analysis
  • 9. HardwareHardware  While the supercomputers of the 1970sWhile the supercomputers of the 1970s used only a fewused only a few processorsprocessors, in the 1990s,, in the 1990s, machines with thousands of processorsmachines with thousands of processors began to appear and by the end of thebegan to appear and by the end of the 20th century, massively parallel20th century, massively parallel supercomputers with thousands of "off-supercomputers with thousands of "off- the-shelf" processors were the norm.the-shelf" processors were the norm.  Supercomputers of the 21st century canSupercomputers of the 21st century can use over 100,000 processors.use over 100,000 processors.
  • 10. Operating System :Operating System :  modernmodern massively parallelmassively parallel supercomputers typically separatesupercomputers typically separate computations from other services by usingcomputations from other services by using multiple types ofmultiple types of nodesnodes, they usually run, they usually run different operating systems on differentdifferent operating systems on different nodes, e.g. using a small and efficientnodes, e.g. using a small and efficient lightweight kernel on compute nodes, butlightweight kernel on compute nodes, but a larger system such as a Linux-derivativea larger system such as a Linux-derivative on server and I/O nodes.on server and I/O nodes.
  • 11. ArchitectureArchitecture  Approaches to supercomputerApproaches to supercomputer architecture have taken dramatic turnsarchitecture have taken dramatic turns since the earliest systems were introducedsince the earliest systems were introduced in the 1960s. Early supercomputerin the 1960s. Early supercomputer architectures pioneered by Seymour Crayarchitectures pioneered by Seymour Cray relied on compact innovative designs andrelied on compact innovative designs and local parallelism to achieve superiorlocal parallelism to achieve superior computational peak performance.computational peak performance.  However, in time the demand forHowever, in time the demand for increased computational power ushered inincreased computational power ushered in the age of massively parallel systemsthe age of massively parallel systems
  • 12. Systems with a massive numberSystems with a massive number of processors use one of twoof processors use one of two paths:paths:  In first approach, e.g. in grid computingIn first approach, e.g. in grid computing the processing power of a large number ofthe processing power of a large number of computers in distributed, diversecomputers in distributed, diverse administrative domains, is used wheneveradministrative domains, is used whenever a computer is available.a computer is available.
  • 13.  In another approach, a large number ofIn another approach, a large number of processors are used in close proximity toprocessors are used in close proximity to each other, e.g. in a computer cluster.each other, e.g. in a computer cluster.  In such a centralized massively parallelIn such a centralized massively parallel system the speed and flexibility of thesystem the speed and flexibility of the interconnect becomes very important andinterconnect becomes very important and modern supercomputers have usedmodern supercomputers have used various approaches ranging fromvarious approaches ranging from enhanced Infiniband systems to three-enhanced Infiniband systems to three- dimensional torus interconnects.dimensional torus interconnects.
  • 14. What do you mean byWhat do you mean by Cluster ComputersCluster Computers Cluster computers are two or moreCluster computers are two or more computers working parallel to achievecomputers working parallel to achieve greater performances. Cluster computersgreater performances. Cluster computers breakup work among the computers in thebreakup work among the computers in the cluster.cluster.
  • 15. Cluster Computers (cont’d)Cluster Computers (cont’d)  Each computer in the cluster is a cpu itselfEach computer in the cluster is a cpu itself with its own processor, memory, and disk.with its own processor, memory, and disk.  The computers communicate with eachThe computers communicate with each other via an interconnecting bus.other via an interconnecting bus.
  • 16. What are Multi-ProcessorWhat are Multi-Processor ComputersComputers A multi-processor computer has 2 or moreA multi-processor computer has 2 or more cpus. Each processor is capable of runningcpus. Each processor is capable of running different program simultaneously (truedifferent program simultaneously (true multitasking).multitasking).
  • 17. Multi-Processor (cont’d)Multi-Processor (cont’d)  The cpus all shared the other parts of theThe cpus all shared the other parts of the computers: memory, disk system, bus, etc.computers: memory, disk system, bus, etc.  Cpu communicate via memory and the systemCpu communicate via memory and the system bus.bus.  Cheaper than cluster computers but does notCheaper than cluster computers but does not perform as well.perform as well.
  • 18. From top 500 supercomputers the 3 topFrom top 500 supercomputers the 3 top ranked supercomputers are:-ranked supercomputers are:-  RANK NO.1:-JAGUARRANK NO.1:-JAGUAR SUPERCOMPUTERSUPERCOMPUTER  RANK NO.2:-ROADRUNNERRANK NO.2:-ROADRUNNER  RANK NO.3:-TENNESSEE’s KRAKENRANK NO.3:-TENNESSEE’s KRAKEN
  • 20. About Jaguar :About Jaguar :  SITE:-Oak Ridge NationalSITE:-Oak Ridge National LaboratoryLaboratory(ORNL’s)(ORNL’s)  SYSTEM MODEL:-Cray XT5-HESYSTEM MODEL:-Cray XT5-HE  COMPUTER:-Cray XT5-HE Operation SixCOMPUTER:-Cray XT5-HE Operation Six Core 2.6GHzCore 2.6GHz  VENDOR:-Cray Inc.VENDOR:-Cray Inc.  INSTALLATION YEAR:-2009INSTALLATION YEAR:-2009  OPERATING SYSTEM:-LinuxOPERATING SYSTEM:-Linux  PROCESSOR:-AMD x86-64 Operation SixPROCESSOR:-AMD x86-64 Operation Six Core 2600MHz(10.4 Gflops)Core 2600MHz(10.4 Gflops)
  • 21. FEATURES OF JAGUARFEATURES OF JAGUAR SUPERCOMPUTERSUPERCOMPUTER  Cray XT computer systemCray XT computer system  2.595 petaflops peak theoretical2.595 petaflops peak theoretical performanceperformance  255,584 processing cores255,584 processing cores  System memory: 362 terabytesSystem memory: 362 terabytes  Unmatched input/output bandwidth to readUnmatched input/output bandwidth to read and write files: 284 gigabytes per secondand write files: 284 gigabytes per second
  • 22. ADVANTAGES OF JAGUARADVANTAGES OF JAGUAR SUPERCOMPUTERSUPERCOMPUTER  High speed(1.759Petaflop)High speed(1.759Petaflop)  Greater performanceGreater performance..  High data transfer rate(284gb/s)High data transfer rate(284gb/s)  High system memory(362tb)High system memory(362tb)
  • 23. DISADVANTAGES OFDISADVANTAGES OF JAGUAR SUPERCOMPUTERJAGUAR SUPERCOMPUTER  Required large area.Required large area.  Very costlyVery costly($19.5 million).($19.5 million).  Required more electricity.Required more electricity.  Large no . of chips(37,376chips).Large no . of chips(37,376chips).
  • 24. Supercomputers in IndiaSupercomputers in India Some top ranked supercomputers are:Some top ranked supercomputers are: HP Cluster Platform 3000 BL460c :HP Cluster Platform 3000 BL460c : Dual Intel Xeon 2.6 GHz eight coreDual Intel Xeon 2.6 GHz eight core Performance : 303.9 TFLOPSPerformance : 303.9 TFLOPS HP and Wipro Heterogeneous ClusterHP and Wipro Heterogeneous Cluster Dual Intel Xeon E5530 quad core andDual Intel Xeon E5530 quad core and Xeon E5645 hexa core CPUs, and dualXeon E5645 hexa core CPUs, and dual Intel 448-coreIntel 448-core Performance : 188.7 TFLOPSPerformance : 188.7 TFLOPS
  • 25. IBM cluster :IBM cluster : IBM P6 4.7 GHz sixteen dual-coreIBM P6 4.7 GHz sixteen dual-core processorprocessor Performance : 45.84 TFLOPSPerformance : 45.84 TFLOPS PARAM cluster :PARAM cluster : Intel Xeon (Tigerton) 2.93 GHz quad core processor Performance : 38.1 TFLOPS