(Linux) Instructions to download the GLODERS Simulator, compile and execute it
- Git
- Maven
- Oracle Java SE 8
$ git clone git@github.com:gnardin/emilia.git
$ git clone git@github.com:LABSS/gloderss.git
$ cd emilia
$ mvn clean
$ mvn compile
$ mvn package
$ mvn install
$ cd ../gloderss
$ mvn clean
$ mvn compile
$ mvn package
$ mvn install
Edit the file at gloderss/src/main/resources/conf/scenario.xml
and change parameters' value.
$ mvn exec:exec -Pexec -Dexec.args="src/main/resources/conf/scenario.xml src/main/resources/conf/scenario.xsd"
The log
and output
directories are created under the gloderss
directory (if not changed the default values in the configuration scenario.xml
file).
There is a script located in the script
directory that you can execute using R Statistics software to summarize the results in the files created in the output
directory.