Skip to content

A repo to demo how to use coderrect to detect concurrency bugs

Notifications You must be signed in to change notification settings

davis-matthew/coderrect-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Testing Coderrect

Detecting Races

Main.cpp currently has two races where OpenMP is performing concurrent increments to a shared variable

To detect these races, use coderrect make or coderrect gcc -fopenmp -g main.cpp -o main and it will build and produce a report.

Open the report.html to see the races generated

About

A repo to demo how to use coderrect to detect concurrency bugs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published