Parallel (High Performance) Computing
|
Computational tasks are processed concurrently on the different CPUs
or cores.
The platform can be a single multi-core host or a computational cluster of network interconnected hosts or combination of both.
Special programming methods and software are required, for example, OpenMP or MPI.
|