SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances (20)

Supercomputers
SupercomputersSupercomputers
Supercomputers
 
Supercomputer ppt
Supercomputer pptSupercomputer ppt
Supercomputer ppt
 
Super computers
Super computersSuper computers
Super computers
 
SUPERCOMPUTER
SUPERCOMPUTERSUPERCOMPUTER
SUPERCOMPUTER
 
Evolution of modern super computers
Evolution of modern  super computersEvolution of modern  super computers
Evolution of modern super computers
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Super Computer
Super ComputerSuper Computer
Super Computer
 
Supercomputers
SupercomputersSupercomputers
Supercomputers
 
Super computers
Super computersSuper computers
Super computers
 
Quantum computer
Quantum computerQuantum computer
Quantum computer
 
Generations of computer
Generations of computerGenerations of computer
Generations of computer
 
Quantum Computers
Quantum ComputersQuantum Computers
Quantum Computers
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Classification of computer on the basic of size
Classification of computer on the basic of sizeClassification of computer on the basic of size
Classification of computer on the basic of size
 
Generations Of Computer
Generations Of ComputerGenerations Of Computer
Generations Of Computer
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Types of computer
Types of computerTypes of computer
Types of computer
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Quantum Computing ppt
Quantum Computing  pptQuantum Computing  ppt
Quantum Computing ppt
 
Final computer generations
Final computer generationsFinal computer generations
Final computer generations
 

En vedette (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
 
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
 
Virtual keyboard
Virtual keyboardVirtual keyboard
Virtual keyboard
 

Similaire à 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
 
Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.gadisaAdamu
 

Similaire à 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
 
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)
 
Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.
 

Dernier

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
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
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
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
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
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
 
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
 
"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
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
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
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
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
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
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
 

Dernier (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
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
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
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
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 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
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
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
 
"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...
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
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
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
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
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
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
 

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