I have some questions from recently uploaded MPI video @11.46 of the video time.
Q1. Which one will be faster? sum1.c, sum2.c or sum3.c?
Q2. In code dot1.c Will the tid will always be 0 in for(int i = tid ... will always be 0?
Q3. Followup: Will numT = number of elements in sum? 64?
Q4. Followup: Why the second for loop is outside #pragma?