Thanks for choosing to use our simulator. We hope it will be
usefull, as a demonstration of KMC techniques.

Makefile is not complicated, and almost self explanatory. The
code was run on PC/Linux and SPARC/Solaris systems. The compilation
was done using gcc.

The program uses 2 input files. One of them is a file with
random seeds. The other one is the input file with the switches.
This file is expected to contain one number per line in a specific order.
The order is given in "in.txt".

The program assumes specific names for these files. First has to be
"seeds.IN", second has to be "in"

The output goes to stdout, which we usually pipe to a file.
The shell script file "ex.sh" extracts information from this file.
This script assumes that the output file name is "out"
In the output each line starts with a 3 letter code. 
To find out what the data on that line is search for the 3 letter
code in the program text.

In case you need to contact, please email one of us:

Ozgur Aktas : aktas@uiuc.edu
Fang Wu:     fangwu@uiuc.edu

By the way, there are definitely more bugs left. If you find
one, please let us know and we will try to fix it out.


