What is parallel computing?

Printer-friendly versionVersión en PDF

Parallel computing is a form of computation in which many resources are carried out simultaneously to solve a problem:

  • Running on a computer with multiple CPUs.
  • The problem is divided into separate parts.
  • Each part is running simultaneously.