ntroduction to Parallel Computing Parallel computing, also known as concurrent computing, refers to a group of independent processors working collaboratively to solve a large compu-tational problem. This is motivated by the need to reduce the execution time and to utilize larger memory/storage resources. The essence of paral-lel computing is to partition and distribute the enti....