Skip to content
M

Matrix_vector_multiplication_From_Serial_to_Parallel

Project ID: 11
Topics: C C++ MPI
+ 9 more

This training's purpose is to select a simple algorithm, and starting from a basic serial implementation to explore multiple parallel options and implementations.In this case, we used the simple Matrix-Vector multiplication algorithm.