Is parallel programming == multithread programming?

Eko Kurniawan Khannedy picture Eko Kurniawan Khannedy · Feb 18, 2010 · Viewed 11.3k times · Source

Is parallel programming == multithread programming?

Answer

Lucas Lindström picture Lucas Lindström · Feb 18, 2010

Multithreaded programming is parallel, but parallel programming is not necessarily multithreaded.

Unless the multithreading occurs on a single core, in which case it is only concurrent.