Before you start an experiment, you should be done step 1 and 2.

1. Install javamts

   siena test script is Bourne shell script, so you need to install javamts
   that generates Bourne shell script.
   Makefile for javamts tells you how to do.


2. Set environment variable experiment_root to point to the parent directory of
   the subject directory by typing "setenv experiment_root <path>"
   For example, assume you have a subject directory "siena" and you locate
   it under /cs_machine/exp_group/experiments, then you would give the command:

        setenv experiment_root /cs_machine/exp_group/experiments


3. After installation of target version, create script using javamts and
   run that script.

   Example:
        javamts .. null ../testplans.alt/v0.tsl.universe R scriptR0 null 
	null null

4. Each testplans.alt contains a universe file "v0.tsl.universe".
