More information will be added here after publication.
- Download OpenWorld from https://github.com/jrising/openworld
- Download OpenDims from https://github.com/jrising/opendims
- Edit the makefile to point to the root directory of OpenWorld and OpenDims.
- Run
make
to compileconflict.cpp
, which when run produces output for a series of aggregate tests. - Run
make c2
to compileconflict2.cpp
, which when run produces output for a distributed test.
To compile conflict2.cpp
, you will need to install the GSL library:
http://www.gnu.org/software/gsl/