Parallel Programming 2020: Lecture 9 - Point-to-point communication with MPI

preview_player
Показать описание

ERRATUM: The code on slide 19 (around 33:40) has a bug in the calculation of n_start (line 4 from the top). The line should read:
n_start=rank*(N/size)+min(rest,rank);
Рекомендации по теме