Episode 4.4 - Thread Parallelism and OpenMP

preview_player
Показать описание
Table of Contents:

00:18 - Multithreading
00:46 - Supported multithreading libraries and frameworks
01:09 - OpenMP 4.0
01:47 - "Hello (Parallel) World"
02:02 - Initial thread
02:09 - #pragma omp parallel
02:27 - omp_get_max_threads()
02:28 - omp_get_thread_num()
02:33 - OpenMP code compilation
02:41 - OMP_NUM_THREADS environment variable
02:48 - Default value of OpenMP threads
03:09 - Order of execution
03:15 - Serializing OpenMP application
Рекомендации по теме