Skip to content

Commit

Permalink
docs: add 4th revision of README
Browse files Browse the repository at this point in the history
  • Loading branch information
ygor-sena committed Feb 23, 2023
1 parent 79581d8 commit 4c389ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ There are cases where a philosopher can die because the scheduler priorized some
- [Introduction to Parallel Computing Tutorial](https://hpc.llnl.gov/documentation/tutorials/introduction-parallel-computing-tutorial##Overview) by [Lawrence Livermore National Laboratory](https://www.llnl.gov/).
- [Race Condition vs. Data Race](https://blog.regehr.org/archives/490) by [Professor John Regehr](https://blog.regehr.org/).

- About time conversion:
- [How to get the current time in milliseconds from C in Linux?](https://stackoverflow.com/questions/3756323/how-to-get-the-current-time-in-milliseconds-from-c-in-linux#17371925) by StackOverFlow

- About Helgrind and DRD (Data Race Detector):
- [Helgrind: a thread error detector](https://valgrind.org/docs/manual/hg-manual.html) by [Valgrind](https://valgrind.org/).
- [DRD: a thread error detector](https://valgrind.org/docs/manual/drd-manual.html) by [Valgrind](https://valgrind.org/).
Expand Down

0 comments on commit 4c389ab

Please sign in to comment.