1.

Mention What Are The Different Types Of Parallelism Used In Abinitio?

Answer»

Different types of parallelism USED in ABINITIO includes

  • Component parallelism: A graph with MULTIPLE processes executing simultaneously on SEPARATE DATA uses parallelism
  • Data parallelism: A graph that works with data divided into segments and operates on each segments respectively, uses data parallelism.
  • Pipeline parallelism: A graph that deals with multiple components executing simultaneously on the same data uses pipeline parallelism. Each component in the pipeline read continuously from the upstream components, processes data and writes to downstream components. Both components can operate in parallel.

Different types of parallelism used in Abinitio includes



Discussion

No Comment Found