next up previous contents
Next: Parallel add version 2: Up: Additing n Numbers in Previous: Additing n Numbers in   Contents

Parallel add version 1 :

This program spawns multiple processes which work on an array of size 8388608 and give the time taken and the speed-up obtained with number of processes incremented from 1 to 3.

File names: plladd1.c      /*source code */
            plladd1        /* executable */
            plladd1op      /* output example file */



Sushil Prasad 2004-09-16