Prerequisites
-------------
In order to use this code, you must have installed the XMTC compiler and the XMT simulator from the XMT web site (http://www.umiacs.umd.edu/users/vishkin/XMT/sw-release.html).

Simulating parallel Burrows-Wheeler compression on XMT
------------------------------------------------------

To run a simulation, execute Make as follows:
	make DATA=<data set>

Example: Simulation using the "bible.txt.0" data set
	make DATA=bible.txt.0
