Functional Parallelism
Functional decomposition can be implemented using
Master-Slave (Host-Node) Programming Model
One processing site is special, in that it initiates and
delegates work to the other processing sites.
The master sends work to the slaves. The slaves
complete the work and send results back to the master.