Parallel Number of Occurrences

This problem implements a parallel search of an extremely large (several thousand elements) integer list. The program finds all occurrences of a certain integer. The program reads the integer value to look up from the command-line and all the list elements from an input file.

(Download this Prolog Source File)

Back to Tabard Web Site..


$Id: parallelnoccurrences.html,v 1.1 2006/12/04 18:47:41 nunomorgadinho Exp $