make
make run
or
make run
Simple hello world
Simple axpy (y = alpha * x + y);
Inner product. It uses MPI_Allreduce.
Simple, parallel matvec. It uses MPI_Allgather. However, it needs temp. global vector. I will impl. improved version 5_matvec_commT
not implemented...