MENU

Fun & Interesting

Lecture 3 - Shared Memory Programming with Pthreads, std::threads and OpenMP

Alireza Olama 81 3 weeks ago
Video Not Working? Fix It Now

Parallel Programming - Åbo Akademi University In this lecture, we explore shared memory programming in parallel computing using: 🧵 POSIX Threads (pthreads) ⚙️ C++11 std::thread 💡 OpenMP Topics include processes vs threads, data races, critical sections, and mutexes in C++ and OpenMP.

Comment