An example ElastiSim project utilizing an FCFS algorithm (without backfill) applied on 32 rigid jobs with alternating compute and I/O phases running on a crossbar topology with 128 compute nodes.
## Installation
To build the container required to run ElastiSim, install Docker and execute the following command:
```sh
docker build -t elastisim .
```
## Simulation
To run the simulation, execute the following commands in two different sessions:
### \*nix:
```sh
docker run -v$PWD/data:/data -v$PWD/algorithm:/algorithm -u`id-u$USER`--name elastisim -it--rm elastisim /data/input/configuration.json --log=root.thresh:warning