Skip to content

Atomicity violation detection tool for C++ programs that use Intel TBB task parallel library.

License

Notifications You must be signed in to change notification settings

adarshyoga/Atomicity-Violation-Detector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomicity-Violation-Detector

Atomicity violation detection tool for C++ programs that use Intel TBB task parallel library.

  1. Build a)Task Debug for LLVM+CLANG 3.7 b) Task Debug library c) TBB library

         source build.sh
    
  2. To run all 36 test programs.

         cd av_tests
         python run_tests.py
    
  3. To execute atomicity violation detection tool on traces that capture all possible interleavings that can lead to an atomicity violation

         cd trace_tests
         python trace_generator.py
    

About

Atomicity violation detection tool for C++ programs that use Intel TBB task parallel library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 57.6%
  • LLVM 21.9%
  • C 6.0%
  • Assembly 5.9%
  • HTML 3.1%
  • Objective-C 3.0%
  • Other 2.5%