How do I divide a matrix into chunks, per row, and allocate each chunk to a process?
So I have been trying to divide my matrix into chunks of rows and allocating them to processes(using
So I have been trying to divide my matrix into chunks of rows and allocating them to processes(using