| October 10, 2005 15:26:27 |
#2 |
| malleswara reddy |
Member Since: Visitor Total Comments: N/A |
RE: How many parallelisms are in Abinitio? Please give a definition of each. |
SRINIVAS Wrote: There are 3 kinds of Parallelism: 1) Data Parallesim 2)Componnent Paralelism 3) Pipeline. When the data is divided into smalll chunks and processed on different components simultaneously we call it DataParallelism When different componens work on different dataa sets it is called Component parallelism When a graph uses multiple components to run on the same data simltaneously we call it Pipeline parallelism
|
| |