Hi, what is the best way to multiply two matrices with java-openmpi. Is the way in this link the right way to do that? Also split the first matrix row wise and multiply each one with the second matrix (each row on a processor) then collect the results.
Link: https://anjanavk.wordpress.com/2011/01/08/matrix-multiplication-in-parallel-using-open-mpi/ regards Ibrahim