This directory contains code listings compiled on the
SGI PowerOnyx architecture.
Note that I used Numerical Recipes routines for computing ffts for
derivatives and such. They are not necessary for the base routines.

To compile, copy wavesf.c and wavlibf.c into this directory and
use the command

make waves

Note that for this to work with these drivers,
you need the Numerical Recipes routines
(converted to double precision).

The number of processors can be set at run time. On my machine, the command
is 
setenv MP_SET_NUMTHREADS Mp

where Mp is an integer. 

