document.write('
| PROGRAM NAME | search.c |
| VERSION | 1.0.0.0 |
| DESCRIPTION | This program attempts the parallelize the linear search algorithm. It implements an array, that is shared by all the nodes. The server calculates the range and sends the range to the client nodes. The client nodes start searching within that range, and the node that gets the result returns it back to the server. |
| CHANGES INCORPORATED SINCE LAST VERSION | (none) |