The following minor corrections have been made to the software:

Dec 10, 1996: 

In line 43 of the file "rand.c" there used to be an absolute pathname
for the file "randfile", which of course gave problems when the source
was moved to different machines. This has been fixed by using a "sed"
script in the makefile, to substitute in the current "pwd" before
compiling.

In line 50 of the file "gp-map-1" in the call to "initTimer", the
default maximum value of a week of computation time has been corrected
(ie changed from 604800 to 604800000 milliseconds).

In line 51 of the file "median.c", the (pseudo-) random index into the
"a" array is no-longer calculated in integer arithimetic, in order to
avoid possible integer overflow.  

--

Carl Edward Rasmussen (carl@cs.toronto.edu)