From b71386c51b14eb6fc14714a947f03cedb2bd63f7 Mon Sep 17 00:00:00 2001 From: knguyen100000010 <63071572+knguyen100000010@users.noreply.github.com> Date: Fri, 7 Oct 2022 18:27:52 -0400 Subject: [PATCH] Add MPI Cheat Sheet (#7729) * Add MPI Cheat Sheet * Fix order * Sperate MPI and OpenMP to different sections * Move MPI cheat sheet to C++ --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 07c6e9a91..3e12a57c5 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -70,6 +70,7 @@ * [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) +* [MPI Cheat Sheet](https://wtpc.github.io/clases/2018/mpicheatsheet.pdf) - SC Education (PDF) ### Clojure