Parallel Computing
Parallel Computing
1
Parallel Computing
2
CO
N
3 Flynn’s Classification
TEN
TS
- Piplined instructions
- Multi-core
Where is Parallel Computing used ?
Scientific Computing
Numerically Intensive Simulations
Data Base Operations and Information System
Web based Business services, Web search Engines, Online Transection
Processing
Data mining, Geographic Information system
SIMD
02 Single Instruction - Multiple Data Stream
MISD
03 Multiple Instruction - Single Data Stream
MIMD
04 Multiple Instruction - Multiple Data Stream
3 Explanation of
Flynn’s Taxonomy
SISD- Single Instruction Stream - Single Data Stream
An SISD computing system is a uni-processor machine which is capable of
executing a single instruction operating on a single data stream.
SISD computer may have more than one functional units, all
under the supervision of control unit.
Example :
most current supercomputers, networked parallel
computer “ grids” and multi-processor SMP computer