Skip to content

gthparch/qsim-benchmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qsim-benchmarks

To compile for qsim use parsecmgmt in parsec-3.0 folder. Example:

$ cd parsec-3.0
$ source env.sh
$ parsecmgmt -a build -p blackscholes -c gcc-hooks

To cross compile for ARM64, do the following:

$ export PARSECPLAT=aarch64
$ export ARCH_PREFIX=aarch64-linux-gnu-
$ parsecmgmt -a build -p blackscholes -c gcc-hooks

To create tar files, use the following command after building as above:

$ parsecmgmt -a mktar -p blackscholes -c gcc-hooks

You will find a tar file in the tars folder of parsec-3.0 which you can use in your simulation through qsim.

Packages

No packages published

Languages

  • C 56.9%
  • HTML 17.3%
  • C++ 12.1%
  • Makefile 3.3%
  • Shell 2.4%
  • Assembly 2.0%
  • Other 6.0%