Running a simulation - npapanik/Adyton GitHub Wiki

After compiling Adyton from source code, you can use the executable file to run a simulation with the default settings with the following command:

$ ./Adyton

To list all available simulation parameters, type:

$ ./Adyton -h

To list all the available parameters for a specific option, type:

$ ./Adyton -h <parameter>

For example, the above command displays the available parameters for the "-trace" option.

$ ./Adyton -h trace

Before running a simulation you need to download the appropriate traces/datasets from the Internet. If you skip this step, Adyton automatically invokes the caravida tool (during runtime) trying to download the required trace. The caravida tool may ask for your CRAWDAD credentials that can be acquired for free by joining CRAWDAD.

⚠️ **GitHub.com Fallback** ⚠️