SlideShare a Scribd company logo
What is parallel computing?
 Parallel computing is a form of computation in which
many instructions are carried out simultaneously
operating on the principle that large problems can
often be divided into smaller ones,
which are then
solved concurrently
(in parallel)
Why Parallel Computing?
 The primary reasons for using parallel computing:
 Save time - wall clock time
 Solve larger problems
 Provide concurrency (do multiple things at the same
time)
Other reasons might
include:
 Cost savings - using multiple "cheap" computing
resources instead of paying for time on a supercomputer.
 Overcoming memory constraints - single computers
have very finite memory resources. For large problems,
using the memories of multiple computers may
overcome this obstacle.
Architecture Concepts
 von Neumann Architecture
Comprised of four main components:
• Memory
• Control Unit
• Arithmetic Logic Unit
• Input / Output
 Memory is used to store both program instructions
and data
• Program instructions are coded data which tell the
computer to do something
• Data is simply information to be used by the program
 Control unit fetches instructions/data from memory ,
decodes the instructions and then sequentially
coordinates operations to accomplish the programmed
task.
 Arithmetic Unit performs basic arithmetic operations
 Input / Output is the interface to the human operator
Flynn’s Classical Taxonomy
Single Instruction, Single Data
(SISD):
 A serial (non-parallel) computer Single instruction
 only one instruction stream is being acted on by the
CPU during any one clock cycle Single data:
 only one data stream is being used as input during any
one clock cycle
 Deterministic execution
Single Instruction, Multiple Data
(SIMD):
 A type of parallel computer Single instruction
 All processing units execute the same instruction at
any given clock cycle
 Multiple data: Each processing unit can operate on a
different data element
 Best suited for specialized problems characterized by
a high degree of regularity, such as graphics/image
processing.
 Two varieties: Processor Arrays and Vector Pipelines
Multiple Instruction, Single Data
(MISD):
 A single data stream is fed into multiple processing
units.
 Each processing unit operates on the data
independently via independent instruction streams.
 Some conceivable uses might be :
 multiple frequency filters operating on a single signal stream
 multiple cryptography algorithms attempting to crack a single coded
message.
Multiple Instruction, Multiple Data
(MIMD):
 Multiple Instruction: every processor may be
executing a different instruction stream
 Multiple Data: every processor may be working with a
different data stream
 Execution can be synchronous or asynchronous,
deterministic or non- deterministic
Parallel Computer Memory
Architectures:
 Shared Memory
i) Uniform Memory Access (UMA)
ii)Non-Uniform Memory Access (NUMA)
 Distributed Memory
 Hybrid Distributed-Shared Memory
Shared Memory :
 Shared memory parallel computers have in common
the ability for all processors to access all memory as
global address space.
 Multiple processors can operate independently
 Changes in a memory location effected by one
processor are visible to all other processors
 Shared memory machines can be divided into two
main classes based upon memory access times: UMA
and NUMA.
Shared Memory : UMA
 Uniform Memory Access (UMA):
 Identical processors, Symmetric Multiprocessor (SMP)
 Equal access and access times to memory
 Sometimes called CC-UMA - Cache Coherent UMA.
Cache coherent means if one processor updates a
location in shared memory, all the other processors
know about the update.
Shared Memory : NUMA
 Non-Uniform Memory Access (NUMA):
 Often made by physically linking two or more SMPs
 One SMP can directly access memory of another SMP
 Not all processors have equal access time to all
memories
 Memory access across link is slower
 If cache coherency is maintained, then may also be
called CC-NUMA - Cache Coherent NUMA
Distributed Memory :
 Distributed memory systems require a communication
network to connect inter-processor memory
 Processors have their own local memory
 Because each processor has its own local memory, it
operates independently. Hence, the concept of cache
coherency does not apply
 When a processor needs access to data in another
processor, it is usually the task of the programmer to
explicitly define how and when data is communicated.
Synchronization between tasks is likewise the
programmers responsibility.
Hybrid Distributed-Shared
Memory:
 The shared memory component is usually a cache
coherent SMP machine. Processors on a given SMP
can address that machines memory as global
 The distributed memory component is the
networking of multiple SMPs. SMPs know only about
their own memory - not the memory on another SMP.
Therefore, network communications are required to
move data from one SMP to another.
The main fields that need advanced
computing are:
 Computational Fluid Dynamics
 Design of large structures
 Computational physics and Chemistry
 Climate Modeling
 Vehicle Simulation
 Image processing
 Signal Processing
 Oil reservoir Management
 Seismic data processing
India ‘s contribution towards
parallel computing
 India has made significant strides in developing high-
performance parallel computers.
Major Indian parallel computing
projects:
 PARAM(from CDAC, Pune)
 ANUPAM(from BARC, Bombay)
 MTPPS(from BARC, Bombay)
 PACE(from ANURAG, Hyderabad)
 CHIPPS(from CDOT, Bangalore)
 FLOSOLVER(from NAL, Bangalore)
PARAM (Centre for Development
of Advanced Computing)
 India’s first super computer – PARAM 8000
 It was indigenously built in 1990
 1 GF (Giga Flops) Parallel Machine
 64 node prototype i.e. had 64 CPU’s
 PARAM is Sanskrit and means “Supreme”
 Programming environment called PARAS
 Based on Transputers 800/805
 Theoretically peak performance was 1 giga flops
 Practically provided 100 to 200 Mflops
 Hardware upgrade was given to PARAM 8000 to
produce the new PARAM 8600
 Hardware upgradation was the integration of Intel
i860 coprocessor with PARAM 8000
 It was a 256 CPU computer
PARAM 9000
 Mission was to deliver teraflops range parallel system
 This architecture emphasizes flexibility
 PARAM 9000SS is based on SuperSarc Processors
 Operating speed of processor is 75 Mhz
 PARAM 10000 has a peak speed of 6.4 GFlops
PARAM Padma
 Introduced in April 2003
 Top speed of 1024 Gflops ( 1 Tflops)
 Used IBM Power4 CPU’s
 Operating system was IBM AIX 5
 First Indian computer to break 1 Tflops barrier
PARAM Yuva
 Unveiled in November 2008
 The maximum sustainable speed is 38.1 Tflops
 The peak speed is 54 Tflops
 Uses Intel 73XX with 2.9 Ghz each.
 Storage capacity of 25 TB up to 200 TB
 PARAM Yuva II released in February 2013
 Peak performance of 524 Tflops
 Uses less power compared to its predecessor
ANUPAM
 Developed by Bhabha Atomic Research Centre,
Bombay
 200 Mflops of sustained computing power was
needed by them
 Based on standard MultiBus II i860 hardware
ANUPAM 860
 First developed in December 1991
 It made use of i860 microprocessor @ 40Mhz
 Overall sustained speed of 30 Mflops
 Upgraded version released on August 1992 has a
computational speed of 52 Mflops
 Further upgradation provided a sustained speed of 110
Mflops which was released in November 1992
ANUPAM Alpha
 Developed in July 1997 having a sustained speed of
1000 Mflops
 Made use of Alpha 21164 microprocessor @ 400 Mhz
 This system used complete servers / workstations as
compute node instead of processor boards.
 Updated version released in March 1998 had a
sustained speed of 1.5 Gflops.
ANUPAM Pentium
 Started in January 1998
 Main focus of its development is the minimization of
cost
 The first version ANUPAM Pentium II/4 gave a
sustained speed of 248 Mflops
 ANUPAM Pentium II was expanded in march 1999
with a sustained speed of 1.3Gflops
 In April 2000 the system was upgraded to Pentium
III/16 which gave a sustained speed of 3.5 Gflops
 ANUPAM PIV 64 node has a sustained speed of 43
Gflop
Applications
 All the three versions of ANUPAM was introduced to
solve the computational problems at BARC.
 The main fields that ANUPAM being used are ◦
Molecular Dynamic Simulation
◦ Neutron Transport Calculation
◦ Gamma Ray Simulation by Monte Carlo method
◦ Crystal Structure Analysis
PACE
 Developed by ANURAG (Advanced Numerical
Research and Analysis Group) under DRDO
 Developed as a result of R & D in parallel computing
 Uses VLSI
 Started in 1998
 Motorolla 68020 processor @ 16.67 MHz
 Processor for Aerodynamic Computation and
Evaluation (PACE)
 Used to design computational Fluid Dynamics needed
in aircraft
 Developed version is Pace Plus 32 used in missile
development
 More advanced version is PACE++
ANAMICA - Software
 ANURAG’s Medical Imaging and Characterization Aid
(ANAMICA)
 Medical visualization software for data obtained from
MRI , CT and Ultrasound
 Has both two dimensional and three dimensional
visualization
 Used for medical diagnosis etc.
DHRUVA 3
 Set up by DRDO for solving mission critical Defence
Research and Development applications
 Used in design of aircraft
 E.g.: Advanced Medium Combact Aircraft (AMCA)
FLOSOLVER
 Started in 1986 by National Aerospace Laboratories
(NAL)
 Used in numerical weather prediction
 Varsha GCM could predict the weather accurately in
two weeks advance uses FS
 Based on 16 bit Intel 8086 and 8087 processors
 Updated versions were released to increase the
performance
CHIPPS
 Developed to have indigenous digital switching
technology
 Established in rural exchanges and secondary
switching areas
 Speed of 200 Mflops is acquired
THANK YOU
Preeti chauhan

More Related Content

What's hot

Processes description and process control.
Processes description and process control.Processes description and process control.
Processes description and process control.
Ahsan Rahim
 
Multiprogramming&timesharing
Multiprogramming&timesharingMultiprogramming&timesharing
Multiprogramming&timesharingTanuj Tyagi
 
Introduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed ComputingIntroduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed Computing
Sayed Chhattan Shah
 
Lecture 1 introduction to parallel and distributed computing
Lecture 1   introduction to parallel and distributed computingLecture 1   introduction to parallel and distributed computing
Lecture 1 introduction to parallel and distributed computing
Vajira Thambawita
 
Virtual memory
Virtual memoryVirtual memory
Virtual memory
Rao Mubashar
 
Memory management
Memory managementMemory management
Memory management
Vishal Singh
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OS
vampugani
 
Instruction level parallelism
Instruction level parallelismInstruction level parallelism
Instruction level parallelism
deviyasharwin
 
Shared Memory Multi Processor
Shared Memory Multi ProcessorShared Memory Multi Processor
Shared Memory Multi Processor
babuece
 
Parallel Computing
Parallel Computing Parallel Computing
Parallel Computing
Umma Khatuna Jannat
 
Introduction to Parallel Computing
Introduction to Parallel ComputingIntroduction to Parallel Computing
Introduction to Parallel Computing
Akhila Prabhakaran
 
Flynn's classification
Flynn's classificationFlynn's classification
Flynn's classification
Hamidul Islam
 
Parallel computing
Parallel computingParallel computing
Parallel computing
Vinay Gupta
 
Symmetric multiprocessing
Symmetric multiprocessingSymmetric multiprocessing
Symmetric multiprocessing
Mohammad Ali Khan
 
Internal memory
Internal memoryInternal memory
Internal memory
Siddique Ibrahim
 
Parallel processing
Parallel processingParallel processing
Parallel processing
rajshreemuthiah
 
Centralized shared memory architectures
Centralized shared memory architecturesCentralized shared memory architectures
Centralized shared memory architectures
Gokuldhev mony
 
Cache memory
Cache memoryCache memory
Cache memoryAnuj Modi
 
Cache memory
Cache memoryCache memory
Cache memory
chauhankapil
 
Memory Hierarchy
Memory HierarchyMemory Hierarchy
Memory Hierarchy
Trinity Dwarka
 

What's hot (20)

Processes description and process control.
Processes description and process control.Processes description and process control.
Processes description and process control.
 
Multiprogramming&timesharing
Multiprogramming&timesharingMultiprogramming&timesharing
Multiprogramming&timesharing
 
Introduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed ComputingIntroduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed Computing
 
Lecture 1 introduction to parallel and distributed computing
Lecture 1   introduction to parallel and distributed computingLecture 1   introduction to parallel and distributed computing
Lecture 1 introduction to parallel and distributed computing
 
Virtual memory
Virtual memoryVirtual memory
Virtual memory
 
Memory management
Memory managementMemory management
Memory management
 
Memory Management in OS
Memory Management in OSMemory Management in OS
Memory Management in OS
 
Instruction level parallelism
Instruction level parallelismInstruction level parallelism
Instruction level parallelism
 
Shared Memory Multi Processor
Shared Memory Multi ProcessorShared Memory Multi Processor
Shared Memory Multi Processor
 
Parallel Computing
Parallel Computing Parallel Computing
Parallel Computing
 
Introduction to Parallel Computing
Introduction to Parallel ComputingIntroduction to Parallel Computing
Introduction to Parallel Computing
 
Flynn's classification
Flynn's classificationFlynn's classification
Flynn's classification
 
Parallel computing
Parallel computingParallel computing
Parallel computing
 
Symmetric multiprocessing
Symmetric multiprocessingSymmetric multiprocessing
Symmetric multiprocessing
 
Internal memory
Internal memoryInternal memory
Internal memory
 
Parallel processing
Parallel processingParallel processing
Parallel processing
 
Centralized shared memory architectures
Centralized shared memory architecturesCentralized shared memory architectures
Centralized shared memory architectures
 
Cache memory
Cache memoryCache memory
Cache memory
 
Cache memory
Cache memoryCache memory
Cache memory
 
Memory Hierarchy
Memory HierarchyMemory Hierarchy
Memory Hierarchy
 

Viewers also liked

network ram parallel computing
network ram parallel computingnetwork ram parallel computing
network ram parallel computing
Niranjana Ambadi
 
Indian Contribution towards Parallel Processing
Indian Contribution towards Parallel ProcessingIndian Contribution towards Parallel Processing
Indian Contribution towards Parallel Processing
Ajil Jose
 
Gpu and The Brick Wall
Gpu and The Brick WallGpu and The Brick Wall
Gpu and The Brick Wall
ugur candan
 
R workshop xx -- Parallel Computing with R
R workshop xx -- Parallel Computing with R R workshop xx -- Parallel Computing with R
R workshop xx -- Parallel Computing with R
Vivian S. Zhang
 
Patterns For Parallel Computing
Patterns For Parallel ComputingPatterns For Parallel Computing
Patterns For Parallel Computing
David Chou
 
Parallel Computing with R
Parallel Computing with RParallel Computing with R
Parallel Computing with R
Abhirup Mallik
 
Introduction to parallel_computing
Introduction to parallel_computingIntroduction to parallel_computing
Introduction to parallel_computing
Mehul Patel
 
Scalable Parallel Computing on Clouds
Scalable Parallel Computing on CloudsScalable Parallel Computing on Clouds
Scalable Parallel Computing on Clouds
Thilina Gunarathne
 
High Performance Parallel Computing with Clouds and Cloud Technologies
High Performance Parallel Computing with Clouds and Cloud TechnologiesHigh Performance Parallel Computing with Clouds and Cloud Technologies
High Performance Parallel Computing with Clouds and Cloud Technologies
jaliyae
 
Introduction to Aspect Oriented Programming
Introduction to Aspect Oriented ProgrammingIntroduction to Aspect Oriented Programming
Introduction to Aspect Oriented Programming
Yan Cui
 
Steganography and watermarking
Steganography and watermarkingSteganography and watermarking
Steganography and watermarking
sudip nandi
 
Nokia morph technology
Nokia morph technologyNokia morph technology
Nokia morph technologyKummari Sanjay
 
Applications of paralleL processing
Applications of paralleL processingApplications of paralleL processing
Applications of paralleL processing
Page Maker
 
Neural interfacing
Neural interfacingNeural interfacing
Neural interfacingKirtan Shah
 
Home automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneHome automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneKamal Lamichhane
 
Magnetic Resonance Imaging
Magnetic Resonance ImagingMagnetic Resonance Imaging
Magnetic Resonance Imaging
guest2d52f2
 
What is Big Data?
What is Big Data?What is Big Data?
What is Big Data?
Bernard Marr
 

Viewers also liked (20)

network ram parallel computing
network ram parallel computingnetwork ram parallel computing
network ram parallel computing
 
Indian Contribution towards Parallel Processing
Indian Contribution towards Parallel ProcessingIndian Contribution towards Parallel Processing
Indian Contribution towards Parallel Processing
 
Gpu and The Brick Wall
Gpu and The Brick WallGpu and The Brick Wall
Gpu and The Brick Wall
 
R workshop xx -- Parallel Computing with R
R workshop xx -- Parallel Computing with R R workshop xx -- Parallel Computing with R
R workshop xx -- Parallel Computing with R
 
Patterns For Parallel Computing
Patterns For Parallel ComputingPatterns For Parallel Computing
Patterns For Parallel Computing
 
Parallel Computing with R
Parallel Computing with RParallel Computing with R
Parallel Computing with R
 
Introduction to parallel_computing
Introduction to parallel_computingIntroduction to parallel_computing
Introduction to parallel_computing
 
Scalable Parallel Computing on Clouds
Scalable Parallel Computing on CloudsScalable Parallel Computing on Clouds
Scalable Parallel Computing on Clouds
 
High Performance Parallel Computing with Clouds and Cloud Technologies
High Performance Parallel Computing with Clouds and Cloud TechnologiesHigh Performance Parallel Computing with Clouds and Cloud Technologies
High Performance Parallel Computing with Clouds and Cloud Technologies
 
Parallel Computing
Parallel Computing Parallel Computing
Parallel Computing
 
Introduction to Aspect Oriented Programming
Introduction to Aspect Oriented ProgrammingIntroduction to Aspect Oriented Programming
Introduction to Aspect Oriented Programming
 
Steganography and watermarking
Steganography and watermarkingSteganography and watermarking
Steganography and watermarking
 
Nokia morph technology
Nokia morph technologyNokia morph technology
Nokia morph technology
 
Applications of paralleL processing
Applications of paralleL processingApplications of paralleL processing
Applications of paralleL processing
 
Neural interfacing
Neural interfacingNeural interfacing
Neural interfacing
 
Military Radar
Military RadarMilitary Radar
Military Radar
 
Home automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneHome automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhane
 
Magnetic Resonance Imaging
Magnetic Resonance ImagingMagnetic Resonance Imaging
Magnetic Resonance Imaging
 
What is Big Data?
What is Big Data?What is Big Data?
What is Big Data?
 
Big data ppt
Big  data pptBig  data ppt
Big data ppt
 

Similar to Parallel computing in india

Underlying principles of parallel and distributed computing
Underlying principles of parallel and distributed computingUnderlying principles of parallel and distributed computing
Underlying principles of parallel and distributed computing
GOVERNMENT COLLEGE OF ENGINEERING,TIRUNELVELI
 
unit_1.pdf
unit_1.pdfunit_1.pdf
intro, definitions, basic laws+.pptx
intro, definitions, basic laws+.pptxintro, definitions, basic laws+.pptx
intro, definitions, basic laws+.pptx
ssuser413a98
 
ARM.pdf
ARM.pdfARM.pdf
ARM.pdf
SnehaSoni72
 
Introduction to parallel computing
Introduction to parallel computingIntroduction to parallel computing
Introduction to parallel computing
VIKAS SINGH BHADOURIA
 
Multilevel arch & str org.& mips, 8086, memory
Multilevel arch & str org.& mips, 8086, memoryMultilevel arch & str org.& mips, 8086, memory
Multilevel arch & str org.& mips, 8086, memoryMahesh Kumar Attri
 
parallel computing.ppt
parallel computing.pptparallel computing.ppt
parallel computing.ppt
ssuser413a98
 
ComputerOrganization .ppt
ComputerOrganization .pptComputerOrganization .ppt
ComputerOrganization .ppt
ddscraft123
 
Advanced computer architecture
Advanced computer architectureAdvanced computer architecture
Advanced computer architecture
AjithaSomasundaram
 
Lecture 04 chapter 2 - Parallel Programming Platforms
Lecture 04  chapter 2 - Parallel Programming PlatformsLecture 04  chapter 2 - Parallel Programming Platforms
Lecture 04 chapter 2 - Parallel Programming Platforms
National College of Business Administration & Economics ( NCBA&E)
 
Parallel Processing Presentation2
Parallel Processing Presentation2Parallel Processing Presentation2
Parallel Processing Presentation2daniyalqureshi712
 
computer processors intel and amd
computer processors intel and amdcomputer processors intel and amd
computer processors intel and amdRohit Gada
 
Distributed Computing
Distributed ComputingDistributed Computing
Distributed Computing
Sudarsun Santhiappan
 
CA UNIT IV.pptx
CA UNIT IV.pptxCA UNIT IV.pptx
CA UNIT IV.pptx
ssuser9dbd7e
 
EMBEDDED SYSTEM DESIGN ARM architecture support for operating system by sanj...
 EMBEDDED SYSTEM DESIGN ARM architecture support for operating system by sanj... EMBEDDED SYSTEM DESIGN ARM architecture support for operating system by sanj...
EMBEDDED SYSTEM DESIGN ARM architecture support for operating system by sanj...
D Y PATIL COLLEGE OF ENGINEERING PUNE
 
ARM architcture
ARM architcture ARM architcture
ARM architcture
Hossam Adel
 

Similar to Parallel computing in india (20)

Underlying principles of parallel and distributed computing
Underlying principles of parallel and distributed computingUnderlying principles of parallel and distributed computing
Underlying principles of parallel and distributed computing
 
unit_1.pdf
unit_1.pdfunit_1.pdf
unit_1.pdf
 
intro, definitions, basic laws+.pptx
intro, definitions, basic laws+.pptxintro, definitions, basic laws+.pptx
intro, definitions, basic laws+.pptx
 
Aca 2
Aca 2Aca 2
Aca 2
 
ARM.pdf
ARM.pdfARM.pdf
ARM.pdf
 
Lecture1
Lecture1Lecture1
Lecture1
 
Introduction to parallel computing
Introduction to parallel computingIntroduction to parallel computing
Introduction to parallel computing
 
Multilevel arch & str org.& mips, 8086, memory
Multilevel arch & str org.& mips, 8086, memoryMultilevel arch & str org.& mips, 8086, memory
Multilevel arch & str org.& mips, 8086, memory
 
Crusoe processor
Crusoe    processorCrusoe    processor
Crusoe processor
 
parallel computing.ppt
parallel computing.pptparallel computing.ppt
parallel computing.ppt
 
ComputerOrganization .ppt
ComputerOrganization .pptComputerOrganization .ppt
ComputerOrganization .ppt
 
Advanced computer architecture
Advanced computer architectureAdvanced computer architecture
Advanced computer architecture
 
Amoeba1
Amoeba1Amoeba1
Amoeba1
 
Lecture 04 chapter 2 - Parallel Programming Platforms
Lecture 04  chapter 2 - Parallel Programming PlatformsLecture 04  chapter 2 - Parallel Programming Platforms
Lecture 04 chapter 2 - Parallel Programming Platforms
 
Parallel Processing Presentation2
Parallel Processing Presentation2Parallel Processing Presentation2
Parallel Processing Presentation2
 
computer processors intel and amd
computer processors intel and amdcomputer processors intel and amd
computer processors intel and amd
 
Distributed Computing
Distributed ComputingDistributed Computing
Distributed Computing
 
CA UNIT IV.pptx
CA UNIT IV.pptxCA UNIT IV.pptx
CA UNIT IV.pptx
 
EMBEDDED SYSTEM DESIGN ARM architecture support for operating system by sanj...
 EMBEDDED SYSTEM DESIGN ARM architecture support for operating system by sanj... EMBEDDED SYSTEM DESIGN ARM architecture support for operating system by sanj...
EMBEDDED SYSTEM DESIGN ARM architecture support for operating system by sanj...
 
ARM architcture
ARM architcture ARM architcture
ARM architcture
 

Recently uploaded

Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 

Recently uploaded (20)

Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 

Parallel computing in india

  • 1.
  • 2. What is parallel computing?  Parallel computing is a form of computation in which many instructions are carried out simultaneously operating on the principle that large problems can often be divided into smaller ones, which are then solved concurrently (in parallel)
  • 3. Why Parallel Computing?  The primary reasons for using parallel computing:  Save time - wall clock time  Solve larger problems  Provide concurrency (do multiple things at the same time)
  • 4. Other reasons might include:  Cost savings - using multiple "cheap" computing resources instead of paying for time on a supercomputer.  Overcoming memory constraints - single computers have very finite memory resources. For large problems, using the memories of multiple computers may overcome this obstacle.
  • 5. Architecture Concepts  von Neumann Architecture Comprised of four main components: • Memory • Control Unit • Arithmetic Logic Unit • Input / Output
  • 6.  Memory is used to store both program instructions and data • Program instructions are coded data which tell the computer to do something • Data is simply information to be used by the program  Control unit fetches instructions/data from memory , decodes the instructions and then sequentially coordinates operations to accomplish the programmed task.  Arithmetic Unit performs basic arithmetic operations  Input / Output is the interface to the human operator
  • 8. Single Instruction, Single Data (SISD):  A serial (non-parallel) computer Single instruction  only one instruction stream is being acted on by the CPU during any one clock cycle Single data:  only one data stream is being used as input during any one clock cycle  Deterministic execution
  • 9. Single Instruction, Multiple Data (SIMD):  A type of parallel computer Single instruction  All processing units execute the same instruction at any given clock cycle  Multiple data: Each processing unit can operate on a different data element  Best suited for specialized problems characterized by a high degree of regularity, such as graphics/image processing.  Two varieties: Processor Arrays and Vector Pipelines
  • 10. Multiple Instruction, Single Data (MISD):  A single data stream is fed into multiple processing units.  Each processing unit operates on the data independently via independent instruction streams.  Some conceivable uses might be :  multiple frequency filters operating on a single signal stream  multiple cryptography algorithms attempting to crack a single coded message.
  • 11. Multiple Instruction, Multiple Data (MIMD):  Multiple Instruction: every processor may be executing a different instruction stream  Multiple Data: every processor may be working with a different data stream  Execution can be synchronous or asynchronous, deterministic or non- deterministic
  • 12. Parallel Computer Memory Architectures:  Shared Memory i) Uniform Memory Access (UMA) ii)Non-Uniform Memory Access (NUMA)  Distributed Memory  Hybrid Distributed-Shared Memory
  • 13. Shared Memory :  Shared memory parallel computers have in common the ability for all processors to access all memory as global address space.  Multiple processors can operate independently  Changes in a memory location effected by one processor are visible to all other processors  Shared memory machines can be divided into two main classes based upon memory access times: UMA and NUMA.
  • 14. Shared Memory : UMA  Uniform Memory Access (UMA):  Identical processors, Symmetric Multiprocessor (SMP)  Equal access and access times to memory  Sometimes called CC-UMA - Cache Coherent UMA. Cache coherent means if one processor updates a location in shared memory, all the other processors know about the update.
  • 15. Shared Memory : NUMA  Non-Uniform Memory Access (NUMA):  Often made by physically linking two or more SMPs  One SMP can directly access memory of another SMP  Not all processors have equal access time to all memories  Memory access across link is slower  If cache coherency is maintained, then may also be called CC-NUMA - Cache Coherent NUMA
  • 16. Distributed Memory :  Distributed memory systems require a communication network to connect inter-processor memory  Processors have their own local memory  Because each processor has its own local memory, it operates independently. Hence, the concept of cache coherency does not apply  When a processor needs access to data in another processor, it is usually the task of the programmer to explicitly define how and when data is communicated. Synchronization between tasks is likewise the programmers responsibility.
  • 17. Hybrid Distributed-Shared Memory:  The shared memory component is usually a cache coherent SMP machine. Processors on a given SMP can address that machines memory as global  The distributed memory component is the networking of multiple SMPs. SMPs know only about their own memory - not the memory on another SMP. Therefore, network communications are required to move data from one SMP to another.
  • 18. The main fields that need advanced computing are:  Computational Fluid Dynamics  Design of large structures  Computational physics and Chemistry  Climate Modeling  Vehicle Simulation  Image processing  Signal Processing  Oil reservoir Management  Seismic data processing
  • 19. India ‘s contribution towards parallel computing  India has made significant strides in developing high- performance parallel computers.
  • 20. Major Indian parallel computing projects:  PARAM(from CDAC, Pune)  ANUPAM(from BARC, Bombay)  MTPPS(from BARC, Bombay)  PACE(from ANURAG, Hyderabad)  CHIPPS(from CDOT, Bangalore)  FLOSOLVER(from NAL, Bangalore)
  • 21. PARAM (Centre for Development of Advanced Computing)  India’s first super computer – PARAM 8000  It was indigenously built in 1990  1 GF (Giga Flops) Parallel Machine  64 node prototype i.e. had 64 CPU’s  PARAM is Sanskrit and means “Supreme”  Programming environment called PARAS
  • 22.  Based on Transputers 800/805  Theoretically peak performance was 1 giga flops  Practically provided 100 to 200 Mflops  Hardware upgrade was given to PARAM 8000 to produce the new PARAM 8600  Hardware upgradation was the integration of Intel i860 coprocessor with PARAM 8000  It was a 256 CPU computer
  • 23. PARAM 9000  Mission was to deliver teraflops range parallel system  This architecture emphasizes flexibility  PARAM 9000SS is based on SuperSarc Processors  Operating speed of processor is 75 Mhz  PARAM 10000 has a peak speed of 6.4 GFlops
  • 24. PARAM Padma  Introduced in April 2003  Top speed of 1024 Gflops ( 1 Tflops)  Used IBM Power4 CPU’s  Operating system was IBM AIX 5  First Indian computer to break 1 Tflops barrier
  • 25. PARAM Yuva  Unveiled in November 2008  The maximum sustainable speed is 38.1 Tflops  The peak speed is 54 Tflops  Uses Intel 73XX with 2.9 Ghz each.  Storage capacity of 25 TB up to 200 TB  PARAM Yuva II released in February 2013  Peak performance of 524 Tflops  Uses less power compared to its predecessor
  • 26. ANUPAM  Developed by Bhabha Atomic Research Centre, Bombay  200 Mflops of sustained computing power was needed by them  Based on standard MultiBus II i860 hardware
  • 27. ANUPAM 860  First developed in December 1991  It made use of i860 microprocessor @ 40Mhz  Overall sustained speed of 30 Mflops  Upgraded version released on August 1992 has a computational speed of 52 Mflops  Further upgradation provided a sustained speed of 110 Mflops which was released in November 1992
  • 28. ANUPAM Alpha  Developed in July 1997 having a sustained speed of 1000 Mflops  Made use of Alpha 21164 microprocessor @ 400 Mhz  This system used complete servers / workstations as compute node instead of processor boards.  Updated version released in March 1998 had a sustained speed of 1.5 Gflops.
  • 29. ANUPAM Pentium  Started in January 1998  Main focus of its development is the minimization of cost  The first version ANUPAM Pentium II/4 gave a sustained speed of 248 Mflops  ANUPAM Pentium II was expanded in march 1999 with a sustained speed of 1.3Gflops
  • 30.  In April 2000 the system was upgraded to Pentium III/16 which gave a sustained speed of 3.5 Gflops  ANUPAM PIV 64 node has a sustained speed of 43 Gflop
  • 31. Applications  All the three versions of ANUPAM was introduced to solve the computational problems at BARC.  The main fields that ANUPAM being used are ◦ Molecular Dynamic Simulation ◦ Neutron Transport Calculation ◦ Gamma Ray Simulation by Monte Carlo method ◦ Crystal Structure Analysis
  • 32. PACE  Developed by ANURAG (Advanced Numerical Research and Analysis Group) under DRDO  Developed as a result of R & D in parallel computing  Uses VLSI  Started in 1998  Motorolla 68020 processor @ 16.67 MHz
  • 33.  Processor for Aerodynamic Computation and Evaluation (PACE)  Used to design computational Fluid Dynamics needed in aircraft  Developed version is Pace Plus 32 used in missile development  More advanced version is PACE++
  • 34. ANAMICA - Software  ANURAG’s Medical Imaging and Characterization Aid (ANAMICA)  Medical visualization software for data obtained from MRI , CT and Ultrasound  Has both two dimensional and three dimensional visualization  Used for medical diagnosis etc.
  • 35. DHRUVA 3  Set up by DRDO for solving mission critical Defence Research and Development applications  Used in design of aircraft  E.g.: Advanced Medium Combact Aircraft (AMCA)
  • 36. FLOSOLVER  Started in 1986 by National Aerospace Laboratories (NAL)  Used in numerical weather prediction  Varsha GCM could predict the weather accurately in two weeks advance uses FS  Based on 16 bit Intel 8086 and 8087 processors  Updated versions were released to increase the performance
  • 37. CHIPPS  Developed to have indigenous digital switching technology  Established in rural exchanges and secondary switching areas  Speed of 200 Mflops is acquired