Skip to content

Commit

Permalink
Update User's guide “convert-a-c++-program”
Browse files Browse the repository at this point in the history
  • Loading branch information
timkaler committed Jul 20, 2022
1 parent f208e4c commit b884315
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/doc/users-guide/convert-a-c++-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ The Cilksan race detector can be used to check for race conditions in the parall
```shell
> clang++ qsort.cpp -o qsort –Og -g -fopencilk -fsanitize=cilk
./qsort 10000000

Cilksan detected 0 distinct races.
Cilksan suppressed 0 duplicate race reports.

```

The Cilksan race detector will report any race conditions present in the program and verify the absence of races in a race-free program. More detailed instructions about the use of Cilksan can be found [here](/doc/users-guide/getting-started/#using-cilksan).

0 comments on commit b884315

Please sign in to comment.