Add OpenMP reference card (#7731)

* Add OpenMP reference card

* moved OpenMP cheat sheet to C++
pull/7806/head
knguyen100000010 2 years ago committed by GitHub
parent 70e88ebf63
commit ed82661b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      more/free-programming-cheatsheets.md

@ -71,6 +71,7 @@
* [C++ Cheatsheet](https://www.codewithharry.com/blogpost/cpp-cheatsheet) - CodeWithHarry (HTML) * [C++ Cheatsheet](https://www.codewithharry.com/blogpost/cpp-cheatsheet) - CodeWithHarry (HTML)
* [C++ Quick Reference](http://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) - Hooman Baradaran (PDF) * [C++ Quick Reference](http://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) - Hooman Baradaran (PDF)
* [MPI Cheat Sheet](https://wtpc.github.io/clases/2018/mpicheatsheet.pdf) - SC Education (PDF) * [MPI Cheat Sheet](https://wtpc.github.io/clases/2018/mpicheatsheet.pdf) - SC Education (PDF)
* [OpenMP 4.0 API C/C++ Syntax Quick Reference Card](https://www.openmp.org/wp-content/uploads/OpenMP-4.0-C.pdf) (PDF)
### Clojure ### Clojure

Loading…
Cancel
Save