README.md
February 12, 2022 ยท View on GitHub
Run the Simulations
Sequential Simulation
$ v -gc boehm -prod sequential.v
$ ./sequential # execute ./sequential -h for more info
Parallel Simulation
$ v -gc boehm -prod parallel.v
$ ./parallel # execute ./parallel -h for more info

Parallel Simulation with Image Worker
$ v -gc boehm -prod parallel_with_iw.v
$ ./parallel_with_iw # execute ./parallel_with_iw -h for more info

Parallel Simulation with Graphic User Interface
$ v -gc boehm -prod animation.v
$ ./animation # execute ./animation -h for more info
Full Parallel Simulation with Graphic User Interface and Image Output
$ v -gc boehm -prod full.v
$ ./full # execute ./full -h for more info
Testing
To test the module, just type the following command:
$ v test .
Benchmark
You can execute the following command to execute benchmark tests to get a full comparison between implementations:
$ ./bin/run-benchmark-test --help
