Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/64kramsystem/parsec-riscv-performance-testing

Program for setting up and running the PARSEC suite on an emulated RISC-V environment, used for my coauthored research paper.
https://github.com/64kramsystem/parsec-riscv-performance-testing

bash emulation parsec-benchmark performance qemu riscv shell-script

Last synced: 12 days ago
JSON representation

Program for setting up and running the PARSEC suite on an emulated RISC-V environment, used for my coauthored research paper.

Awesome Lists containing this project

README

        

# parsec-riscv-performance-testing

Script(s) for automatedly setting up and running the PARSEC benchmarks on an emulated RISC-V environment.

The main purpose is to document the steps required in order to reproduce the setup used for a QEMU/RISC-V related paper I've been collaborating with.

## Execution

1. run `./setup_system.sh`
- it will prepare a `projects` directory, will all the required sources/data
- it will prepare a `components` directory, with all the compiled/processed objects
2. run `run_parsec_benchmarks.sh`
- it will run the PARSEC benchmarks in a VM, and output the results into `output`