Parallel programming 2020: Lecture 6 - Advanced OpenMP and performance issues

preview_player
Показать описание
Erratum: On slides 32 and 33 (from about 1:01:00 in the video), the array[] should of course be declared outside the parallel region as:
int array[omp_get_max_threads()];
Sorry for the confusion.

Рекомендации по теме