Parallel computing is a type of computation where many calculations or the execution of processes are carried out simultaneously. Large problems can often be divided into smaller ones, which can then be solved at the same time. Multi-core processors brought parallel computing to desktop computers. In 2012 quad task processors became standard for desktop computers, while servers have 10 and 12 core processors.
About Parallel computing in brief

Specialized parallel computer architectures are sometimes used alongside traditional processors, for accelerating specific tasks, for accelerated specific tasks. The core is the computing unit of the processor and each core in multi-core processor can access the same memory concurrently. To deal with the problem of power consumption and overheating the major central processing unit manufacturers started to produce power efficient processors with multiple cores. This led to the design of parallel hardware and software, as well as high performance computing. Increasing processor power consumption led ultimately to Intel’s May 8, 2004 cancellation of its Tejas and Jayhawk processors, which is generally cited as the end of frequency scaling as the dominant computer architecture paradigm. In the past, computer software has been written for serial computation. To solve a problem, an algorithm is constructed and implemented as a serial stream of instructions. Only one instruction may execute at a time—after that instruction is finished, the next one is executed. This is accomplished by breaking the problem into independent parts so that each processing element can execute its part of the algorithm simultaneously with the others. This can be accomplished by using a number of different processors, or clusters, MPPs, and grids. Historically parallel computing was used for scientific computing and the simulation of scientific problems, particularly in the natural and engineering sciences, including meteorology.
You want to know more about Parallel computing?
This page is based on the article Parallel computing published in Wikipedia (as of Dec. 03, 2020) and was automatically summarized using artificial intelligence.






