You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Computing the vector-vector multiplication on p processors using block-striped partitioning for uniform data distribution. Assuming that the vectors are of size n and p is the number of processors used and n is a multiple of p.
Parallel Programming HW3 (UoA DI): three MPI exercises — column-distributed matrix-vector multiplication (custom MPI_Type_vector + Type_create_resized + Scatterv) and two Game of Life variants. Tested across UoA DI lab machines. Solo project.