Modifying Programs for Parallel Processing Sample Clauses
Modifying Programs for Parallel Processing. It is usually necessary to modify programs to suit a parallel programming model in order to take best of advantage of a parallel processor, or indeed to run on a parallel processor at all. These modifications can vary from simple changes to a complete re-working of the whole program. The modifications affect a number of different aspects of the program, including the underlying algorithms and the data structures.
