Introduction - If you have any usage issues, please Google them yourself
This program demonstrates a simple data decomposition. The master task first initializes an array and then distributes an equal portion that array to the other tasks. After the other tasks receive their portion of the array, they perform an addition operation to each array element.