Skip to content

hassansalehe/KaStORSauto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KaStORSauto

A bash script to automate the compilation and execution of KaStORS OpenMP dataflow Benchmarks under Archer race detection tool.

Usage

Run:

./run.sh

The run.sh file contains the script to perform the following tasks

  • Downloading the KaStORS benchmark suite from the repository
  • Configuring the scripts necessary to build the application
  • Compiling the applications
  • Running them.

Prerequisites

  • Linux environment, preferably Ubuntu.
  • Git.
  • LLVM/Clang.
  • Archer, OpenMP race detection tool.
  • The libcblas library. In Ubuntu you can install with sudo apt install libatlas-base-dev libblas-dev liblapack-dev
  • The liblapacke library, installation: sudo apt-get install liblapacke-dev
  • Autoconf, you can install it with sudo apt-get install autoconf

License and Copyright

See the license file LICENSE.md for more information. The script in tests/ was taken from the DataRaceBench and its license is maintained in the file.

About

A bash script to automate the compilation and execution of KaStORS OpenMP dataflow Benchmarks under Archer race detection tool.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages